This is the command that I tried to use and the error message received is shown below the command
az network lb create --name <name> -g <RG name> --frotnend-ip-name <frontend_name> --frontend-ip-zone "1","2","3" -l southeastasia --private-ip-address <“static_ip”> --private-ip-address-version IPv4 --sku Standard --subnet “<subnet_id>” --subnet-address-prefix “<prefix>” --vnet-name “<vnet_name>” --public-ip-address “”
Below is the error received for the command
az network lb create: '1, 2, 3' is not a valid value for '--frontend-ip-zone'. Allowed values: 1, 2, 3.
0 Answers