Skip to content

Commit 85bd33d

Browse files
authored
Merge pull request #178339 from craigshoemaker/ca/fix/provider
[Container Apps] Register namespace
2 parents 10f4102 + 041730d commit 85bd33d

File tree

4 files changed

+64
-0
lines changed

4 files changed

+64
-0
lines changed

articles/container-apps/background-processing.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,22 @@ az extension add `
123123

124124
---
125125

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+
126142
You'll use a resource group to organize the services related to your new container app. Create the group with the following command:
127143

128144
# [Bash](#tab/bash)

articles/container-apps/get-started.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,22 @@ az extension add `
5656

5757
---
5858

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+
5975
Set the following environment variables:
6076

6177
# [Bash](#tab/bash)

articles/container-apps/microservices-dapr-azure-resource-manager.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,22 @@ az extension add `
130130

131131
---
132132

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+
133149
Create a resource group to organize the services related to your new container app.
134150

135151
# [Bash](#tab/bash)

articles/container-apps/microservices-dapr.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,22 @@ az extension add `
130130

131131
---
132132

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+
133149
Create a resource group to organize the services related to your new container app.
134150

135151
# [Bash](#tab/bash)

0 commit comments

Comments
 (0)