Azure / azure-functions-on-container-apps

Docs , samples and issues for Azure Functions on Azure Container Apps
MIT License
74 stars 18 forks source link

A stamp with the specified name already exists in the location BLU #28

Closed mcollier closed 8 months ago

mcollier commented 1 year ago

When attempting to deploy a new Function app in a Container App Environment, I received an "A stamp with the specified name already exists in the location BLU" error.

I'm not sure what "BLU" is in this context. The error doesn't give me enough information to resolve.

{
  "code": "DeploymentFailed",
  "target": "/subscriptions/xxxxxx/resourceGroups/rg-func-aca-mcollier/providers/Microsoft.Resources/deployments/func-apps-deployment",
  "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.",
  "details": [
    {
      "target": "/subscriptions/xxxxxx/resourceGroups/rg-func-aca-mcollier/providers/Microsoft.Resources/deployments/func-apps-deployment",
      "message": "A stamp with the specified name already exists in the location BLU."
    }
  ]
}
raorugan commented 1 year ago

Thanks for reporting this issue. BLU here means East US region. We are investigating the root cause of this issue, this is a known intermittent issue. We are adding more logs to get the reason. Can you re-try with different name and let us know?

mcollier commented 1 year ago

I was able to successful provision the resources by using a new resource group name and new Container Apps Environment name.

raorugan commented 8 months ago

Hi mcollier , we are no longer seeing this error message. Can this be closed?