Guangning Yu's Blog
Home
Code
Data
Setup
Industry
MachineLearning
Archive
Install Azure Cli on Mac
2020-02-25 15:13:21
``` brew update && brew install azure-cli az login ``` ``` brew tap azure/functions brew install azure-functions-core-tools@2 ``` References: [Install Azure CLI on macOS](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-macos?view=azure-cli-latest) [Azure/azure-functions-core-tools](https://github.com/Azure/azure-functions-core-tools)
Previous:
Test PySpark max()/min() function
Next:
Create User in Windows Server 2016