We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1af8a7 + 7e008c8 commit 619a6b2Copy full SHA for 619a6b2
{{cookiecutter.__src_folder_name}}/ps-rule.yaml
@@ -1,3 +1,12 @@
1
# YAML: Set the AZURE_BICEP_FILE_EXPANSION configuration option to enable expansion
2
configuration:
3
- AZURE_BICEP_FILE_EXPANSION: true
+ AZURE_BICEP_FILE_EXPANSION: true
4
+ AZURE_DEPLOYMENT_NONSENSITIVE_PARAMETER_NAMES:
5
+ - connectionStringKey
6
+
7
8
+rule:
9
+ exclude:
10
+ # Ignore ACA public access rules since all these templates are for public facing web apps
11
+ - Azure.ContainerApp.RestrictIngress
12
+ - Azure.ContainerApp.PublicAccess
0 commit comments