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

Commit f42f41f

Browse files
authored
Update AZ400_M06_L15_Azure_Deployments_Using_Resource_Manager_Templates.md
1 parent e5c4fd9 commit f42f41f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Instructions/Labs/AZ400_M06_L15_Azure_Deployments_Using_Resource_Manager_Templates.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,16 @@ In this task, you will modify the main template to reference the template module
225225
1. In the Cloud Shell pane, click the **Upload/download files** icon and, in the dropdown menu, click **Upload**.
226226
1. In the **Open** dialog box, navigate to and select **C:\\templates\\main.bicep** and click **Open**.
227227
1. Follow the same steps to upload the **C:\\templates\\storage.bicep** file too.
228+
1. From a **Bash** session in the Cloud Shell pane, run the following to perform a deployment by using a newly uploaded template:
229+
230+
```bash
231+
az deployment group what-if --name az400m13l01deployment --resource-group az400m13l01-RG --template-file main.bicep
232+
```
233+
234+
1. When prompted to provide the value for 'adminUsername', type **Student** and press the **Enter** key.
235+
1. When prompted to provide the value for 'adminPassword', type **Pa55w.rd1234** and press the **Enter** key. (Password typing will not be shown)
236+
1. Review the result of this command which validates your deployment and let's you know if there is any errors in your templates. This is very valuable especially when deploying templates with many resources and in business critical cloud environments.
237+
228238
1. From a **Bash** session in the Cloud Shell pane, run the following to perform a deployment by using a newly uploaded template:
229239

230240
```bash

0 commit comments

Comments
 (0)