Skip to content

Commit 3b2dff5

Browse files
authored
Update teams-phone-extensibility-quickstart.md
Adding a note about the data location for ACS resource
1 parent 0b458bd commit 3b2dff5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/communication-services/quickstarts/tpe/teams-phone-extensibility-quickstart.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,15 @@ The following steps demonstrate how to receive and answer an incoming Teams call
225225
1. A Teams Phone number assigned to the resource account.
226226
1. A Teams Resource Account provisioned to send calls to the Azure Communication Services Resource.
227227
1. A Teams Resource Account provisioned with a Calling Plan.
228-
1. An Azure Communication Services Resource with permission to receive call from the Teams Resource Account.
228+
1. An Azure Communication Services Resource with permission to receive call from the Teams Resource Account.
229229
1. [Create and host a dev tunnel](/azure/developer/dev-tunnels/get-started).
230230
1. (Optional) Create a Microsoft Teams user with a phone license that is voice enabled. Teams Phone license is required to add Teams users to the call. Learn more about [Microsoft Teams business options](https://www.microsoft.com/microsoft-teams/compare-microsoft-teams-business-options). For more information, see [Set up Teams Phone in your organization](/microsoftteams/setting-up-your-phone-system).
231231
1. Complete client and server consent as defined in [Access a user's Teams Phone separate from their Teams client](https://github.com/Azure/communication-preview/blob/master/Teams%20Phone%20Extensibility/teams-phone-extensibility-access-teams-phone.md).
232232

233+
> [!NOTE]
234+
> For the Azure Communication Services resource, ensure the data location matches the Teams Tenant location to comply with data boundary regulations. You can retrieve programatically details about tenant organisation via [Get organization](https://learn.microsoft.com/en-us/graph/api/organization-get?view=graph-rest-1.0&tabs=http)
235+
>
236+
233237
#### Setup and host your Azure dev tunnels
234238

235239
Azure dev tunnels enable you to share local web services hosted on the internet. Run the commands to connect your local development environment to the public internet. Dev tunnels creates a persistent endpoint URL and which enables anonymous access. We use this endpoint to notify your application about calling events from the Azure Communication Services Call Automation service.

0 commit comments

Comments
 (0)