Skip to content

Commit 30b1e3f

Browse files
committed
Use service principal authentication model for Azure Communications Gateway
1 parent f90f6ae commit 30b1e3f

File tree

7 files changed

+130
-176
lines changed

7 files changed

+130
-176
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22440,6 +22440,11 @@
2244022440
"source_path": "articles/private-multi-access-edge-compute-mec/metaswitch-fusion-core-overview.md",
2244122441
"redirect_URL": "/azure/private-5g-core",
2244222442
"redirect_document_id": false
22443+
},
22444+
{
22445+
"source_path": "articles/communications-gateway/rotate-secrets.md",
22446+
"redirect_URL": "/azure/communications-gateway/whats-new",
22447+
"redirect_document_id": false
2244322448
}
2244422449
]
2244522450
}

articles/communications-gateway/deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rcdun
55
ms.author: rdunstan
66
ms.service: communications-gateway
77
ms.topic: how-to
8-
ms.date: 03/16/2023
8+
ms.date: 03/17/2023
99
---
1010

1111
# Deploy Azure Communications Gateway
@@ -29,11 +29,11 @@ In this step, you'll create the Azure Communications Gateway resource.
2929

3030
:::image type="content" source="media/deploy/create.png" alt-text="Screenshot of the Azure portal. Shows the existing Azure Communications Gateway. A Create button allows you to create more Azure Communications Gateways.":::
3131

32-
1. Use the information you collected in [Collect Azure Communications Gateway resource values](prepare-to-deploy.md#6-collect-basic-information-for-deploying-an-azure-communications-gateway) to fill out the fields in the **Basics** configuration section and then select **Next: Service Regions**.
32+
1. Use the information you collected in [Collect Azure Communications Gateway resource values](prepare-to-deploy.md#4-collect-basic-information-for-deploying-an-azure-communications-gateway) to fill out the fields in the **Basics** configuration section and then select **Next: Service Regions**.
3333

3434
:::image type="content" source="media/deploy/basics.png" alt-text="Screenshot of the Create an Azure Communications Gateway portal, showing the Basics section.":::
3535

36-
1. Use the information you collected in [Collect Service Regions configuration values](prepare-to-deploy.md#7-collect-service-regions-configuration-values) to fill out the fields in the **Service Regions** section and then select **Next: Tags**.
36+
1. Use the information you collected in [Collect Service Regions configuration values](prepare-to-deploy.md#5-collect-service-regions-configuration-values) to fill out the fields in the **Service Regions** section and then select **Next: Tags**.
3737
1. (Optional) Configure tags for your Azure Communications Gateway resource: enter a **Name** and **Value** for each tag you want to create.
3838
1. Select **Review + create**.
3939

articles/communications-gateway/index.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: landing-page
1111
author: rcdun
1212
ms.author: rdunstan
13-
ms.date: 12/16/2022
13+
ms.date: 03/17/2023
1414

1515
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
1616

@@ -64,6 +64,4 @@ landingContent:
6464
- text: Set up user roles
6565
url: provision-user-roles.md
6666
- text: Plan and manage costs
67-
url: plan-and-manage-costs.md
68-
- text: Rotate secrets
69-
url: rotate-secrets.md
67+
url: plan-and-manage-costs.md

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

Lines changed: 92 additions & 111 deletions
Large diffs are not rendered by default.

articles/communications-gateway/rotate-secrets.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

articles/communications-gateway/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ items:
66
items:
77
- name: What is Azure Communications Gateway?
88
href: overview.md
9+
- name: What's new?
10+
href: whats-new.md
911
- name: Deployment
1012
items:
1113
- name: Prepare to deploy
@@ -38,8 +40,6 @@ items:
3840
href: provision-user-roles.md
3941
- name: Plan and manage costs
4042
href: plan-and-manage-costs.md
41-
- name: Rotate deployment secrets
42-
href: rotate-secrets.md
4343
- name: Get support or request changes
4444
href: request-changes.md
4545
- name: Reference
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: What's new in Azure Communications Gateway?
3+
description: Discover what's new in Azure Communications Gateway
4+
author: rcdun
5+
ms.author: rdunstan
6+
ms.service: communications-gateway
7+
ms.topic: whats-new
8+
ms.date: 03/16/2023
9+
---
10+
11+
# What's new in Azure Communications Gateway?
12+
13+
This article covers new features and improvements for Azure Communications Gateway.
14+
15+
## March 2023: Simpler authentication for Operator Connect APIs
16+
17+
Azure Communications Gateway contains services that need to access the Operator Connect API on your behalf. Azure Communications Gateway therefore needs to authenticate with your Operator Connect or Teams Phone Mobile environment.
18+
19+
From March 2023, Azure Communications Gateway automatically provides a service principal for this authentication. You must set up specific permissions for this service principal and then add the service principal to your Operator Connect or Teams Phone Mobile environment. For more information, see [Prepare to deploy Azure Communications Gateway](prepare-to-deploy.md).
20+
21+
This new authentication model replaces an earlier model that required you to create an App registration and manage secrets for it. With the new model, you no longer need to create, manage or rotate secrets.
22+
23+
## Next steps
24+
25+
- [Learn more about Azure Communications Gateway](overview.md).
26+
- [Prepare to deploy Azure Communications Gateway](prepare-to-deploy.md).

0 commit comments

Comments
 (0)