Skip to content

Commit 5cbbe79

Browse files
robgaAzure Policy Bot
andauthored
Built-in Policy Release 34406c72 (#1479)
Co-authored-by: Azure Policy Bot <azgovpolicy@microsoft.com>
1 parent e6db42d commit 5cbbe79

2 files changed

Lines changed: 10 additions & 24 deletions

File tree

built-in-policies/policyDefinitions/App Service/App_Slot_VNetIntegrationEnabled_Audit.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"mode": "Indexed",
66
"description": "Injecting App Service Apps in a virtual network unlocks advanced App Service networking and security features and provides you with greater control over your network security configuration. Learn more at: https://docs.microsoft.com/azure/app-service/web-sites-integrate-with-vnet.",
77
"metadata": {
8-
"version": "1.1.0",
8+
"version": "1.2.0",
99
"category": "App Service"
1010
},
11-
"version": "1.1.0",
11+
"version": "1.2.0",
1212
"parameters": {
1313
"effect": {
1414
"type": "string",
@@ -32,16 +32,8 @@
3232
"equals": "Microsoft.Web/sites/slots"
3333
},
3434
{
35-
"anyOf": [
36-
{
37-
"field": "Microsoft.Web/sites/slots/virtualNetworkSubnetId",
38-
"exists": "false"
39-
},
40-
{
41-
"field": "Microsoft.Web/sites/slots/virtualNetworkSubnetId",
42-
"equals": ""
43-
}
44-
]
35+
"field": "Microsoft.Web/sites/slots/virtualNetworkSubnetId",
36+
"equals": ""
4537
}
4638
]
4739
},
@@ -50,6 +42,7 @@
5042
}
5143
},
5244
"versions": [
45+
"1.2.0",
5346
"1.1.0",
5447
"1.0.0"
5548
]

built-in-policies/policyDefinitions/App Service/App_VNetIntegrationEnabled_Audit.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"mode": "Indexed",
66
"description": "Injecting App Service Apps in a virtual network unlocks advanced App Service networking and security features and provides you with greater control over your network security configuration. Learn more at: https://docs.microsoft.com/azure/app-service/web-sites-integrate-with-vnet.",
77
"metadata": {
8-
"version": "3.1.0",
8+
"version": "3.2.0",
99
"category": "App Service"
1010
},
11-
"version": "3.1.0",
11+
"version": "3.2.0",
1212
"parameters": {
1313
"effect": {
1414
"type": "string",
@@ -32,16 +32,8 @@
3232
"equals": "Microsoft.Web/sites"
3333
},
3434
{
35-
"anyOf": [
36-
{
37-
"field": "Microsoft.Web/sites/virtualNetworkSubnetId",
38-
"exists": "false"
39-
},
40-
{
41-
"field": "Microsoft.Web/sites/virtualNetworkSubnetId",
42-
"equals": ""
43-
}
44-
]
35+
"field": "Microsoft.Web/sites/virtualNetworkSubnetId",
36+
"equals": ""
4537
}
4638
]
4739
},
@@ -50,6 +42,7 @@
5042
}
5143
},
5244
"versions": [
45+
"3.2.0",
5346
"3.1.0",
5447
"3.0.0"
5548
]

0 commit comments

Comments
 (0)