Output from azd version
azd version 0.0.1-beta.1614610 (commit 4d3efcf)
Output from az version
{
"azure-cli": "2.38.0",
"azure-cli-core": "2.38.0",
"azure-cli-telemetry": "1.0.6",
"extensions": {
"azure-dev": "0.0.1b1539385",
"containerapp": "0.3.7"
}
}
Describe the bug
I created the C# todo template and did azd up -- this is the resulting output:
Created Azure resources
Error: Command Failed: deployment failed: failed deploying: failed running az deployment sub create:
Deployment Error Details:
InternalServerError: There was an unexpected InternalServerError. Please try again later. x-ms-correlation-request-id: 52b6e46e-b887-4323-97f4-924f6284c348
The error isn't helpful for me what do know what to do now. Do I run the command again? Do I use the correlation ID to look in portal?
Output from
azd versionazd version 0.0.1-beta.1614610 (commit 4d3efcf)
Output from
az version{
"azure-cli": "2.38.0",
"azure-cli-core": "2.38.0",
"azure-cli-telemetry": "1.0.6",
"extensions": {
"azure-dev": "0.0.1b1539385",
"containerapp": "0.3.7"
}
}
Describe the bug
I created the C# todo template and did
azd up-- this is the resulting output:The error isn't helpful for me what do know what to do now. Do I run the command again? Do I use the correlation ID to look in portal?