Sunday, December 13, 2020

Azure Architect Design Suggestions

 Network traffic for the solution must be securely distributed by providing the following features:

HTTPS protocol 

Round robin routing 

SSL offloading 

Azure Application Gateway 

if you are looking for Transport Layer Security ( TLS ) protocol ( "SSL offload") or per HTTP/HTTPS request, application-layer processing, review application gateway.

Application Gateway is a layer 7 load balancer, which means it works only with web traffic ( HTTP, HTTPS, WebSocket, and HTTP/2). It supports capabilities such as SSL termination, cookie-based session affinity, and round robin for load-balancing traffic.

Load-balances traffic layer 4 ( TCP or UDP )

https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-faq



No comments:

Post a Comment