Skip to content

Commit 48d2fe1

Browse files
Merge pull request #217746 from craigshoemaker/patch-13
[Container Apps] Add Microsoft.ContainerService
2 parents a101bed + 2387390 commit 48d2fe1

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

articles/container-apps/vnet-custom.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,23 @@ The following example shows you how to create a Container Apps environment in an
5959

6060
[!INCLUDE [container-apps-create-cli-steps.md](../../includes/container-apps-create-cli-steps.md)]
6161

62-
Next, declare a variable to hold the VNET name.
62+
Register the `Microsoft.ContainerService` provider.
63+
64+
# [Bash](#tab/bash)
65+
66+
```bash
67+
az provider register --namespace Microsoft.ContainerService
68+
```
69+
70+
# [Azure PowerShell](#tab/azure-powershell)
71+
72+
```azurepowershell
73+
Register-AzResourceProvider -ProviderNamespace Microsoft.ContainerService
74+
```
75+
76+
---
77+
78+
Declare a variable to hold the VNET name.
6379

6480
# [Bash](#tab/bash)
6581

0 commit comments

Comments
 (0)