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
This snippet creates the basic building blocks for an ARM template.
30
30
@@ -92,7 +92,7 @@ An ARM template parameter file allows you to store environment-specific paramete
92
92
93
93
The extension makes it easy to create a parameter file from your existing templates. To do so, right-click on the template in the code editor and select `Select/Create Parameter File`.
94
94
95
-

95
+

96
96
97
97
Select `New` > `All Parameters` > Select a name and location for the parameter file.
98
98
@@ -108,7 +108,7 @@ Now that the parameter file has been mapped to the template, the extension valid
108
108
109
109
Navigate back to the ARM template and notice that an error has been raised indicating that the value does not meet the parameter criteria.
110
110
111
-

111
+

112
112
113
113
Update the value to something appropriate, save the file, and navigate back to the template. Notice that the error on the parameter has been resolved.
0 commit comments