Skip to content

Commit a87fe9e

Browse files
Change SSL to TLS.
1 parent b8ce0d5 commit a87fe9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machine-scale-sets/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure virtual machine scale sets provide the management capabilities for applica
2222
- **Easy to create and manage multiple VMs**
2323
- When you have many VMs that run your application, it's important to maintain a consistent configuration across your environment. For reliable performance of your application, the VM size, disk configuration, and application installs should match across all VMs.
2424
- With scale sets, all VM instances are created from the same base OS image and configuration. This approach lets you easily manage hundreds of VMs without additional configuration tasks or network management.
25-
- Scale sets support the use of the [Azure load balancer](../load-balancer/load-balancer-overview.md) for basic layer-4 traffic distribution, and [Azure Application Gateway](../application-gateway/application-gateway-introduction.md) for more advanced layer-7 traffic distribution and SSL termination.
25+
- Scale sets support the use of the [Azure load balancer](../load-balancer/load-balancer-overview.md) for basic layer-4 traffic distribution, and [Azure Application Gateway](../application-gateway/application-gateway-introduction.md) for more advanced layer-7 traffic distribution and TLS termination.
2626

2727
- **Provides high availability and application resiliency**
2828
- Scale sets are used to run multiple instances of your application. If one of these VM instances has a problem, customers continue to access your application through one of the other VM instances with minimal interruption.

0 commit comments

Comments
 (0)