Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.57k stars 2.79k forks source link

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

Closed Moazzem-Hossain-pixel closed 4 months ago

Moazzem-Hossain-pixel commented 4 months ago
          ## 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 https://github.com/Azure/azure-cli/issues/18766#issuecomment-885430443

xiangyan99 commented 4 months ago

Thanks for reaching out.

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