We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a101bed + 2387390 commit 48d2fe1Copy full SHA for 48d2fe1
articles/container-apps/vnet-custom.md
@@ -59,7 +59,23 @@ The following example shows you how to create a Container Apps environment in an
59
60
[!INCLUDE [container-apps-create-cli-steps.md](../../includes/container-apps-create-cli-steps.md)]
61
62
-Next, declare a variable to hold the VNET name.
+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.
79
80
# [Bash](#tab/bash)
81
0 commit comments