You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communications-gateway/prepare-for-live-traffic.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Your onboarding team must register the test enterprise tenant that you chose in
57
57
58
58
## 3. Assign numbers to test users in your tenant
59
59
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.
61
61
1. In your test tenant, request service from your company.
62
62
1. Sign in to the [Teams Admin Center](https://admin.teams.microsoft.com/) for your test tenant.
Copy file name to clipboardExpand all lines: articles/communications-gateway/prepare-to-deploy.md
+28-8Lines changed: 28 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,15 +39,25 @@ We recommend that you use an existing Azure Active Directory tenant for Azure Co
39
39
40
40
To add the Project Synergy application:
41
41
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.
42
56
1. Sign in to the [Azure portal](https://ms.portal.azure.com/) as an Azure Active Directory Global Admin.
43
57
1. Select **Azure Active Directory**.
44
58
1. Select **Properties**.
45
59
1. Scroll down to the Tenant ID field. Your tenant ID is in the box. Make a note of your tenant ID.
46
60
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
-
```
51
61
1. Run the following cmdlet, replacing *`<AADTenantID>`* with the tenant ID you noted down in step 4.
52
62
```azurepowershell
53
63
Connect-AzureAD -TenantId "<AADTenantID>"
@@ -146,15 +156,25 @@ Azure Communications Gateway contains services that need to access the Operator
146
156
147
157
Do the following steps in the tenant that contains your Project Synergy application.
148
158
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.
149
173
1. Sign in to the [Azure portal](https://ms.portal.azure.com/) as an Azure Active Directory Global Admin.
150
174
1. Select **Azure Active Directory**.
151
175
1. Select **Properties**.
152
176
1. Scroll down to the Tenant ID field. Your tenant ID is in the box. Make a note of your tenant ID.
153
177
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
-
```
158
178
1. Run the following cmdlet, replacing *`<AADTenantID>`* with the tenant ID you noted down in step 4.
0 commit comments