Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Azure Cloud Profile creates a public IP. #4097

jclx ·

Is it possible to have this option configurable.
Creating a public IP isn't needed as we have a vpn tunnel to our azure nodes. (IT dept doesn't want us using public ip's to our nodes)

getAzure().virtualMachines().define(resourceGroupName)
					.withRegion(Region.findByLabelOrName(getRegion()))
					.withNewResourceGroup(resourceGroupName)
					.withExistingPrimaryNetwork(network)
					.withSubnet(getSubnet())
					.withPrimaryPrivateIPAddressDynamic()
					.withNewPrimaryPublicIPAddress(resourceGroupName) //**** make optional *****/
  • replies 1
  • views 686
  • stars 0
robinshen ADMIN ·