Python utility to relay messages to and from an Azure Bot (for MS Teams) to a Genesis instance running in SPCS or any other host on www
az account set --subscription "<subscription_name_or_id>"
az group create --name <your_resource_group_name> --location <your_location>
az account list-locations -o table
az group show --name <your_resource_group_name>
zip -r bot.zip app.py bot.py requirements.txt .env <your_key_file_path>
az webapp log tail --name "<your_app_name>" --resource-group "<your_resource_group_name>"