Open kehao-chen opened 2 years ago
network
Hi: @kehao-chen 'management-ip-config' should be created before using update command, but now it has something wrong with creating function, for more information,pls refer: https://github.com/Azure/azure-cli-extensions/issues/1270. Best wishes.
This is autogenerated. Please review and update as needed.
Describe the bug
I would like to enable forced tunneling on Azure Firewall via Azure CLI.
Command Name
az network firewall management-ip-config update Extension Name: azure-firewall. Version: 0.13.0.
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az network firewall create --resource-group {} --name {} --firewall-policy {}
az network firewall management-ip-config update --resource-group {} --firewall-name {} --vnet-name {} --public-ip-address {}
Expected Behavior
I could create an Azure Firewall instance with forced tunneling enabled via Azure CLI.
Environment Summary
Additional Context
None