Versions Compared

Key

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

The first step to deploying the Bot is creating a Linux Web app with a NET Core 3.1 runtime stack. The app service we set up now will host the bot microservice to serve as the messaging endpoint for the Bot. Please follow the steps below to set up an app service for the Bot.

Note

Prerequisite: Clients deploying the EmpowerID Bot should have users from their organization's Azure AD tenant inventoried into EmpowerID. Azure AD accounts not registered and not owned by EmpowerID person will not be authorized to use the Bot. You can find details about Azure AD inventory here, /wiki/spaces/EAGV21/pages/2732326913 .

...

  1. Login to your Azure account.

  2. Create a Linux App Service with the .NET Core 3.1 runtime stack.

  3. Go to the newly created App Service’s Configuration and click on the Advanced Edit.

  4. Copy & Paste the JSON content below into the configuration JSON editor, which appears on a pane. Click on OK to save.

    Insert excerpt
    IL:Deployment and Configuration of EID Bot Library
    IL:Deployment and Configuration of EID Bot Library
    nameAppServiceJsonSettings
    nopaneltrue

  5. The Application settings page will appear as below. Click on the Save button to save the settings.


    Insert excerpt
    IL:External Stylesheet
    IL:External Stylesheet
    nopaneltrue

...