BotBuilder-Samples
BotBuilder-Samples copied to clipboard
Samples (python/17.multilingual-bot) • Fails due to, the variable SUBSCRIPTION_REGION located in the config.py file is commented.
Context
For more information, see the parent issue. #3436.
Sample information
- Sample type: Samples
- Sample language: python
- Sample name: 17.multilingual-bot
Describe the bug
While testing these bots, we found out that it fails due to, the variable SUBSCRIPTION_REGION located in the config.py file is commented.
Here's a list of all the cases we found
| Bots | Status |
|---|---|
| python/17.multilingual-bot | • Fails due to, the variable SUBSCRIPTION_REGION located in the config.py file is commented.• Uncommenting the SUBSCRIPTION_REGION solved the issue. |
Expected behavior
Bots work out the box using the provided deployment templates and configuration.
Actual behavior
Manual updates to the coded were required to make it work.