Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Step 1. Create Resource Group

...

Add the necessary access policy on the Key Vault so the managed identity is able to list and read secrets from it.

...

which policies ??? how?

...

.

  • In the Azure Portal, go to your KeyVault created in step 3.

  • In the left hand sidebar click on Access Policies

    Image Added
  • Click on Create

  • From the Secrets section check List and Get as the permissions to be added

  • Search for the Managed Identity created on step 8 and select it. Click Next.

  • Skip the Application step as it’s optional

  • Click Create

Step 11. Configure SSL Communication

...