Loading

CLOUD Azure

How to Install the Azure CLI?. The Complete CLOUD Azure Developer Course 2023 [Videos].

In addition to the Azure Portal, Azure also offers the Azure CLI as a command-line tool to create and manage Azure resources. The Azure CLI offers the benefits of efficiency, repeatability, and the ability to script recurring tasks.

In practice, most developers use both the Azure Portal and the Azure CLI. Where as the Azure Portal is useful when exploring new services and getting an overview of all of the resources in your Azure account, most developers find the Azure CLI to be faster and more efficient. The Azure CLI can often accomplish in a single command what takes multiple steps in the Azure Portal. In addition, since Azure CLI commands can be saved to a file, developers can assure that recurrent tasks are run the same way each time.

The Azure CLI is available for Windows, macOS, and Linux.

Azure Cloud Shell

You can also use the Azure CLI in the Azure Cloud Shell at https://shell.azure.com. The Azure Cloud Shell is a fully functional, browser-based shell for managing Azure resources. The Azure Cloud Shell is useful when you need a command line environment but are working on a device where you are unable to install the Azure CLI.

Screenshot of the Azure Cloud Shell running in a browser

Next steps

Next, you will want to install additional Azure tools like Azure Storage Explorer and Azure Data Studio to make you more productive with Azure.

See All

Comments (631 Comments)

Submit Your Comment

See All Posts

Related Posts

CLOUD Azure / Blog

How to Creating ASP.NET Web App In Azure?

Azure Web App is very popular service in Azure and it is very cheap in cost as compared to the other services. It provides awesome features and a highly scalable, self-patching web hosting service. Deployment is quite simple with Azure. The advantage of Azure Web App is that it supports multiple languages, like .NET, Java, PHP, Node.js.
7-Feb-2022 /21 /631

CLOUD Azure / Blog

What Is Azure Functions?

Azure functions is a serverless concept of cloud native design that allows a piece of code deployed and execute without any need of server infrastructure, web server, or any configurations. Azure functions can be written in multiple languages such as C#, Java, JavaScript, TypeScript, and Python.
7-Feb-2022 /21 /631

CLOUD Azure / Blog

Getting Started with Azure File Storage

Azure File Storage, a Microsoft cloud storage solution for modern applications, offers a file-sharing system in the cloud. This system is easily accessible via Server Message Block (SMB) protocol or NFS protocol.
8-Mar-2022 /21 /631