Skip to content

Commit 619a6b2

Browse files
authoredJun 18, 2024··
Merge pull request #82 from Azure-Samples/disable_aca_rules
Disable PSRule for ACA
2 parents a1af8a7 + 7e008c8 commit 619a6b2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# YAML: Set the AZURE_BICEP_FILE_EXPANSION configuration option to enable expansion
22
configuration:
3-
AZURE_BICEP_FILE_EXPANSION: true
3+
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

Comments
 (0)
Please sign in to comment.