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

Support Azure CLI 64-bit on Windows #18766 #35697

Closed
Moazzem-Hossain-pixel opened this issue May 18, 2024 · 1 comment
Closed

Support Azure CLI 64-bit on Windows #18766 #35697

Moazzem-Hossain-pixel opened this issue May 18, 2024 · 1 comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@Moazzem-Hossain-pixel
Copy link

          ## Workaround

Azure CLI today doesn't release an 64-bit MSI installer and the workaround is to

  1. Download Python 64-bit from the official site https://www.python.org/downloads/windows/
  2. Run pip to install Azure CLI from PyPI https://pypi.org/project/azure-cli/:
    pip install azure-cli
    

Appliance team has tried the suggested manual workaround and it works. However, Appliance VMware customers will have to do the same manual workaround to deploy Appliance which could be an adoption barrier and will require documentation.

Additional information

GCP & AWS also support 64-bit MSI installers:

Originally posted by @jiasli in Azure/azure-cli#18766 (comment)

@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels May 18, 2024
@xiangyan99
Copy link
Member

Thanks for reaching out.

Please open the issue into repo https://github.com/Azure/azure-cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage This is a new issue that needs to be triaged to the appropriate team. 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

2 participants