MicrosoftDocs / azure-docs-cli

Repository used to store content for the docs.microsoft.com content for the Azure CLI
https://docs.microsoft.com/cli/azure/
Creative Commons Attribution 4.0 International
203 stars 465 forks source link

AZ CLI workaround section missing #4441

Closed bandwiches closed 1 week ago

bandwiches commented 2 weeks ago

Type of issue

Missing information

Feedback

AZ CLI refers to this document in one of its error messages, but the section does not exist.

> az network bastion rdp --name "yyy" --resource-group "zzz" --target-resource-id "xxx" --configure

HTTPSConnectionPool(host='...bastion.azure.com', port=443): Max retries exceeded with url: ... '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)')))
Certificate verification failed. This typically happens when using Azure CLI behind a proxy that intercepts traffic with a self-signed certificate. Please add this certificate to the trusted CA bundle.

More info: https://docs.microsoft.com/cli/azure/use-cli-effectively#work-behind-a-proxy.

Page URL

https://learn.microsoft.com/en-us/cli/azure/use-azure-cli-successfully-tips?tabs=bash%2Cbash2#work-behind-a-proxy.

Content source URL

https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/use-azure-cli-successfully-tips.md

Author

@dbradish-microsoft

Document Id

101838d8-0477-a82a-d390-c0bba6aa6076

TPavanBalaji commented 2 weeks ago

@bandwiches Thank you for bringing this to our attention. I've delegated this to content author, who will review it and offer their insightful opinions.

dbradish-microsoft commented 1 week ago

@Bandwiches, We recently published a troubleshooting article that contains this information and we are in the process of updating links found in reference source code. You can see this source code update in Azure/azure-cli PR #29299 and the supporting conceptual doc change in MicrosoftDocs/azure-docs-cli PR #4451. Thank you for helping to make the Azure CLI documentation more accurate.