Skip to content

Commit 5c89e3f

Browse files
committed
Fix validation warnings
1 parent 35d02ae commit 5c89e3f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

articles/communication-services/concepts/interop/tpe/teams-phone-provisioning.md renamed to articles/communication-services/concepts/interop/tpe/teams-phone-extensibility-provisioning.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ A Teams resource account (RA) must include an association to the Contact Center
2323
To provision the RA for the CCaaS service the Teams Admin uses a cmdlet to create (or change) the RA using the CCaaS AppID. For more information, see the article on GitHub [Register calling bot](https://microsoftgraph.github.io/microsoft-graph-comms-samples/docs/articles/calls/register-calling-bot.html).
2424

2525
The Teams admin then assigns the Azure Communication Services Resource ID used by the CCaaS
26-
service to the RA. The CCaaS admin provides these IDs to the Teams admin. Once the RA is assigned the CCaaS app can retrieve the Azure Communication Services Resource IDs from MS Graph, including their Display Name and
27-
Phone number. The RA assignment also provides access consent for the RA.
26+
service to the RA. The CCaaS admin provides these IDs to the Teams admin. Once the RA is assigned the CCaaS app can retrieve the Azure Communication Services Resource IDs from MS Graph, including their Display Name and Phone number. The RA assignment also provides access consent for the RA.
2827

29-
:::image type="content" source="./media/tpe-provisioning-call-flow.png" alt-text="Diagram shows the Provisioning flow from Resource Account through number acquisition and number assignment to finish provisioning." lightbox="./media/tpe-provisioning-call-flow.png":::
28+
:::image type="content" source="./media/teams-phone-extensibility-provisioning-call-flow.png" alt-text="Diagram shows the Provisioning flow from Resource Account through number acquisition and number assignment to finish provisioning." lightbox="./media/teams-phone-extensibility-provisioning-call-flow.png":::
3029

3130
## Authorization
3231

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You must register your application for `TeamsExtension.ManageCalls` permission f
110110

111111
## Grant a Teams user access to your Azure Communication Services resource
112112

113-
Send a request to the Microsoft Teams Phone access assignments API to give a Teams user access through Communication Services resource. For more details on how to authenticate the web request, follow this guide: [Authentication](https://learn.microsoft.com/rest/api/communication/authentication).
113+
Send a request to the Microsoft Teams Phone access assignments API to give a Teams user access through Communication Services resource. For more information about how to authenticate the web request, see [Authentication](/rest/api/communication/authentication).
114114

115115
The following example shows a request for a user with identifier `e5b7f628-ea94-4fdc-b3d9-1af1fe231111`.
116116

articles/communication-services/quickstarts/tpe/teams-phone-extensiblity-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ DELETE {endpoint}/access/teamsExtension/assignments/{objectId}?api-version=2025-
134134

135135
## Related articles
136136

137-
- [Teams Phone extensibility overview](../../concepts/interop/tpe/teams-phone-overview.md)
137+
- [Teams Phone extensibility overview](../../concepts/interop/tpe/teams-phone-extensibility-overview.md)
138138
- [Teams Phone System extensibility quick start](./teams-phone-extensibility-quickstart.md)

0 commit comments

Comments
 (0)