To securely store and access secrets for manage secrets, such as connection strings and API keys, the EmpowerID bot , we will use the utilizes Azure Key Vault. You can Follow these steps to set up the vaultKey Vault, provide configure access, enable Systemsystem-managed Identityidentity, and set permissions by following these steps. :
Procedure
Navigate to the Azure portal.
Please create a new Azure Key Vault in
...
Azure if one already does not exist.
...
On the Overview blade for the Key Vault, copy the Vault URI.
Set the KeyVaultUrl to the Azure Vault URL in the App Service application settings of the Web App created in Step #1 of Set up App Service
...
Enable System-managed Identity on theApp Service. Navigate to the web app created in step #1, Select Identity, and switch Status to On within the System assigned tab. Click Save.
Add an Access Policy to give the System-managed Identitypermission to access the vault.
Choose Get, List, Set, Delete & Recover rights for the secret permissions for the access policy. And Choose Get, List for certificate permission. Click on save to store the permissions.
...
...
Please select the app service you have created in step #1 Set up App Service as the Principal input.
Info | ||||||||
---|---|---|---|---|---|---|---|---|
|
All steps in Deployment & Configuration of EID Bot
Page Tree | ||||
---|---|---|---|---|
|