受信するインターネットトラフィックを VM に負荷分散
どのようなビジネス課題を解決できましたか?あるいは、どのようなメリットが得られましたか?
パートナーソリューションを探す必要なく、負荷分散された ASP.NET Web API 階層を実現できました。マイクロソフトがサポートしているサービスや機能を使用しました。マイクロソフトがサポートする構成で、まさに私が望んでいたことを実現できました。
改善してほしいポイントは何でしょうか?
1 つのクラウドサービスからのすべての通信は、同じパブリック IP アドレスから行われます。つまり、すべてのクライアントは TCP で課されるのと同じ 64 K の接続制限を共有することになります。この制限は、同じ送信元ポートと送信元 IP アドレスから同じ宛先ポートと宛先 IP アドレスへの接続に適用されます。
この製品・サービスの良いポイントは何でしょうか?
マイクロソフトアズールネットワーキングアズールロードバランサー。インターネット向けロードバランサー:-ロードバランサーはパブリック IP リクエストを仮想マシンに渡します。内部向けロードバランサー:-仮想ネットワーク内のトラフィックはロードバランサーを通過します。
検討者にお薦めするポイントがあれば記入ください
ロードバランサーはパブリック IP リクエストを仮想マシンに渡します。仮想マシンの応答は、ロードバランサーを介してクライアントにパブリック IP にルーティングされます。
続きを開く
Load-balance incoming internet traffic to your VMs
What problems is the product solving and how is that benefiting you?
I achieved a load-balanced ASP.NET Web API tier without requiring me to look for a partner solution. I used services and features that are supported by Microsoft, which provided me with a supported construction to do exactly what I wanted.
What do you dislike about the product?
All of the communications from a single cloud service will come from the same public IP address. This means that all of the clients will share the same 64 K connection limit that is imposed by TCP. This limit is applied to connections from the same source port and source IP address to the same destination port and destination IP address.
What do you like best about the product?
Microsoft Azure Networking Azure Load Balancer. Internet Facing Load Balancer :- Load Balancer passes public IP request to Virtual Machine. Internal Facing Load Balancer :- Traffic within the Virtual Network is passed through the Load Balancer.
Recommendations to others considering the product:
Load Balancer passes public IP request to Virtual Machine. Virtual Machine’s response is routed back to client through the Load Balancer, onto the public IP.
続きを開く