Sunday, December 4, 2022

How to create a key vault in Azure

Go to Azure Portal

Click on "Create a resource"


Now in the search, search for "Key vault"


Now click on create,


A new form will open up, like below


Fill in the details as shown in the picture below,


Now click on "Review and create", a new window will open like below



Go to the resource created, you will see a window like the one below,


Now go to "Secrets"


Now click on "Generate/Import" as shown in the picture above, a new window will open like the one below, fill in the Name and secret value that you want to save and click on create


Now you can see the secret stored in the Key vault as shown below



Tada!!!