Why does Azure Application Gateway require an empty subnet

后端 未结 2 1134
一向
一向 2021-02-09 06:24

When I try to execute New-AzureRmApplicationGatewayIPConfiguration to create an application gateway, I get an exception:

Subnet xxx cannot be used for applicatio         


        
2条回答
  •  忘掉有多难
    2021-02-09 06:59

    I had the same issue, so my virtual network was 10.0.0.0/24 which was not allowing me to create a separate subnet. I solved the issue as we added another address space into the azure virtual network e.g. 10.10.0.0.24, then created a new subnet so that the application gateway was happy to work with the backend servers.

提交回复
热议问题