-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
az storage account create -n myuniquename -g acme => TypeError: 'NoneType' object is not iterable #23990
Comments
@evelyn-ys for awareness |
Please check if the dependency |
Thank you for your feedback. This has been routed to the support team for assistance. |
Yes, in both, WSL and VM:
|
Duplicate of #19502 |
@jlegido Just to add on to the above comment,
To install the latest official Azure CLI, please follow the official document: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt and check if that helps. More Info here #19640. |
Many thanks everyone, I added a comment #19640 (comment) to see how can I install azure-cli from official sources |
@navba-MSFT I guess this is exactly what I tried without luck, see my comment, #19640 (comment) |
@jlegido Closing this thread since the discussion is taken forward on this thread. #19640 (comment) |
Related command
Describe the bug
I got below error:
And storage account is not created.
To Reproduce
Complete MFA
Select right subscription
Expected behavior
See JSON output indicating that the resource was created.
Go to the portal and see the resource there.
Environment summary
I installed Azure CLI following:
https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt
I run in WSL, but getting same result in an Azure VM with debian testing.
OS Version is debian testing:
Shell type is bash
Additional context
Same issue is found in Azure VM with debian testing and same azure CLI Version
The text was updated successfully, but these errors were encountered: