Open
Description
openedon Nov 8, 2024
Describe the bug
While executing step 5 in the [Steps to deploy the reference implementation](Steps to deploy the reference implementation) using the option for Visual Studio, the error below was observed:
(✓) Done: Resource group: rg-sandbox-mwa-eus (337ms)
(✓) Done: Log Analytics workspace: log-5mhbf4d3c7clm (332ms)
(✓) Done: Application Insights: appi-5mhbf4d3c7clm (599ms)
(✓) Done: Azure Front Door / CDN profile: afd-5mhbf4d3c7clm (608ms)
| =====| Creating/Updating resources
ERROR: error executing step command 'provision': deployment failed: error deploying infrastructure: deploying to subscription:
Deployment Error Details:
InvalidTemplate: Deployment template validation failed: 'The template output reference to 'Microsoft.Resources/deployments/application-sql-server-5mhbf4d3c7clm' requires an API version. Please see https://aka.ms/arm-syntax for usage details.'.
Examining the deployment error in the Azure portal showed this message:
{"code":"InvalidTemplate","message":"Deployment template validation failed: 'The template output reference to 'Microsoft.Resources/deployments/application-sql-server-5mhbf4d3c7clm' requires an API version. Please see https://aka.ms/arm-syntax for usage details.'.","additionalInfo":[{"type":"TemplateViolation","info":{"lineNumber":0,"linePosition":0,"path":""}}]}
To Reproduce
Steps to reproduce the behavior:
- Complete steps 1-4 of the [Steps to deploy the reference implementation](Steps to deploy the reference implementation), using the optional instructions for Visual Studio.
- Execute step 5, 'azd up'
- See error
Expected behavior
The MWA azure infrastructure is provisioned successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Windows
- Shell: PowerShell Core
- Shell Version: PowerShell 7.4.6
- az version:
"azure-cli": "2.65.0", "azure-cli-core": "2.65.0", "azure-cli-telemetry": "1.1.0", "extensions": "account": "0.2.5", "azure-devops": "1.0.1", "azure-firewall": "1.2.0", "datafactory": "1.0.2", "dns-resolver": "0.2.0", "front-door": "1.2.0", "gallery-service-artifact": "1.0.0b1", "log-analytics": "0.2.2", "ml": "2.11.0"
- az bicep version: Bicep CLI version 0.26.170 (e9abaf16a5)
- azd version: azd version 1.10.4 (commit 5e0b2d56a99bae47a607fa08506da31180bdf540)
- dotnet version: 8.0.403
Additional context
N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment