- Azure for Architects
- Ritesh Modi
- 95字
- 2021-07-08 09:33:44
Port forwarding
At times, there is a need where a request should always redirect to a virtual machine. Azure load balancer helps us achieve this with the NAT rules. NAT rules are evaluated after load balancing rules are evaluated and none of its rules are satisfied. NAT rules are evaluated for each incoming request and once it finds them, it forwards the request to that virtual machine through a backend pool. It is to be noted that a virtual machine cannot register the same port for both port forwarding using NAT and load balancing rules.
推薦閱讀
- Java系統分析與架構設計
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- Java Web及其框架技術
- C語言程序設計案例式教程
- JSP開發案例教程
- 用Python實現深度學習框架
- Hands-On Automation Testing with Java for Beginners
- Python High Performance Programming
- JavaScript腳本特效編程給力起飛
- Scala Functional Programming Patterns
- Laravel Design Patterns and Best Practices
- Google Maps JavaScript API Cookbook
- Visual C++程序設計全程指南
- Visual C++程序開發范例寶典
- Python GUI設計:tkinter菜鳥編程