You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/azure/arm-template-whatif/includes/4-exercise-what-if.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ You start with an existing template that your team has been using. The template
31
31
32
32
1. Create a new file called *azuredeploy.json*.
33
33
34
-
1. Save the empty file so that Visual Studio Code loads the ARM template tooling.
35
-
34
+
1. Save the empty file so that Visual Studio Code loads the ARM template tooling.
35
+
36
36
You can either select **File** > **Save As** or select <kbd>Ctrl+S</kbd> in Windows (<kbd>⌘+S</kbd> on macOS). Be sure to remember where you've saved the file. For example, you might want to create a *scripts* folder to save it in.
37
37
38
38
1. Copy the following code into *azuredeploy.json*.
@@ -49,8 +49,8 @@ You start with an existing template that your team has been using. The template
49
49
50
50
1. Create a new file called *main.bicep*.
51
51
52
-
1. Save the empty file so that Visual Studio Code loads the Bicep tooling.
53
-
52
+
1. Save the empty file so that Visual Studio Code loads the Bicep tooling.
53
+
54
54
You can either select **File** > **Save As** or select <kbd>Ctrl+S</kbd> in Windows (<kbd>⌘+S</kbd> on macOS). Be sure to remember where you've saved the file. For example, you might want to create a *scripts* folder to save it in.
55
55
56
56
1. Copy the following code into *main.bicep*.
@@ -173,7 +173,7 @@ To validate that your deployment has been created and sent to Azure, go to the [
173
173
174
174
::: zone pivot="jsonpowershell,jsoncli"
175
175
176
-
1. In the *azuredeploy.json* file in Visual Studio Code, delete the tag named `Owner` and its value. After you're done, the `tags` property of the virtual network should look like this:
176
+
1. In the *azuredeploy.json* file in Visual Studio Code, delete the tag named `Owner` and its value. After you're done, the `tags` property of the virtual network should look like this:
@@ -191,7 +191,7 @@ To validate that your deployment has been created and sent to Azure, go to the [
191
191
192
192
::: zone pivot="biceppowershell,bicepcli"
193
193
194
-
1. In the *main.bicep* file in Visual Studio Code, delete the tag named `Owner` and its value. After you're done, the `tags` property of the virtual network should look like this:
194
+
1. In the *main.bicep* file in Visual Studio Code, delete the tag named `Owner` and its value. After you're done, the `tags` property of the virtual network should look like this:
0 commit comments