From 05dd819955c2a2b0c720cb8b0cc28000d2ac6fb0 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Fri, 18 Jul 2025 00:37:36 +0900 Subject: [PATCH] =?UTF-8?q?Update=20README.md=20(Typo=20"a=20O365"?= =?UTF-8?q?=E2=86=92"an=20O365")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/Broadcast-Development-Kit/blob/main/docs/how-to-run-the-solution-in-azure/README.md #PingMSFTDocs --- docs/how-to-run-the-solution-in-azure/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-run-the-solution-in-azure/README.md b/docs/how-to-run-the-solution-in-azure/README.md index d7a3f92..4064985 100644 --- a/docs/how-to-run-the-solution-in-azure/README.md +++ b/docs/how-to-run-the-solution-in-azure/README.md @@ -40,7 +40,7 @@ To configure authentication in the solution, secure and connect several of the s While creating/configuring the application registrations, you must create client secrets and use the Azure Key Vault created in previous steps to store them. We also recommend keeping track of the application IDs generated for each app registration to simplify the configuration of the applications during the project. -> **NOTE**: If you are using a O365 Developer tenant for Microsoft Teams and a separate Azure subscription tenant to create the Azure resources, the Azure SDK app registration must be created in the Azure subscription tenant, while the rest can be created in the developer tenant. +> **NOTE**: If you are using an O365 Developer tenant for Microsoft Teams and a separate Azure subscription tenant to create the Azure resources, the Azure SDK app registration must be created in the Azure subscription tenant, while the rest can be created in the developer tenant. - [How to create/configure Bot Service API app registration](bot-service-api-app-registration.md#bot-service-api-app-registration) - [How to create/configure Bot Service Client app registration](bot-service-client-app-registration.md#bot-service-client-app-registration)