File tree Expand file tree Collapse file tree 4 files changed +64
-0
lines changed Expand file tree Collapse file tree 4 files changed +64
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,22 @@ az extension add `
123
123
124
124
---
125
125
126
+ Now that the extension is installed, register the ` Microsoft.Web ` namespace.
127
+
128
+ # [ Bash] ( #tab/bash )
129
+
130
+ ``` azurecli
131
+ az provider register --namespace Microsoft.Web
132
+ ```
133
+
134
+ # [ PowerShell] ( #tab/powershell )
135
+
136
+ ``` powershell
137
+ az provider register --namespace Microsoft.Web
138
+ ```
139
+
140
+ ---
141
+
126
142
You'll use a resource group to organize the services related to your new container app. Create the group with the following command:
127
143
128
144
# [ Bash] ( #tab/bash )
Original file line number Diff line number Diff line change @@ -56,6 +56,22 @@ az extension add `
56
56
57
57
---
58
58
59
+ Now that the extension is installed, register the ` Microsoft.Web ` namespace.
60
+
61
+ # [ Bash] ( #tab/bash )
62
+
63
+ ``` azurecli
64
+ az provider register --namespace Microsoft.Web
65
+ ```
66
+
67
+ # [ PowerShell] ( #tab/powershell )
68
+
69
+ ``` powershell
70
+ az provider register --namespace Microsoft.Web
71
+ ```
72
+
73
+ ---
74
+
59
75
Set the following environment variables:
60
76
61
77
# [ Bash] ( #tab/bash )
Original file line number Diff line number Diff line change @@ -130,6 +130,22 @@ az extension add `
130
130
131
131
---
132
132
133
+ Now that the extension is installed, register the ` Microsoft.Web ` namespace.
134
+
135
+ # [ Bash] ( #tab/bash )
136
+
137
+ ``` azurecli
138
+ az provider register --namespace Microsoft.Web
139
+ ```
140
+
141
+ # [ PowerShell] ( #tab/powershell )
142
+
143
+ ``` powershell
144
+ az provider register --namespace Microsoft.Web
145
+ ```
146
+
147
+ ---
148
+
133
149
Create a resource group to organize the services related to your new container app.
134
150
135
151
# [ Bash] ( #tab/bash )
Original file line number Diff line number Diff line change @@ -130,6 +130,22 @@ az extension add `
130
130
131
131
---
132
132
133
+ Now that the extension is installed, register the ` Microsoft.Web ` namespace.
134
+
135
+ # [ Bash] ( #tab/bash )
136
+
137
+ ``` azurecli
138
+ az provider register --namespace Microsoft.Web
139
+ ```
140
+
141
+ # [ PowerShell] ( #tab/powershell )
142
+
143
+ ``` powershell
144
+ az provider register --namespace Microsoft.Web
145
+ ```
146
+
147
+ ---
148
+
133
149
Create a resource group to organize the services related to your new container app.
134
150
135
151
# [ Bash] ( #tab/bash )
You can’t perform that action at this time.
0 commit comments