Skip to content

Commit 08d21d6

Browse files
Merge pull request #235006 from rcdun/communications_gateway_fixes
Update Communications Gateway docs
2 parents f8c8d9a + 5945d22 commit 08d21d6

File tree

4 files changed

+30
-11
lines changed

4 files changed

+30
-11
lines changed

articles/communications-gateway/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To enable the Azure Communications Gateway application, add the application ID o
8181

8282
1. Optionally, check the application ID of the service principal to confirm that you're adding the right application.
8383
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`.
84+
1. On the overview page, check that the value of **Application ID** is `8502a0ec-c76d-412f-836c-398018e2312b`.
8585
1. Log into the [Operator Connect portal](https://operatorconnect.microsoft.com/operator/configuration).
8686
1. Add a new **Application Id**, pasting in the following value. This value is the application ID for Azure Communications Gateway.
8787
```

articles/communications-gateway/monitoring-azure-communications-gateway-data-reference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ This section lists all the automatically collected metrics collected for Azure C
3232
| Active Calls | Count | Count of the total number of active calls. |
3333
| Active Emergency Calls | Count | Count of the total number of active emergency calls.|
3434

35-
For more information, see a list of [all metrics supported in Azure Monitor](/azure/azure-monitor/platform/metrics-supported).
3635

3736
## Metric Dimensions
3837

articles/communications-gateway/prepare-for-live-traffic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Your onboarding team must register the test enterprise tenant that you chose in
5757

5858
## 3. Assign numbers to test users in your tenant
5959

60-
1. Ask your onboarding team for the name of the Calling Profile that you must use for these test numbers. The name has the suffix `azcog`. This Calling Profile has been created for you during the Azure Communications Gateway deployment process.
60+
1. Ask your onboarding team for the name of the Calling Profile that you must use for these test numbers. The name typically has the suffix `commsgw`. This Calling Profile has been created for you during the Azure Communications Gateway deployment process.
6161
1. In your test tenant, request service from your company.
6262
1. Sign in to the [Teams Admin Center](https://admin.teams.microsoft.com/) for your test tenant.
6363
1. Select **Voice** > **Operators**.

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

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,25 @@ We recommend that you use an existing Azure Active Directory tenant for Azure Co
3939

4040
To add the Project Synergy application:
4141

42+
1. Check whether the Azure Active Directory (`AzureAD`) module is installed in PowerShell. Install it if necessary.
43+
1. Open PowerShell.
44+
1. Run the following command and check whether `AzureAD` appears in the output.
45+
```azurepowershell
46+
Get-Module -ListAvailable
47+
```
48+
1. If `AzureAD` doesn't appear in the output, install the module:
49+
1. Close your current PowerShell window.
50+
1. Open PowerShell as an admin.
51+
1. Run the following command.
52+
```azurepowershell
53+
Install-Module AzureAD
54+
```
55+
1. Close your PowerShell admin window.
4256
1. Sign in to the [Azure portal](https://ms.portal.azure.com/) as an Azure Active Directory Global Admin.
4357
1. Select **Azure Active Directory**.
4458
1. Select **Properties**.
4559
1. Scroll down to the Tenant ID field. Your tenant ID is in the box. Make a note of your tenant ID.
4660
1. Open PowerShell.
47-
1. If you don't have the Azure Active Directory module installed, install it:
48-
```azurepowershell
49-
Install-Module AzureAD
50-
```
5161
1. Run the following cmdlet, replacing *`<AADTenantID>`* with the tenant ID you noted down in step 4.
5262
```azurepowershell
5363
Connect-AzureAD -TenantId "<AADTenantID>"
@@ -146,15 +156,25 @@ Azure Communications Gateway contains services that need to access the Operator
146156
147157
Do the following steps in the tenant that contains your Project Synergy application.
148158
159+
1. Check whether the Azure Active Directory (`AzureAD`) module is installed in PowerShell. Install it if necessary.
160+
1. Open PowerShell.
161+
1. Run the following command and check whether `AzureAD` appears in the output.
162+
```azurepowershell
163+
Get-Module -ListAvailable
164+
```
165+
1. If `AzureAD` doesn't appear in the output, install the module:
166+
1. Close your current PowerShell window.
167+
1. Open PowerShell as an admin.
168+
1. Run the following command.
169+
```azurepowershell
170+
Install-Module AzureAD
171+
```
172+
1. Close your PowerShell admin window.
149173
1. Sign in to the [Azure portal](https://ms.portal.azure.com/) as an Azure Active Directory Global Admin.
150174
1. Select **Azure Active Directory**.
151175
1. Select **Properties**.
152176
1. Scroll down to the Tenant ID field. Your tenant ID is in the box. Make a note of your tenant ID.
153177
1. Open PowerShell.
154-
1. If you didn't install the Azure Active Directory module as part of [1. Add the Project Synergy application to your Azure tenancy](#1-add-the-project-synergy-application-to-your-azure-tenancy), install it:
155-
```azurepowershell
156-
Install-Module AzureAD
157-
```
158178
1. Run the following cmdlet, replacing *`<AADTenantID>`* with the tenant ID you noted down in step 4.
159179
```azurepowershell
160180
Connect-AzureAD -TenantId "<AADTenantID>"

0 commit comments

Comments
 (0)