I am trying to create a internal standard load balancer in Azure with HA ports using ARM template . I am getting below validation error.
{ "code": "InvalidTemplateDeployment", "details": [ { "code": "PortValueIsOutOfRange", "message": "Resource DC10TESTCPW01 has invalid value of Port (0). The value must be between 1 and 65535.", "details": [] } ], "message": "The template deployment 'Microsoft.Template-20210524012843' is not valid according to the validation procedure. The tracking id is '585f5d57-4423-47a8-a45d-4a0e371b47c2'. See inner errors for details." }
Sample:
Update with HA:
internal Standard Load Balancer resource.
JSON View:
ILB HA Template: