Skip to content

Commit

Permalink
Skip Linux AZ Sec Pack policies from running on VMSS creation (#2041)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennerv authored Apr 6, 2022
1 parent c6678c0 commit bd1870a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
3 changes: 3 additions & 0 deletions deploy/gateway-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@
"name": "[concat('gateway-vmss-', parameters('vmssName'))]",
"type": "Microsoft.Compute/virtualMachineScaleSets",
"location": "[resourceGroup().location]",
"tags": {
"SkipLinuxAzSecPack": "true"
},
"apiVersion": "2020-12-01",
"dependsOn": [
"[resourceId('Microsoft.Network/loadBalancers', 'gateway-lb-internal')]",
Expand Down
Loading

0 comments on commit bd1870a

Please sign in to comment.