private-aks-cluster-terraform-devops icon indicating copy to clipboard operation
private-aks-cluster-terraform-devops copied to clipboard

ERROR: argument --collection-priority: expected one argument

Open ferhatguneri opened this issue 3 years ago • 3 comments
trafficstars

https://github.com/Azure-Samples/private-aks-cluster-terraform-devops/blob/38e586f1f4d706be93ff9ad868a51f350f437d34/pipelines/cd-test-web-app.yml#L461

--collection-priority has no value and it crashes the pipeline

ferhatguneri avatar Apr 28 '22 00:04 ferhatguneri

hello, i just want to ask if you resolve this issue and if this sample code - private-aks-cluster-terraform-devops worked for you? thanks!

goodwoodrevival avatar Oct 07 '22 13:10 goodwoodrevival

Hi @goodwoodrevival Unfortunately I did not fixed firewall issue yet. Storage account, Key Vault, AKS ado agent bastion all working as expected. But firewall for ingress is still not working.

ferhatguneri avatar Oct 08 '22 14:10 ferhatguneri

az network firewall policy rule-collection-group collection add-filter-collection \
  --name $(dnatRuleCollectionName) \
  --policy-name $(firewallPolicyName) \
  --rule-collection-group-name $(ruleCollectionGroupName) \
  --resource-group $(resourceGroupName) \
  --action Allow \
  --rule-type NatRule \
  --collection-priority 100 1>/dev/null

ljluestc avatar Oct 15 '23 22:10 ljluestc