I have a problem, which is the load balancing of Microsoft cloud. When carrying out port forwarding, can I specify the port range forwarding, such as 10000-20000 forwarding to the back end, UDP protocol
I have a problem, which is the load balancing of Microsoft cloud. When carrying out port forwarding, can I specify the port range forwarding, such as 10000-20000 forwarding to the back end, UDP protocol
As we are mainly responsible for general issue of Microsoft Teams, your question which is related to Azure Load Balancer. I will change office-teams-linux-itpro tag to azure-load-balancer. Thanks for your understanding.
@65854996, AFAIK, this feature of adding a range of ports to the Load balancer port forwarding configuration is not yet supported.
$vmConfig | Add-AzureEndpoint -Name "CUSTOMUDP" `
-Protocol udp `
-LocalPort 5001 `
-PublicPort 5001 `
-LBSetName "LBCUSTOMUDP" `
-ProbeProtocol tcp `
-ProbePort 5051
Each configuration needs a single public port forwarded to a target internal port.
Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.
@65854996 ,
Greetings,
If you think your question has been answered, click "Mark as Answer" if just helped click "Vote as helpful". This can be beneficial to other community members reading this forum thread.
Best regards
Subhash
4 people are following this question.