question

65854996 avatar image
0 Votes"
65854996 asked suvasara-MSFT commented

Load balancing port forwarding

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

azure-load-balancer
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@65854996,

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.

0 Votes 0 ·

1 Answer

suvasara-MSFT avatar image
0 Votes"
suvasara-MSFT answered suvasara-MSFT commented

@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.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@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

0 Votes 0 ·