Azure CLI connect fail #27985
Labels
Auto-Assign
Auto assign by bot
Auto-Resolve
Auto resolve by bot
Azure CLI Team
The command of the issue is owned by Azure CLI team
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Similar-Issue
Storage
az storage
Milestone
Describe the bug
I'm encountering a connectivity issue when trying to run the following Azure CLI command
az storage blob list --container-name mycontainer --account-name mycvstorage --sas-token 'mytoken'
Related command
az storage blob list
Errors
<urllib3.connection.HTTPSConnection object at 0x000001EA965D9ED0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed
Issue script & Debug output
<urllib3.connection.HTTPSConnection object at 0x000001F0ECC07090>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed
Expected behavior
list the container
Environment Summary
azure-cli 2.55.0
core 2.55.0
telemetry 1.1.0
Dependencies:
msal 1.24.0b2
azure-mgmt-resource 23.1.0b2
Python location 'C:\Program Files\Microsoft SDKs\Azure\CLI2\python.exe'
Extensions directory 'C:\Users\liangcl01.azure\cliextensions'
Python (Windows) 3.11.5 (tags/v3.11.5:cce6ba9, Aug 24 2023, 14:38:34) [MSC v.1936 64 bit (AMD64)]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Additional context
No response
The text was updated successfully, but these errors were encountered: