From 965b21578e730efa4416bd1b0f77336e0ee70e11 Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Mon, 15 Jul 2024 16:16:44 +1000 Subject: [PATCH] Disable NSG rule --- .cruft.json | 2 +- ps-rule.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index c2a747d..5fc4738 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator", - "commit": "ab89511a94d0e2e2a58acb9428a5cf4875af1c23", + "commit": "895511f3a3fb63b5e485f9efd3769c844e5b3296", "checkout": null, "context": { "cookiecutter": { diff --git a/ps-rule.yaml b/ps-rule.yaml index 21b1d31..3bc10f5 100644 --- a/ps-rule.yaml +++ b/ps-rule.yaml @@ -9,4 +9,6 @@ rule: exclude: # Ignore ACA public access rules since all these templates are for public facing web apps - Azure.ContainerApp.RestrictIngress - - Azure.ContainerApp.PublicAccess \ No newline at end of file + - Azure.ContainerApp.PublicAccess + # Don't require NSG for an internal VNET for connecting apps to keyvaults + - Azure.VNET.UseNSGs