updated network deployment and cache policies
This commit is contained in:
Родитель
18e4f4e024
Коммит
11144f2552
|
@ -54,7 +54,8 @@
|
|||
"privatelink.cognitiveservices.azure.com",
|
||||
"privatelink.search.windows.net",
|
||||
"privatelink.redis.cache.windows.net",
|
||||
"privatelink.westeurope.batch.azure.com"
|
||||
"privatelink.westeurope.batch.azure.com",
|
||||
"westeurope.privatelink.redisenterprise.cache.azure.net"
|
||||
]
|
||||
},
|
||||
"resources": [
|
||||
|
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"parameters": {
|
||||
"policyName": {
|
||||
"value": "Deny-Cache-Enterprise"
|
||||
},
|
||||
"policyDescription": {
|
||||
"value": "Denies redis enterprise cache (no alias available)."
|
||||
},
|
||||
"policyMode": {
|
||||
"value": "All"
|
||||
},
|
||||
"policyParameters": {
|
||||
"value": {}
|
||||
},
|
||||
"policyDefinition": {
|
||||
"value": {
|
||||
"if": {
|
||||
"allOf": [
|
||||
{
|
||||
"field": "type",
|
||||
"equals": "Microsoft.Cache/redisEnterprise"
|
||||
}
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"effect": "Deny"
|
||||
}
|
||||
}
|
||||
},
|
||||
"policyMetadata": {
|
||||
"value": {
|
||||
"version": "1.0.0",
|
||||
"category": "Cache",
|
||||
"preview": false,
|
||||
"deprecated": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -30,13 +30,6 @@
|
|||
"Basic",
|
||||
"Standard",
|
||||
"Premium"
|
||||
// "EnterpriseFlash_F300",
|
||||
// "EnterpriseFlash_F700",
|
||||
// "EnterpriseFlash_F1500",
|
||||
// "Enterprise_E10",
|
||||
// "Enterprise_E20",
|
||||
// "Enterprise_E50",
|
||||
// "Enterprise_E100"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -44,12 +37,12 @@
|
|||
"notIn": [
|
||||
"C",
|
||||
"P"
|
||||
// ""
|
||||
]
|
||||
},
|
||||
{
|
||||
"field": "Microsoft.Cache/Redis/sku.capacity",
|
||||
"notIn": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
|
|
Загрузка…
Ссылка в новой задаче