From the course: Microsoft Azure Database Administrator Associate (DP-300) Cert Prep by Microsoft Press

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Automate deployment using Azure CLI

Automate deployment using Azure CLI

- Welcome back. This is lesson 11.3, automate deployment by using Azure CLI. This is another one we touched on way back in lesson 1.2. The Azure CLI is a cross-platform tool that provides a way to deploy and manage Azure resources through the command line. The CLI is built on the bash shell. If you look at the syntax closely, you'll think that it looks a lot like PowerShell. Not exactly but pretty close. But the goal with the CLI is to simplify the deployment of resources through integration with the Azure resource manager and as well executed via the command line. Microsoft really wanted to emphasize the simplicity of managing resources because they integrated this directly or they integrated the CLI directly into the Azure portal. And this allows you to manage resources via the Azure Cloud Shell. You can also, if you choose, install the Azure CLI locally and manage resources through the command prompt. The emphasis here is for the Azure CLI is that it is optimized for automation and…

Contents