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

Documentation bug for az network application-gateway http-settings create for TCP protocol #29947

Open
ChaitanyaNaykodi-MSFT opened this issue Sep 20, 2024 · 1 comment
Assignees
Labels
Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team Network az network vnet/lb/nic/dns/etc... question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone

Comments

@ChaitanyaNaykodi-MSFT
Copy link

Describe the bug

Currently documentation for az network application-gateway http-settings create states that --protocol property can have a value Tcp which is incorrect.

image

If we set-up the --protocol property as Tcp it will end up in error as shown below

image

The correct command to use here will be az network application-gateway settings create which successfully creates a backend setting with protocol as TCP

image

image

Related command


Errors


Issue script & Debug output


Expected behavior


Environment Summary

AZ CLI Latest

Additional context


@ChaitanyaNaykodi-MSFT ChaitanyaNaykodi-MSFT added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Sep 20, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Network az network vnet/lb/nic/dns/etc... label Sep 20, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Sep 20, 2024
@yonzhan
Copy link
Collaborator

yonzhan commented Sep 20, 2024

Thank you for opening this issue, we will look into it.

@yonzhan yonzhan added this to the Backlog milestone Sep 20, 2024
@yonzhan yonzhan removed the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team Network az network vnet/lb/nic/dns/etc... question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

3 participants