Skip to content

Commit c20fb7c

Browse files
authored
Update integrate-express-route.md
1 parent 7f451d5 commit c20fb7c

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

articles/communication-services/tutorials/integrate-express-route.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Integrate Azure Communication Services with ExpressRoute
33
titleSuffix: An Azure Communication Services article
4-
description: Integrate Azure Communication Services with ExpressRoute to extend your local networks into the Microsoft cloud over a private connection.
4+
description: Integrate Azure Communication Services with ExpressRoute to extend your local networks into the Microsoft Cloud over a private connection.
55
author: hrazi
66
manager: mharbut
77
services: azure-communication-services
@@ -15,7 +15,7 @@ ms.service: azure-communication-services
1515

1616
Azure Communication Services enables developers to integrate voice, video, chat, and SMS capabilities into their applications by using cloud-based services. Organizations can use Azure ExpressRoute to establish private, dedicated network connections between their on-premises environments and Azure. This approach enhances the performance, reliability, and security of communication services.
1717

18-
This article describes how to integrate Azure Communication Services with ExpressRoute to extend your local networks into the Microsoft cloud over a private connection.
18+
This article describes how to integrate Azure Communication Services with ExpressRoute to extend your local networks into the Microsoft Cloud over a private connection.
1919

2020
## Prerequisites
2121

@@ -42,9 +42,9 @@ To enable connectivity to Azure Communication Services, set up Microsoft peering
4242

4343
1. Enable Microsoft peering:
4444

45-
1. Under the **Peerings** section, select **+ Add**.
45+
1. Under the **Peerings** section, select **+ Add**.
4646

47-
1. Choose **Microsoft Peering** and provide the required information, including your primary and secondary subnets, VLAN ID, and ASNs.
47+
1. Select **Microsoft Peering** and provide the required information, including your primary and secondary subnets, VLAN ID, and ASNs.
4848

4949
1. Make sure that your on-premises network advertises the correct routes to Azure services.
5050

@@ -62,19 +62,19 @@ Route filters enable you to selectively consume services over ExpressRoute.
6262

6363
#### Add Azure Communication Services to the route filter
6464

65-
1. After creating the route filter, select **Rules** and select **+ Add**.
65+
1. After you create the route filter, select **Rules** and select **+ Add**.
6666

67-
1. Choose **Azure Communication Services** from the list of services.
67+
1. In the list of services, select **Azure Communication Services**.
6868

69-
1. If you use Microsoft Public Switched Telephone Network (PSTN), choose **Azure SIP Trunking** from the list of services.
69+
1. If you use Microsoft Public Switched Telephone Network (PSTN), select **Azure SIP Trunking** from the list of services.
7070

7171
#### Associate route filter with an ExpressRoute circuit
7272

7373
1. Go back to your ExpressRoute circuit.
7474

7575
1. Under **Peerings**, select your Microsoft peering.
7676

77-
1. Associate the route filter you created.
77+
1. Associate the route filter that you created.
7878

7979
For more information, see [Configure route filters for Microsoft Peering by using the Azure portal](/azure/expressroute/how-to-routefilter-portal).
8080

@@ -96,13 +96,12 @@ Make sure that your network security policies allow traffic to and from Azure Co
9696

9797
1. Change your application's configuration to point to the Azure Communication Services endpoints accessible via ExpressRoute.
9898

99-
1. If you're using Azure Communication Services SDKs, ensure they're configured to use the private endpoints.
99+
1. If you're using Azure Communication Services SDKs, ensure that they're configured to use the private endpoints.
100100

101101
### Considerations
102102

103-
1. Verify that Azure Communication Services is available in your desired region and that it supports ExpressRoute connectivity.
104-
105-
1. Assess your bandwidth needs to ensure your ExpressRoute circuit can support the communication load.
103+
* Verify that Azure Communication Services is available in your desired region and that it supports ExpressRoute connectivity.
104+
* Assess your bandwidth needs to ensure that your ExpressRoute circuit can support the communication load.
106105

107106
## Troubleshooting
108107

@@ -113,7 +112,7 @@ Make sure that your network security policies allow traffic to and from Azure Co
113112

114113
### Can I use ExpressRoute with Azure Communication Services for all communication modes?
115114

116-
No, ExpressRoute currently supports only voice mode by [direct routing](../concepts/telephony/direct-routing-provisioning.md) and [video communication](../concepts/voice-video-calling/calling-sdk-features.md) mode.
115+
No. ExpressRoute currently supports only voice mode by [direct routing](../concepts/telephony/direct-routing-provisioning.md) and [video communication](../concepts/voice-video-calling/calling-sdk-features.md) mode.
117116

118117
### Is there an added cost for using ExpressRoute with Azure Communication Services?
119118

0 commit comments

Comments
 (0)