Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ferhatguneri opened this issue Apr 28, 2022 · 3 comments
Open

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

ferhatguneri opened this issue Apr 28, 2022 · 3 comments

Comments

@ferhatguneri
Copy link

az network firewall policy rule-collection-group collection add-filter-collection --collection-priority \

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

@goodwoodrevival
Copy link

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!

@ferhatguneri
Copy link
Author

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.

@ljluestc
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants