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.

  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

Info

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

Setup up Azure Cache for Redis

Insert excerpt
IL:External Stylesheet
IL:External Stylesheet
nopaneltrue

...