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. Post-deployment

Execute post-deployment setup

PreviousPost-deploymentNextRun the indexer script

Last updated 8 months ago

  1. Download the post-deployment file on your local machine and extract the folder contents.

  2. Review the contents in the folder. It should contain a template and a post-deployment script. This script configures and connects all Azure resources deployed via the marketplace to work together.

  3. Execute the following command in the terminal: “powershell -ExecutionPolicy Bypass -File ".\PostDeploytmentScript.ps1"”.

  4. You will be prompted to enter:

    1. Your Azure log in details (Username, Object ID, etc.).

    2. The ID and endpoints that need to be added to the Key Vault.

  5. A SQL script to create the necessary tables and stored procedures in the database created will run.

  6. Provide the Service Principal app registration the permissions required for database operations.

  7. It will add necessary secrets to the Key Vault.