Skip to content

Commit 4ebeb94

Browse files
committed
tweak
1 parent 7eceb76 commit 4ebeb94

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/traffic-manager/traffic-manager-use-azure-app-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Azure App Service is a fully managed platform as a service (PaaS) offering that
1616

1717
## Scenarios for using Azure Traffic Manager with Azure App Service
1818

19-
* High availability: Azure Traffic Manager can help ensure that your app is always available by directing traffic to a healthy instance of your app in the event of an outage or other issue.
20-
* Geographic distribution: If you have apps in different geographic locations, you can use Azure Traffic Manager to direct users to the closest app in terms of the lowest network latency.
21-
* Load balancing: Azure Traffic Manager can distribute traffic across a set of apps, either evenly or according to weights, which you define.
19+
* **High availability**: Azure Traffic Manager can help ensure that your app is always available by directing traffic to a healthy instance of your app in the event of an outage or other issue.
20+
* **Geographic distribution**: If you have apps in different geographic locations, you can use Azure Traffic Manager to direct users to the closest app in terms of the lowest network latency.
21+
* **Load balancing**: Azure Traffic Manager can distribute traffic across a set of apps, either evenly or according to weights, which you define.
2222

2323
By using Azure Traffic Manager with Azure App Service, you can ensure that your app is always available, provide better user experience by directing users to the closest app, and distribute traffic across a set of apps.
2424

articles/traffic-manager/traffic-manager-use-with-application-gateway.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Azure Traffic Manager and [Azure Application Gateway](../application-gateway/ove
1616

1717
## Scenarios for using Azure App Gateway with Azure Traffic Manager
1818

19-
* Improve application performance: By using Azure Traffic Manager to route traffic to the closest Azure Application Gateway, you can reduce latency and improve application performance for your users.
20-
* Increase application availability: By using Azure Traffic Manager to distribute traffic across multiple Azure Application Gateways, you can ensure that your application remains available even if one or more gateways become unavailable.
21-
* Scale your application: By using Azure Application Gateway to load balance traffic within a region, you can scale your application horizontally to handle increased traffic.
22-
* Secure your application: By using Azure Application Gateway to terminate SSL/TLS connections and protect against web attacks, you can secure your application from external threats.
19+
* **Improve application performance**: By using Azure Traffic Manager to route traffic to the closest Azure Application Gateway, you can reduce latency and improve application performance for your users.
20+
* **Increase application availability**: By using Azure Traffic Manager to distribute traffic across multiple Azure Application Gateways, you can ensure that your application remains available even if one or more gateways become unavailable.
21+
* **Scale your application**: By using Azure Application Gateway to load balance traffic within a region, you can scale your application horizontally to handle increased traffic.
22+
* **Secure your application**: By using Azure Application Gateway to terminate SSL/TLS connections and protect against web attacks, you can secure your application from external threats.
2323

2424
## Process overview: How to use Azure App Gateway with Azure Traffic Manager
2525

0 commit comments

Comments
 (0)