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
ERROR: error executing step command'provision': deployment failed: error deploying infrastructure: deploying to subscription:
Deployment Error Details:
InvalidDeployment: The provided deployment name 'longLongLongLongLongLongLongLongLongCommonPrefixEmailServiceidentity' has a length of '68' which exceeds the maximum length of '64'. Please see https://aka.ms/arm-deploy for usage details.
InvalidDeployment: The provided deployment name 'longLongLongLongLongLongLongLongLongCommonPrefixEmailService-fetch-image' has a length of '72' which exceeds the maximum length of '64'. Please see https://aka.ms/arm-deploy for usage details.
TraceID: aa4f08e646a8222935cdbdbb2dc9bab8
2. Problem 2: multiple app with same long name prefix
Link to sample project: https://github.com/microsoft/SJAD
Reproduce step:
azd init
, then manually change the app name inazure.yaml
. (It can be achieved by another way: Rename the folder name then runazd init
)azd up
1. Problem 1: long name
1.1. Example
azure.yaml
:1.2. Error message:
2. Problem 2: multiple app with same long name prefix
2.1. Example
azure.yaml
:2.2. Error message:
2.3. The deployment details page shows it completed:
2.4. In portal, expected 3 Container App, but only one Container App created:
2.5. Actual tab in the Container App
The text was updated successfully, but these errors were encountered: