Broadcast-Development-Kit/docs/how-to-run-the-solution-in-...
Damian Cherubini c51367029d Fix broken links in the documentation 2021-08-17 17:21:01 -03:00
..
images Documentation (#1) 2021-07-08 16:53:56 -03:00
README.md Fix broken links in the documentation 2021-08-17 17:21:01 -03:00
add_service.md Fix broken links in the documentation 2021-08-17 17:21:01 -03:00
app_registrations.md Documentation (#1) 2021-07-08 16:53:56 -03:00
application_insights.md Documentation (#1) 2021-07-08 16:53:56 -03:00
authorization_token.md Documentation (#1) 2021-07-08 16:53:56 -03:00
azure_sdk_service_principal.md Documentation (#1) 2021-07-08 16:53:56 -03:00
configure_event_grid.md Documentation (#1) 2021-07-08 16:53:56 -03:00
cosmos_db.md Documentation (#1) 2021-07-08 16:53:56 -03:00
deploy_bot_service.md Split the virtual machine and bot service deployment documentation 2021-08-15 16:11:11 -03:00
deploy_function_app.md Update docs to deploy released versions and provide alternatives to install the certificate 2021-08-15 13:22:55 -03:00
deploy_web_app.md Update docs to deploy released versions and provide alternatives to install the certificate 2021-08-15 13:22:55 -03:00
function_app_and_app_service_plan.md Fix broken links in the documentation 2021-08-17 17:21:01 -03:00
resource_group.md Documentation (#1) 2021-07-08 16:53:56 -03:00
security_group.md Documentation (#1) 2021-07-08 16:53:56 -03:00
service_plan.md Fix broken links in the documentation 2021-08-17 17:21:01 -03:00
storage_account.md Fix broken links in the documentation 2021-08-17 17:21:01 -03:00
test_function_app.md Documentation (#1) 2021-07-08 16:53:56 -03:00
test_web_app.md Documentation (#1) 2021-07-08 16:53:56 -03:00
virtual_machine.md Split the virtual machine and bot service deployment documentation 2021-08-15 16:11:11 -03:00
web_app_and_app_service_plan.md Fix broken links in the documentation 2021-08-17 17:21:01 -03:00

README.md

How to Run the Solution in Azure

Introduction

This document describes the resources that must be created and configured to run the solution in Azure. This includes:

General prerequisites

Before deploying the solution in Azure, please make sure you have the all the prerequisites listed in Prerequisites.

Also, if you haven't already, make sure you have setup your Azure Bot too.

App Registrations for authentication in different components in Azure AD tenant

To secure and connect several of the resources used for the solution, we need to create several app registrations, each with its own permissions and settings. Several of the following instructions include creating application credentials. We recommend creating a Key Vault resource in Azure to store these credentials securely. We also recommend keeping track of the application IDs generated for each app registration to simplify the configuration of the applications during the project.

Resources used to deploy and configure the solution:

Resource Groups

To prepare the cloud environment, we need to create multiple resources which must be separated according to the different components of the solution. For that, it is necessary to create two resource groups, both in the same region (e.g., West US 2).

  • resource-group-name-bot: This group will contain the rest of the resources related to the APIs, functions, database, and web UI used to operate the solution.

  • resource-group-name-bot-vm: This group will be used to contain the resources related to the virtual machine that will host the core components of the application in Azure.

NOTE: It is suggested that resource-group-name be replaced by a name in line with the project.

To create the resource groups, check the Create resource groups documentation.

Architecture resource group

The following resources are used to manage the application and the bot. All these resources should be created in the resource-group-name-bot resource group:

Virtual Machine resource group

The following resources form the core part of the solution, which is charge of connecting to the call and extract and inject the media feeds from the Teams Meeting call. All these resources should be created in the resource-group-name-bot-vm resource group. The app registration that was created to manage the state of the VM must be given access to this resource group with the Contributor role. This can be done in the Access control (IAM) menu of the resource group.