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

Commit 61beea2

Browse files
Clarify task description in lab instructions to specify the use of the simple-windows-vm template
1 parent 5398b09 commit 61beea2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M05_L12_Deployments_using_Azure_Bicep_templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ In this task, you will create a storage template module **storage.bicep** which
138138
output storageURI string = storageAccount.properties.primaryEndpoints.blob
139139
```
140140

141-
#### Task 3: Modify the main template to use the template module
141+
#### Task 3: Modify the simple-windows-vm template to use the template module
142142

143-
In this task, you will modify the main template to reference the template module you created in the previous task.
143+
In this task, you will modify the `simple-windows-vm.bicep` template to reference the template module you created in the previous task.
144144

145145
1. Navigate back to the `simple-windows-vm.bicep` file and click on the **Edit** button once again.
146146

0 commit comments

Comments
 (0)