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/communication-services/tutorials/integrate-express-route.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Integrate Azure Communication Services with ExpressRoute
3
3
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.
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.
17
17
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.
19
19
20
20
## Prerequisites
21
21
@@ -42,9 +42,9 @@ To enable connectivity to Azure Communication Services, set up Microsoft peering
42
42
43
43
1. Enable Microsoft peering:
44
44
45
-
1. Under the **Peerings** section, select **+ Add**.
45
+
1. Under the **Peerings** section, select **+ Add**.
46
46
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.
48
48
49
49
1. Make sure that your on-premises network advertises the correct routes to Azure services.
50
50
@@ -62,19 +62,19 @@ Route filters enable you to selectively consume services over ExpressRoute.
62
62
63
63
#### Add Azure Communication Services to the route filter
64
64
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**.
66
66
67
-
1.Choose **Azure Communication Services** from the list of services.
67
+
1.In the list of services, select **Azure Communication Services**.
68
68
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.
70
70
71
71
#### Associate route filter with an ExpressRoute circuit
72
72
73
73
1. Go back to your ExpressRoute circuit.
74
74
75
75
1. Under **Peerings**, select your Microsoft peering.
76
76
77
-
1. Associate the route filter you created.
77
+
1. Associate the route filter that you created.
78
78
79
79
For more information, see [Configure route filters for Microsoft Peering by using the Azure portal](/azure/expressroute/how-to-routefilter-portal).
80
80
@@ -96,13 +96,12 @@ Make sure that your network security policies allow traffic to and from Azure Co
96
96
97
97
1. Change your application's configuration to point to the Azure Communication Services endpoints accessible via ExpressRoute.
98
98
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.
100
100
101
101
### Considerations
102
102
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.
106
105
107
106
## Troubleshooting
108
107
@@ -113,7 +112,7 @@ Make sure that your network security policies allow traffic to and from Azure Co
113
112
114
113
### Can I use ExpressRoute with Azure Communication Services for all communication modes?
115
114
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.
117
116
118
117
### Is there an added cost for using ExpressRoute with Azure Communication Services?
0 commit comments