@@ -6,7 +6,7 @@ ms.topic: integration
6
6
ms.date : 03/22/2024
7
7
ms.custom :
8
8
- template-how-to-pattern
9
- - has -azure-ad-ps-ref
9
+ - no -azure-ad-ps-ref
10
10
---
11
11
12
12
# Connect Azure Communications Gateway to Operator Connect or Teams Phone Mobile
@@ -66,18 +66,18 @@ The Operator Connect and Teams Phone Mobile programs require your Microsoft Entr
66
66
67
67
To add the Project Synergy application:
68
68
69
- 1 . Check whether the Microsoft Entra ID (` AzureAD ` ) module is installed in PowerShell. Install it if necessary.
69
+ 1 . Check whether the Microsoft Entra ID (` Microsoft.Entra ` ) module is installed in PowerShell. Install it if necessary.
70
70
1 . Open PowerShell.
71
- 1 . Run the following command and check whether ` AzureAD ` appears in the output.
71
+ 1 . Run the following command and check whether ` Microsoft.Entra ` appears in the output.
72
72
``` powershell
73
73
Get-Module -ListAvailable
74
74
```
75
- 1. If `AzureAD ` doesn't appear in the output, install the module.
75
+ 1. If `Microsoft.Entra ` doesn't appear in the output, install the module.
76
76
1. Close your current PowerShell window.
77
77
1. Open PowerShell as an admin.
78
78
1. Run the following command.
79
79
```powershell
80
- Install-Module AzureAD
80
+ Install-Module Microsoft.Entra
81
81
```
82
82
1. Close your PowerShell admin window.
83
83
1. Sign in to the [Azure portal](https://ms.portal.azure.com/) as a Microsoft Entra Global Admin.
@@ -87,8 +87,8 @@ To add the Project Synergy application:
87
87
1. Open PowerShell.
88
88
1. Run the following cmdlet, replacing *`<TenantID>`* with the tenant ID you noted down in step 5.
89
89
```powershell
90
- Connect-AzureAD -TenantId " <TenantID>"
91
- New-AzureADServicePrincipal -AppId eb63d611-525e-4a31-abd7-0cb33f679599 -DisplayName "Operator Connect"
90
+ Connect-Entra -TenantId <TenantID> -Scopes 'Application.ReadWrite.All'
91
+ New-EntraServicePrincipal -AppId eb63d611-525e-4a31-abd7-0cb33f679599 -DisplayName "Operator Connect"
92
92
```
93
93
94
94
## Assign an Admin user to the Project Synergy application
0 commit comments