Skip to content

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JamJarchitect committed Oct 12, 2023
1 parent 2224bc4 commit 2d3f0fe
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 255 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,18 @@
"Disabled"
],
"defaultValue": "AuditIfNotExists"
},
"ContainerAppsEnvironmentDenyEffect" : {
"type": "String",
"metadata": {
"displayName": "Container Apps environment should disable public network access",
"description": "This policy denies creation of Container Apps Environment with exposed public endpoints"
},
"allowedValues": [
"Audit",
"Deny",
"Disabled"
]
}
},
"policyDefinitions": [
Expand Down Expand Up @@ -476,8 +488,18 @@
}
},
"groupNames": []
},
{
"policyDefinitionReferenceId": "ContainerAppsEnvironmentDenyPublicIP",
"policyDefinitionId": "/providers/Microsoft.Authorization/policyDefinitions/d074ddf8-01a5-4b5e-a2b8-964aed452c0a",
"parameters": {
"effect": {
"value": "[[parameters('ContainerAppsEnvironmentDenyEffect')]"
}
},
"groupNames": []
}
],
"policyDefinitionGroups": null
}
}
}
Loading

0 comments on commit 2d3f0fe

Please sign in to comment.