The below steps are used in creating and implementing key vault in Azure portal
Sign in to Azure portal
search for and select Key vaults, then select Create
- Fill in the resource group, key vault name and click on create as shown in the below image
- click on go to resource
- note take note of your Vault URL
ADDING A SECRET TO THE VAULT CREATED ABOVE
- Go to setting, click on secret and click generate/import as shown in the below image
- Fill in name and vault value
Select the secret you just created, note the the Secret Identifier. This is the url value that you can now use with applications. It provides a centrally managed and securely stored password.
Click the button Show Secret Value, to display the password you typed earlier.
Thank you all and i hope this article help
Top comments (0)