You are viewing an earlier version of the admin guide. For the latest version, please visit EmpowerID Admin Guide v7.211.0.0.

Set up App Service

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 as the messaging endpoint for the Bot. Please follow the steps below to set up an app service for the Bot.

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, .


  1. Login to your Azure account.

  2. Please 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. The JSON content is the configuration required for the Bot, the value is empty for most of the keys. We will be setting the values gradually as we complete other steps in this series of docs.

  5. The Application settings page will list all the settings that were present in the JSON content you pasted above. Please, click on the Save icon to save the settings.



In the next step, we will create Azure Cache for Redis

All steps in Deployment & Configuration of EID Bot

 

Â