You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im doing azd up in asure devops pipline, and I have this error. But I see this image in ACR.
X-Content-Type-Options: REDACTED
X-Ms-Correlation-Request-Id: 83533f0006430679fb5067ee4997320d
X-Ms-Ratelimit-Remaining-Subscription-Global-Reads: REDACTED
X-Ms-Ratelimit-Remaining-Subscription-Reads: REDACTED
X-Ms-Request-Id: d17eaeec-45c3-4015-ab09-a3e96d6e449a
X-Ms-Routing-Request-Id: REDACTED
X-Msedge-Ref: REDACTED
X-Powered-By: REDACTED
2025/02/26 22:38:48 main.go:50: Retry: response 200
2025/02/26 22:38:48 main.go:50: Retry: exit due to non-retriable status code
2025/02/26 22:38:48 main.go:50: LongRunningOperation: State Failed
2025/02/26 22:38:48 main.go:50: LongRunningOperation: END PollUntilDone() for *async.Poller[github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers/v3.ContainerAppsClientCreateOrUpdateResponse]: succeeded, total time: 15.344185082s
2025/02/26 22:38:48 main.go:50: ResponseError: GET https://management.azure.com/subscriptions/[111111](https://management.azure.com/subscriptions/4019bbed-0152-43aa-b7f4-a57b85f6dd22/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/a975b396-1d5e-4708-a6f6-8e4ff1ae753e)1-0152-43aa-b7f4-a57b85f6dd22/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/a975b396-1d5e-4708-a6f6-8e4ff1ae753e
--------------------------------------------------------------------------------
RESPONSE 200: 200 OK
ERROR CODE: ContainerAppOperationError
--------------------------------------------------------------------------------
{
"id": "/subscriptions/1111111-0152-43aa-b7f4-a57b85f6dd22/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/a975b396-1d5e-4708-a6f6-8e4ff1ae753e",
"name": "a975b396-1d5e-4708-a6f6-8e4ff1ae753e",
"status": "Failed",
"error": {
"code": "ContainerAppOperationError",
"message": "Failed to provision revision for container app 'api'. Error details: The following field(s) are either invalid or missing. Field 'template.containers.api.image' is invalid with details: 'Invalid value: \"acrrqgzmzy45tn7q.azurecr.io/s/api-devops6:azd-deploy-1740609475\": GET https:: MANIFEST_UNKNOWN: manifest tagged by \"azd-deploy-1740609475\" is not found; map[Tag:azd-deploy-1740609475]';.."
},
"startTime": "2025-02-26T22:38:32.1712264"
}
--------------------------------------------------------------------------------
(x) Failed: Deploying service api
ERROR: error executing step command 'deploy --all': failed deploying service 'api': updating container app service: polling for container app update completion: GET https://management.azure.com/subscriptions/[11111](https://management.azure.com/subscriptions/4019bbed-0152-43aa-b7f4-a57b85f6dd22/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/a975b396-1d5e-4708-a6f6-8e4ff1ae753e)1-0152-43aa-b7f4-a57b85f6dd22/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/a975b396-1d5e-4708-a6f6-8e4ff1ae753e
--------------------------------------------------------------------------------
RESPONSE 200: 200 OK
ERROR CODE: ContainerAppOperationError
--------------------------------------------------------------------------------
{
"id": "/subscriptions/4111111-0152-43aa-b7f4-a57b85f6dd22/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/a975b396-1d5e-4708-a6f6-8e4ff1ae753e",
"name": "a975b396-1d5e-4708-a6f6-8e4ff1ae753e",
"status": "Failed",
"error": {
"code": "ContainerAppOperationError",
"message": "Failed to provision revision for container app 'api'. Error details: The following field(s) are either invalid or missing. Field 'template.containers.api.image' is invalid with details: 'Invalid value: \"acrrqgzmzy45tn7q.azurecr.io/s/api-devops6:azd-deploy-1740609475\": GET https:: MANIFEST_UNKNOWN: manifest tagged by \"azd-deploy-1740609475\" is not found; map[Tag:azd-deploy-1740609475]';.."
},
"startTime": "2025-02-26T22:38:32.1712264"
}
Expected Behavior
ACR whoud works fine
Steps To Reproduce
run azd init and then azd up in azure devops
Exceptions (if any)
No response
.NET Version info
dotnet9. aspire 9 and 9.1
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the bug
Im doing
azd up
in asure devops pipline, and I have this error. But I see this image in ACR.Expected Behavior
ACR whoud works fine
Steps To Reproduce
run azd init and then azd up in azure devops
Exceptions (if any)
No response
.NET Version info
dotnet9. aspire 9 and 9.1
Anything else?
No response
The text was updated successfully, but these errors were encountered: