From the course: Getting Started with Microsoft Copilot for Azure

Unlock the full course today

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

Generate Azure CLI scripts

Generate Azure CLI scripts

- [Instructor] Welcome to the next video. In this video, we are going to be looking at creating Azure CLI scripts using Microsoft Copilot in Azure. We'll be looking at different scenarios. Let's get started by going to the Azure portal. So we are inside the Azure portal, and the first thing we are going to do is, let's just try to generate a CLI script that can create a new storage account for us with a new resource group and maybe in the West region. So it's going to go out, and take these parameters, and generate a script for us. And as you can see, it also generates some prompt starters, asking us if we wanted to change anything here. So at this poin, we can ask about, are there other options that we can consider as far as the storage account is concerned? And, of course, it comes back and tells you that locally redundant, geo-redundant options are available. We can simply go in and say, "Hey, update the script that you previously gave me, but this time use the premium LRS." And it…

Contents