From the course: ASP.NET: Security

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Managing the Key Vault with Azure Shell

Managing the Key Vault with Azure Shell

From the course: ASP.NET: Security

Start my 1-month free trial

Managing the Key Vault with Azure Shell

- [Instructor] You can install the Azure CLI or you can go to shell.azure.com and then it's all based in the browser. So you can also combine both the shell view and the regular Azure portal view. Pretty amazing and also very convenient if you have a lot of configuring to do in Azure. Well, once this is set up, az is the command, we can try az login but well, essentially I'm already logged in here, so I would not need this specifically here for this example. All right, that being said and done and I just quit this because I'm already logged in, we can now create a resource group, so we do az group create and give it a name and it's important giving it a good name so you find it again so you can delete it again later if you choose not to use it any longer. So how about AspNetSecurityRG for resource group? And so then let's choose a location as well. So let's use eastus. Now once this has been created as well, this resource group can hold resources as the name suggests including a…

Contents