Add a Secret to Azure KeyVault EUM V4

|
Published

In Azure Key Vault, in this example, the Secret called “TwilioSecret” is saved. This contains the
TwilioAuthToken value. To save this value, go the Keyvault created for the Azure App Service in Azure
Portal.

  1. Logon to https://portal.azure.com/ with credentials that have admin rights to the EUM App Service
  2. Navigate to the Resource Group that hosts the EUM App Service
  3. Lookout for the Key Vault in the Resource Group's Overview page. The Key Vault has a yellow "Key" icon
  4. Click on the Key Vault to navigate there

KeyVault_in_Resource.JPG

In the Keyvault, click to open Secrets, and click Generate/Import

KeyVault_page.JPG

In the Create a secret page put in TwilioSecret as Name, and the TwilioAuthToken value in the Value.
Keeping everything same, click Create. Now drill down the Secret to get to the details page where the url
to the secret is displayed. Copy this url.

KeyVaultURL.JPG

This url can be used in EUM for referring to the secret.