Azure devops Artifacts - failed to get feed - azure

I have an error when im trying to see Artifacts in azure devops,
just clicking the option "artifacts" and the screen shows the following message :
An unexpected error has occurred - Failed to get feed .
help anyone ?

An unexpected error has occurred - Failed to get feed .
Based on the error message, this could be related to new Artifacts feature.
You can disable the New Artifacts (Feeds) Experience in Preview feature to alleviate this issue.

Related

How to get inner pipeline error message as email in Azure Data Factory

Hello I am using Main Pipeline for many child pipelines. So when child pipeline is failing i am not getting detailed error. I have seen so many posts but there is no detailed explanation. Can anyone explain me in detailed with screenshots. Many thanks
Example:
Pipeline Name : pipeline3
pipelineRunId : 54678565782hjed217
Message: Operation on target ForEach1 failed: Activity failed because an inner activity failed
How to get the actual error
Updated question
=======================================================
ErrorMsg
I am getting error message as like that.
I have answered a similar question already here How to get the details of an error message in an Azure Data Factory pipeline. please have a look and let me know if any queries.

Service Fabric FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR: DOWNLOAD PATH SANITIZED Error

I am deploying a Service Fabric application and encountered this error for a resource of type Microsoft.ServiceFabric/clusters/applicationTypes/versions:
Status: Failed
Error:
Code: ClusterChildResourceOperationFailed
Message: Resource operation failed. Operation: CreateOrUpdate. Error details: {
"Details": "FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR: DOWNLOAD PATH SANITIZED"
}
Has anyone run into this issue before? If so, what was the root cause of the error?
When I encountered this error, my application type name in my manifest did not match the application type name that I was deploying to.
It is possible to view far more useful/relevant error messages under these scenarios by going to the Service Fabric Explorer.
e.g.
https://{my-service-fabric-clustername.example.com}:19080/Explorer/old.html#
NOTE: The "new" UI does not show these useful error details, you need to select the "View old SFX" interface option
Then clicking on the "Type" that I was uploading the application to, revelaed far more descriptive and helpful errors:
From my experience, this is an issue with the version number of the sfpkg not aligning with the version in the template's Microsoft.ServiceFabric/clusters/applicationTypes/versions. Try looking into the application package's ApplicationManifest.xml file for ApplicationTypeVersion for the right version.

Azure Data Factory Integration runtimes will not start

I have an issue where Azure Data Factory Integration runtimes will not start.
When I trigger the pipeline I get the following error in Monitor -> Pipeline runs "InternalServerError executing request"
Image 1
In "view activity run" I can see that it's the Data Flow that failed with the error
{
"errorCode": "1006",
"message": "Hit unexpected exception and execution failed.",
"failureType": "SystemError",
"target": "data_wrangling_ks",
"details": []
}
Image 2
(the two successful runs are from a Self-Hosted IR)
When i try to start "Data flow debug" it will just disappear without any information.
This issue started earlier today without any changes in Data Factory config or the pipeline.
Please help and thank you for your time.
SOLVED:
I changed the Compute type from General Purpose to Compute Optimized and that solved the problem.
By looking at the error message, it seems like this issue has occurred due ADF related service outage in West Europe region. The issue has been resolved by the product team. Please open a MSDN thread if you ever encounter this issue.
Ref: Azure Data Factory Pipeline failed while running data flows with error message : Hit unexpected exception and execution failed

Azure: what could be the cause of the error "Unable to edit or replace deployment"?

When I recreate my VM I got the following error:
Problem occurred during request to Azure services. Cloud provider details: Unable to edit or replace deployment 'VM-Name': previous deployment from '8/20/2019 6:20:33 AM' is still active (expiration time is '8/27/2019 5:17:41 AM'). Please see https://aka.ms/arm-deploy for usage details.
Help me please to understand.
What could be the cause of the error ?
UPDATED:
This deployment has not been started previously.
Prior to this, errors were received during creation:
Azure is not available now. Please Try again later
There were several such errors one at a time and then I got that error related to:
Unable to edit or replace deployment
My assumptions about this.
Tell me, am I right or not ?
I launched the image, then after some time I recreated it.
Creation began, but at that moment the connection with Azure was lost.
Then, when the connection was restored, we tried to make a deployment that was not removed in the previous attempt (because there was no connection with Azure).
As a result, we got such an error.
Does this theory make sense?
exactly what it says, there is another deployment with the same name going on at this time, either change the name of the deployment you are trying to queue or wait for the other deployment to finish\fail
This can also occur if you use Bicep templates for your ARM deployement and multiple modules or resources in the template have the same name:
module fooModule '../modules/foo.bicep' = {
name: 'foo'
}
module barModule '../modules/bar.bicep' = {
name: 'foo'
}
I got the same error initially pipeline was working but when retriggered pipeline took more time so i canceled the deployment and made a fresh rerun it encounters. i think i need wait until that deployment filed.

Error while deploying app in Google App Engine with flex Environment

I am trying to deploy app in Google App Engine and I am getting following error message
ERROR: (gcloud.app.deploy) Error Response: [13] Flex operation
projects/black-tenure-213005/regions/us-east1/operations/379b4ee9-aa45-4681-bf6e-8f4fcc8b93f1
error [INTERNAL] : An internal error occurred while processing task
/appengine-flex-v1/insert_flex_deployment/flex_create_resources>2018-09-27T03:45:41.652Z2073:
500 Internal Server Error { "code" : 500, "errors" : [ {
"debugInfo" : "No backend error mapping found for errorCode: deployment.proto.DeploymentManagerErrorDomain.INTERNAL_ERROR, method:
deploymentmanager.deployments.insert, and location: null. Output will
be 500 Internal Server Error.\n/DeploymentsService.Insert to
[2002:a30:2f16::]:4118 [APPLICATION_ERROR(500)]
com.google.security.data_access. client.DataAccessException:
com.google.net.rpc3.client.RpcClientException:
APPLICATION_ERROR;security.data_access/DataAccessService.RequestTransactDat;java.security.GeneralS
ecurityException: [Policy name: deploymentmanager-transact-dat] client
\"MdbUser = cloud-dm\" is not allowed by the policy;
Please help me regarding this.
Thanks in advance.
As #DazWilkin pointed out, a general issue was affecting the Deployment Manager in GCP. Here's the incident documented in the Google Cloud Status Dashboard. By what I can see from the report, the issue has already been solved.
Errors with code 500 when deploying GAE Flex applications can be linked to the Deployment Manager experiencing issues. Given that the original issue is solved, the GAE Flex deployments should be working normally again.

Resources