- Azure for Architects
- Ritesh Modi
- 109字
- 2021-07-08 09:33:32
Azure Command-Line Interface (CLI)
Azure also provides Azure CLI 2.0 that can be deployed on Linux, Windows, as well as Mac operating systems. The Azure CLI 2.0 is Azure's new command-line utility for managing Azure resources. Azure CLI 2.0 is optimized for managing and administering Azure resources from the command line, and for building automation scripts that work against the Azure Resource Manager. The command-line interface can be used to execute commands using Bash Shell or Windows command line. Azure CLI is a very famous non-Windows user as it allows us to talk to Azure on Linux and Mac. Steps for installing Azure CLI 2 are available at https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest.
推薦閱讀
- Learn ECMAScript(Second Edition)
- C語言程序設計(第2 版)
- Dynamics 365 Application Development
- 精通搜索分析
- PHP網絡編程學習筆記
- Big Data Analytics
- Hands-On Swift 5 Microservices Development
- Arduino Wearable Projects
- Simulation for Data Science with R
- 監控的藝術:云原生時代的監控框架
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 你必須知道的.NET(第2版)
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)
- 軟件測試項目實戰之功能測試篇
- Java算法從菜鳥到達人