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
@@ -41,7 +41,7 @@ In this article, you learn how to:
41
41
-[Install and configure Terraform](/azure/developer/terraform/quickstart-configure)
42
42
- To modify dynamic network groups, you must be [granted access via Azure RBAC role](concept-network-groups.md#network-groups-and-azure-policy) assignment only. Classic Admin/legacy authorization is not supported
43
43
44
-
:::zone pivot="subscription-scope"
44
+
:::zone pivot="sub"
45
45
46
46
## Implement the Terraform code
47
47
@@ -70,7 +70,7 @@ In this article, you learn how to:
70
70
71
71
:::zone-end
72
72
73
-
:::zone pivot="management-group-scope"
73
+
:::zone pivot="mgmt-grp"
74
74
75
75
76
76
## Implement the Terraform code
@@ -135,7 +135,28 @@ In this article, you learn how to:
1. Run [Get-AzResourceGroup](/powershell/module/az.resources/Get-AzResourceGroup) to display the resource group.
148
+
149
+
```azurepowershell
150
+
Get-AzResourceGroup -Name $resource_group_name
151
+
```
152
+
153
+
1. For each virtual network name printed in the previous step, run [Get-AzNetworkManagerEffectiveConnectivityConfiguration](/powershell/module/az.network/get-aznetworkmanagereffectiveconnectivityconfiguration) to print the effective (applied) configurations. Replace the `<virtual_network_name>` placeholder with the vnet name.
0 commit comments