Open ChaitanyaNaykodi-MSFT opened 1 month ago
Currently documentation for az network application-gateway http-settings create states that --protocol property can have a value Tcp which is incorrect.
If we set-up the --protocol property as Tcp it will end up in error as shown below
The correct command to use here will be az network application-gateway settings create which successfully creates a backend setting with protocol as TCP
AZ CLI Latest
Thank you for opening this issue, we will look into it.
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.
If we set-up the --protocol property as Tcp it will end up in error as shown below
The correct command to use here will be az network application-gateway settings create which successfully creates a backend setting with protocol as TCP
Related command
Errors
Issue script & Debug output
Expected behavior
Environment Summary
AZ CLI Latest
Additional context