private-aks-cluster-terraform-devops
private-aks-cluster-terraform-devops copied to clipboard
ERROR: argument --collection-priority: expected one argument
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
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!
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.
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