Search code examples
azurestatic-ip-addressazure-batchvirtual-ip-address

Azure Batch Account Static IP Addresses


I am needing to set a range of static remote desktop ip addresses for Azure Batch nodes within a pool. Is this even possible given the node will enter and exit the pool on occasion?

I have viewed documentation but have not had luck. Is this even possible? How can this be configured?


Solution

  • Updated answer 2019-09-09:

    You can now specify static public IPs provisioned via Azure Resource Manager (ARM) as part of a VirtualMachineConfiguration-based pool allocation. Please see the networkConfiguration property of the Pool Add operation. You will need to ensure that the public IP resource ids specified are not currently in use and are from within the same region and subscription id as the Batch account.