Skip to content

Commit e7332c4

Browse files
authored
Merge pull request #41 from Azure-Samples/avm_update2
Disable NSG rule
2 parents d3a086e + cfbec76 commit e7332c4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
3-
"commit": "ab89511a94d0e2e2a58acb9428a5cf4875af1c23",
3+
"commit": "895511f3a3fb63b5e485f9efd3769c844e5b3296",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

ps-rule.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ rule:
99
exclude:
1010
# Ignore ACA public access rules since all these templates are for public facing web apps
1111
- Azure.ContainerApp.RestrictIngress
12-
- Azure.ContainerApp.PublicAccess
12+
- Azure.ContainerApp.PublicAccess
13+
# Don't require NSG for an internal VNET for connecting apps to keyvaults
14+
- Azure.VNET.UseNSGs

0 commit comments

Comments
 (0)