- Implementing Azure Cloud Design Patterns
- Oliver Michalski Stefano Demiliani
- 321字
- 2021-06-30 19:31:49
How is work with Azure organized?
Now we know how access to Azure is organized. The question arises— How do I work with Azure?
In general, all work is done through the Azure portal (also known as the Azure management portal).
The Azure portal is a web-based application that can be used to create, manage, and remove all types of Azure resources and services. It includes a customizable dashboard, the ability to create your own dashboards and tooling for managing or monitoring Azure resources. It also provides information for cost and usage management.
The Azure portal is located at https://portal.azure.com.
A big thing, but wait, there's even more. Look at the following diagram:

As you can see, there are four other ways to work with Azure, namely:
- Azure PowerShell: Azure PowerShell is a set of modules that provides cmdlets to manage Azure. You can use the cmdlets to create, manage, and remove Azure services. In most cases, you can use the cmdlets for the same tasks that you perform in the Azure portal. The cmdlets can help you achieve consistent, repeatable, and hands-off deployments. Azure PowerShell is an open source project and available at https://github.com/Azure/azure-powershell.
- Azure CLI: The Azure CLI is a tool that you can use to create, manage, and remove Azure resources from the command-line. The Azure CLI is an open source project and available for Linux, macOS, and Windows at https://github.com/Azure/azure-cli.
- REST APIs: All Azure services, including the Azure management portal, provide their own REST APIs for their functionality. They can therefore be accessed by any application that RESTful services can process.
- Client libraries: In order for software developers to write applications in the programming language of their choice, Microsoft offers wrapper classes for the REST APIs. These are available as a so-called Azure SDK for numerous programming languages (for example .NET, Java, Node.js) at https://github.com/Azure.
推薦閱讀
- 32位嵌入式系統(tǒng)與SoC設(shè)計(jì)導(dǎo)論
- SCRATCH與機(jī)器人
- 極簡(jiǎn)AI入門:一本書讀懂人工智能思維與應(yīng)用
- Security Automation with Ansible 2
- Visual Basic從初學(xué)到精通
- 機(jī)器人創(chuàng)新實(shí)訓(xùn)教程
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)
- Android游戲開發(fā)案例與關(guān)鍵技術(shù)
- HTML5 Canvas Cookbook
- 液壓機(jī)智能故障診斷方法集成技術(shù)
- 工業(yè)機(jī)器人力覺視覺控制高級(jí)應(yīng)用
- HBase Essentials
- 3ds Max造型表現(xiàn)藝術(shù)
- Microsoft System Center Data Protection Manager Cookbook
- ARM體系結(jié)構(gòu)與編程