-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Networkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...
Milestone
Description
Is your feature request related to a problem? Please describe.
It is very often when you need to find a free IP to further use it, for example to create a load balancer:
az network lb create \
--resource-group $RgName \
--name $LoadBalancerName \
--frontend-ip-name $FrontEndName \
--private-ip-address $privateIPAddress \
--backend-pool-name $BackEndPool \
--vnet-name $vnetName \
--subnet $SubNet
Q: is there something in the CLI that helps with that?
Describe the solution you'd like
I'd like to have something off the shelf like:
az network vnet --get-private-ip-address
... so we don't have to iterate through the whole vnet and check for a free one
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Networkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...