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 PowerShell

Automate deployment using PowerShell

- Welcome back. This is lesson 11.2, Automate Deployment by Using PowerShell. A lot of us are already familiar with PowerShell as it's been around for a long time, but before we get into how to automate, let's do a quick recap of PowerShell. So PowerShell is a fantastic automation tool for managing Azure resources quite easily. This is done through Azure PowerShell modules, or you can even use PowerShell and ARM templates to deploy Azure resources. With PowerShell and the Azure modules, you can create, update, and delete resources quite easily. The beauty of using PowerShell with Azure is that PowerShell is integrated into the Azure portal through the Cloud Shell, a browser-based and accessible terminal. The terminal runs as a temporary host based on a per-basis-per-session basis. Azure runbooks also support the use of PowerShell as well, so you can create automated tasks using PowerShell syntax. And for those familiar with PowerShell, this is a great scripting tool, so you can create…

Contents