From the course: Complete Guide to Dapr for .NET and Azure Developers: Building and Managing Microservices

Unlock this course with a free trial

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

Creating the Azure Key Vault resource and key

Creating the Azure Key Vault resource and key

- [Instructor] Let's create the Azure Key Vault that will be used by the cryptography building block. So let's open up the Azure portal and then navigate to Marketplace. And here, we can search for vault and we can filter by Azure services only, and this is the template that we're going to use. So click on Create, and then you have to select your subscription, your resource group, and the key vault name, in this case, wisdompetmed. And in the interest of time, I've already created this Azure Key Vault. That's why it's telling me that the name is already in use, but it's okay. Lastly, you have to specify the region and the pricing tier. So let me show you the final Azure Key Vault that I created. You can see that the name is wisdompetmed. And here in Keys, you can also see that I created a new key named wpmkey, which stands for Wisdom Pet Medicine Key. Okay, so this is the Azure Key Vault, and we have a key. In the next video, we're going to create the manifest file. So, see you there.

Contents