Skip to content

Commit

Permalink
Merge pull request #25 from Azure-Samples/disable_aca_rules2
Browse files Browse the repository at this point in the history
Disable ACA public rules
  • Loading branch information
tonybaloney authored Jun 18, 2024
2 parents ec7d051 + cfd6949 commit b7814c6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
"commit": "984454a27bd81d8d26794bd3464e9b1b5714ff66",
"commit": "619a6b29afba8ca26c528526bc313294d5c414a4",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "Python: Flask",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "flask",
"env": {
Expand All @@ -24,7 +24,7 @@
},
{
"name": "Python: Debug Tests",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"purpose": ["debug-test"],
Expand Down
11 changes: 10 additions & 1 deletion ps-rule.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# YAML: Set the AZURE_BICEP_FILE_EXPANSION configuration option to enable expansion
configuration:
AZURE_BICEP_FILE_EXPANSION: true
AZURE_BICEP_FILE_EXPANSION: true
AZURE_DEPLOYMENT_NONSENSITIVE_PARAMETER_NAMES:
- connectionStringKey


rule:
exclude:
# Ignore ACA public access rules since all these templates are for public facing web apps
- Azure.ContainerApp.RestrictIngress
- Azure.ContainerApp.PublicAccess

0 comments on commit b7814c6

Please sign in to comment.