Skip to content

Commit 49697dd

Browse files
committed
Updates per Jay
1 parent 699dbd8 commit 49697dd

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/virtual-network-manager/enforce-vnet-create-azure-policy.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-virtual-network-manager
77
ms.topic: concept-article
8-
ms.date: 03/10/2023
8+
ms.date: 03/10/2025
99
ms.custom: template-concept
1010
---
1111

@@ -16,8 +16,9 @@ Azure Virtual Network Manager helps you centrally manage virtual networks across
1616
The following sample Azure policy definition ensures that any virtual network (`Microsoft.Network/virtualNetworks`) in the scope of this policy definition must have one IPAM pool prefix allocation from one of the two specified pools. If a virtual network lacks an allocation from either pool, the policy denies the creation or update of a virtual network by enforcing the use of nonoverlapped classless inter-domain routing (CIDRs) addresses.
1717

1818
```json
19-
"mode": "All",
20-
19+
{
20+
"mode": "All",
21+
2122
    "parameters": {},
2223

2324
    "policyRule": {
@@ -32,7 +33,7 @@ The following sample Azure policy definition ensures that any virtual network (`
3233

3334
            "equals": "Microsoft.Network/virtualNetworks"
3435

35-
          }
36+
          },
3637

3738
          {
3839

@@ -72,7 +73,9 @@ The following sample Azure policy definition ensures that any virtual network (`
7273

7374
      }
7475

75-
    }
76+
    }
77+
}
78+
7679
```
7780

7881
Included in the policy definition are the following actions:

0 commit comments

Comments
 (0)