Skip to content

Commit 58f5e2a

Browse files
committed
Add the Communications Gateway service principal in the portal after onboarding
1 parent 30b1e3f commit 58f5e2a

File tree

2 files changed

+28
-22
lines changed

2 files changed

+28
-22
lines changed

articles/communications-gateway/deploy.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,33 @@ Before your onboarding team can finish onboarding you to the Operator Connect an
6262

6363
1. Wait for your onboarding team to provide you with a form to collect the additional information.
6464
1. Complete the form and give it to your onboarding team.
65-
1. Wait for your onboarding team to confirm that the onboarding process is complete before testing your portal access.
65+
1. Wait for your onboarding team to confirm that the onboarding process is complete.
6666

6767
If you don't already have an onboarding team, contact [email protected], providing your Azure subscription ID and contact details.
6868

69-
## 4. Test your portal access
69+
## 4. Test your Operator Connect portal access
7070

71-
Navigate to the [Operator Connect homepage](https://operatorconnect.microsoft.com/) and check that you're able to sign in.
71+
> [!IMPORTANT]
72+
> Before testing your Operator Connect portal access, wait for your onboarding team to confirm that the onboarding process is complete.
7273
73-
## 5. Register your deployment's domain name in Active Directory
74+
Go to the [Operator Connect homepage](https://operatorconnect.microsoft.com/) and check that you're able to sign in.
75+
76+
## 5. Add the application ID for Azure Communications Gateway to Operator Connect
77+
78+
You must enable the Azure Communications Gateway application within the Operator Connect or Teams Phone Mobile environment. Enabling the application allows Azure Communications Gateway to use the roles that you set up in [Prepare to deploy Azure Communications Gateway](prepare-to-deploy.md#10-set-up-application-roles-for-azure-communications-gateway).
79+
80+
To enable the Azure Communications Gateway application, add the application ID of the service principal representing Azure Communications Gateway to your Operator Connect or Teams Phone Mobile environment:
81+
82+
1. Optionally, check the application ID of the service principal to confirm that you're adding the right application.
83+
1. Search for `AzureCommunicationsGateway` with the search bar: it's under the **Azure Active Directory** subheading.
84+
1. On the overview page, check that the value of **Object ID** is `8502a0ec-c76d-412f-836c-398018e2312b`.
85+
1. Log into the [Operator Connect portal](https://operatorconnect.microsoft.com/operator/configuration).
86+
1. Add a new **Application Id**, pasting in the following value. This value is the application ID for Azure Communications Gateway.
87+
```
88+
8502a0ec-c76d-412f-836c-398018e2312b
89+
```
90+
91+
## 6. Register your deployment's domain name in Active Directory
7492
7593
Microsoft Teams only sends traffic to domains that you've confirmed that you own. Your Azure Communications Gateway deployment automatically receives an autogenerated fully qualified domain name (FQDN). You need to add this domain name to your Active Directory tenant as a custom domain name, share the details with your onboarding team and then verify the domain name. This process confirms that you own the domain.
7694

articles/communications-gateway/prepare-to-deploy.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,14 @@ If the **Microsoft.VoiceServices** resource provider isn't already registered in
129129
1. Search for the **Microsoft.VoiceServices** resource provider.
130130
1. Check if the resource provider is already marked as registered. If it isn't, choose the resource provider and select **Register**.
131131
132-
## 10. Set up application roles for Azure Communications Gateway in your Project Synergy application
132+
## 10. Set up application roles for Azure Communications Gateway
133133
134-
Azure Communications Gateway contains services that need to access the Operator Connect API on your behalf. To enable this access, you must grant specific application roles to an AzureCommunicationsGateway service principal under the Project Synergy Enterprise Application. You created the Project Synergy application in [1. Add the Project Synergy application to your Azure tenancy](#1-add-the-project-synergy-application-to-your-azure-tenancy). Microsoft created the Azure Communications Gateway service principal for you when you followed [9. Register the Microsoft Voice Services resource provider](#9-register-the-microsoft-voice-services-resource-provider).
134+
Azure Communications Gateway contains services that need to access the Operator Connect API on your behalf. To enable this access, you must grant specific application roles to an AzureCommunicationsGateway service principal under the Project Synergy Enterprise Application. You created the Project Synergy application in [1. Add the Project Synergy application to your Azure tenancy](#1-add-the-project-synergy-application-to-your-azure-tenancy). We created the Azure Communications Gateway service principal for you when you followed [9. Register the Microsoft Voice Services resource provider](#9-register-the-microsoft-voice-services-resource-provider).
135135
136-
You need to do the following steps in the tenant that contains your Project Synergy application.
136+
> [!IMPORTANT]
137+
> Granting permissions has two parts: configuring the service principal with the appropriate roles (this step) and adding the ID of the service principal to the Operator Connect or Teams Phone Mobile environment. You'll add the service principal to the Operator Connect or Teams Phone Mobile environment later, as part of [deploying Azure Communications Gateway](deploy.md).
138+
139+
Do the following steps in the tenant that contains your Project Synergy application.
137140
138141
1. Sign in to the [Azure portal](https://ms.portal.azure.com/) as an Azure Active Directory Global Admin.
139142
1. Select **Azure Active Directory**.
@@ -180,21 +183,6 @@ You need to do the following steps in the tenant that contains your Project Syne
180183
}
181184
```
182185
183-
## 11. Add the application ID for Azure Communications Gateway to Operator Connect
184-
185-
Before you can use the roles that you set up in [10. Set up application roles for Azure Communications Gateway in your Project Synergy application](#10-set-up-application-roles-for-azure-communications-gateway-in-your-project-synergy-application), you must enable the Azure Communications Gateway application within the Operator Connect or Teams Phone Mobile environment.
186-
187-
To enable the Azure Communications Gateway application and the roles, add the application ID of the AzureCommunicationsGateway service principal to your Operator Connect or Teams Phone Mobile environment:
188-
189-
1. Optionally, check the application ID of the service principal to confirm that you're adding the right application.
190-
1. Search for `AzureCommunicationsGateway` with the search bar: it's under the **Azure Active Directory** subheading.
191-
1. On the overview page, check that the value of **Object ID** is `8502a0ec-c76d-412f-836c-398018e2312b`.
192-
1. Log into the [Operator Connect Number Management Portal](https://operatorconnect.microsoft.com/operator/configuration).
193-
1. Add a new **Application Id**, pasting in the following value. This value is the application ID for Azure Communications Gateway.
194-
```
195-
8502a0ec-c76d-412f-836c-398018e2312b
196-
```
197-
198186
## Next steps
199187
200188
- [Create an Azure Communications Gateway resource](deploy.md)

0 commit comments

Comments
 (0)