⚙️Microsoft Azure Key Vault Setup
Last updated
Last updated
Go to your Azure Homepage (Home - Microsoft Azure)
In the search field type App Registration, or follow this link https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade
Add a new App and name it, to be able to identify it in the future e.g. “MGS Azure Key Vault”.
Save the Application (client) ID and Directory (tenant) ID for future usage.
Go to Certificates & secrets -> Client Secrets.
Click on New client secret, fill in the fields, create, and copy the created secret Value for future usage.
Go back to you Azure home page, click on Create a resource
Search for Key Vault and click Create.
Fill in the required fields and click Review + Create
From the Azure home page go to your newly created keyvault -> Access Configuration and select Vault access policy. Click Apply to save changes.
Click Go to access policies and then click Create
In the Create an access policy dialog, check marks for secret management as bellow, click next
In the Principal dialog find and select you App from step 3 (either by name or by client ID), click next.
On Application (Optional) Dialog click next, And on the Review and Create dialog click Create.