Knowledge Base Bot: Technical Documentation
  • Knowledge Base Bot: Technical Documentation
  • Setting up
    • Prerequisites
      • Set up Azure
      • Install PowerShell modules
      • Install Azure CLI
      • Install Bicep CLI
      • Install Python
    • Pre-deployment
      • Create an app registration
      • Configure access policies
    • Deploy the code and Azure resources
    • Post-deployment
      • Execute post-deployment setup
      • Run the indexer script
  • RESOURCES
    • Architecture
Powered by GitBook
On this page
  1. Setting up
  2. Pre-deployment

Configure access policies

The next step is to configure access policies for the Key Vault deployed in the resource group.

The steps below so will give the app registration access to get/set secrets:

  1. Go to the Key Vault that was deployed in your resource group.

  2. Select Access policies from the left-hand pane.

  3. Select Create.

  4. Under Secret Permissions, click on Select all to grant all permissions.

  5. In the search box, enter the app registration Client ID and select it from the list.

  6. Select Next and then Create to finalize the access policy.

Configure access policies for the Key Vault deployed in the resource group so that User has access to Get/Set secrets.

The steps below so will give the users access to get/set secrets:

  1. Go to the Key Vault that was deployed in your resource group.

  2. Select Access policies from the left-hand pane.

  3. Select Create.

  4. Under Secret Permissions, click on Select all to grant all permissions.

  5. In the search box, enter the user's email address and select them from the list.

  6. Select Next and then Create to finalize the access policy.

PreviousCreate an app registrationNextDeploy the code and Azure resources

Last updated 8 months ago