Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit f6990a6

Browse files
fix spaces in az deployment command
1 parent 824e303 commit f6990a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/AZ400_M03_L07_Implementing_GitHub_Actions_by_using_DevOps_Starter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ In this task, you will review the results of creating the DevOps Starter project
125125
> azcliversion: 2.29.2
126126
> inlineScript: |
127127
> az group create --name "${{ env.RESOURCEGROUPNAME }}" --location "${{ env.LOCATION }}"
128-
> az deployment group create --resource-group "${{ env.RESOURCEGROUPNAME }}" --template-file ./ArmTemplates/windows-webapp- template.json --parameters webAppName="${{ env.AZURE_WEBAPP_NAME }}" hostingPlanName="${{ env.HOSTINGPLANNAME }}" appInsightsLocation="${{ env.APPINSIGHTLOCATION }}" sku="${{ env.SKU }}"
128+
> az deployment group create --resource-group "${{ env.RESOURCEGROUPNAME }}" --template-file ./ArmTemplates/windows-webapp-template.json --parameters webAppName="${{ env.AZURE_WEBAPP_NAME }}" hostingPlanName="${{ env.HOSTINGPLANNAME }}" appInsightsLocation="${{ env.APPINSIGHTLOCATION }}" sku="${{ env.SKU }}"
129129
> ```
130130
> <!-- {% endraw %}) -->
131131

0 commit comments

Comments
 (0)