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
The Policy Audit for mandatory tags on resources should have exclude ResourceTypes Parameter, because some Resources could not be tagged for example "microsoft.advisor/recommendations" which also apears in the list
In the same step we could also add ResourceGroupFilter
Parameter
"excludedResourceTypes": {
"type": "Array",
"metadata": {
"displayName": "Excluded Resource Types",
"description": "Exclude certain resource types from this policy, if all resourceTypes are selected by using an empty resourceTypeList",
"strongType": "ResourceType"
},
"defaultValue": []
},
"excludedResourceGroupPatterns": {
"type": "Array",
"metadata": {
"displayName": "Excluded Resource Groups; wild card patterns are supported. Example: 'rg-*, rg-abc-*'",
"description": "This array contains all excluded RGs from this policy"
},
"defaultValue": []
}
The Policy Audit for mandatory tags on resources should have exclude ResourceTypes Parameter, because some Resources could not be tagged for example "microsoft.advisor/recommendations" which also apears in the list
In the same step we could also add ResourceGroupFilter
Parameter
add to if-condition
The text was updated successfully, but these errors were encountered: