Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 1da88e5

Browse files
authored
Merge pull request #684 from massimobonanni/LAB12-EX01-TASK03-NoMainTemplate
LAB12-EX01-TASK03: Clarify task description in lab instructions to specify the use of the simple-windows-vm template
2 parents 5398b09 + 61beea2 commit 1da88e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)