-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az network application-gateway settings list return empty list #32234
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...act-quality-productivity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...act-quality-productivity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
According to the documentation, the following two parameters are required:
Even when I run the command specifying the parameters as documented, I simply get an empty list returned.
The "Backend Settings" option under "Settings" > "Backend Settings" exists in the "Application Gateway" section of the Azure Portal web interface.
Is this a bug in the command?
Is this a documentation issue?
▼Documentation
https://learn.microsoft.com/en-us/cli/azure/network/application-gateway/settings?view=azure-cli-latest#az-network-application-gateway-settings-list
Related command
az network application-gateway settings list --gateway-name [your application gateway name] --resource-group [your resource group name]
Errors
no error, but return empty list.
Issue script & Debug output
Executing according to the Related command
Expected behavior
Please clarify whether this is a bug or a documentation issue and take appropriate action.
Environment Summary
Since it is used for business purposes and is information, it cannot be taken out.
Additional context
No response