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

Commit 40d0d8a

Browse files
tell liquid templating not to process {{ }} in code blocks
1 parent 3a7fe6a commit 40d0d8a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Instructions/Labs/AZ400_M03_Implementing_GitHub_Actions_by_using_DevOps_Starter.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ In this task, you will review the results of creating the DevOps Starter project
131131
1. In the **All workflows** section, click the **Update Index.cshtml** entry.
132132
1. In the **devops-starter-workflow.yml** section, monitor the progress of deployment and verify that it completed successfully.
133133
> **Note**: If the **action using "azure/CLI@1" fails**, commit the following change to the **devops-starter-workflow.yml** file (change the default azure cli version) and verify it completes successfully:
134+
135+
<!-- {% raw %}) -->
134136
```
135137
- name: Deploy ARM Template
136138
uses: azure/CLI@v1
@@ -141,6 +143,7 @@ In this task, you will review the results of creating the DevOps Starter project
141143
az group create --name "${{ env.RESOURCEGROUPNAME }}" --location "${{ env.LOCATION }}"
142144
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 }}"
143145
```
146+
<!-- {% endraw %}) -->
144147
1. Switch to the browser window displaying the DevOps Starter blade in the Azure portal and click the **Browse** link next to the **Application endpoint** entry.
145148
1. In the newly opened web browser window, verify that the updated text representing the change you committed in the GitHub repo is displayed on the web app home page.
146149

Instructions/Labs/AZ400_M06_Ansible_with_Azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ In this task, you will create an Azure VM hosting a web server by using an Ansib
317317
code ~/PartsUnlimitedMRP/Labfiles/AZ-400T05-ImplemntgAppInfra/Labfiles/ansible/new_vm_web.yml
318318
```
319319

320-
1. In the Code editor, if needed, change the name of the region in the `dnsname: '{{ vmname }}.westeurope.cloudapp.azure.com'` entry to the name of the Azure region you are targeting for deployment.
320+
1. In the Code editor, if needed, change the name of the region in the <!-- {% raw %}) -->`dnsname: '{{ vmname }}.westeurope.cloudapp.azure.com'`<!-- {% endraw %}) --> entry to the name of the Azure region you are targeting for deployment.
321321

322322
>**Note**: Make sure that this region matches the Azure region where you created the **az400m14l03rg** resource group.
323323

0 commit comments

Comments
 (0)