Creating a public IP address

Prev Next

Follow these steps only if you require a public IP address for the NDR Console virtual appliance.

To create a public IP address:

Enter the following command:

az network public-ip create 					\
--name <VMNamePublicIP>					\
--resource-group <your-resource-group-name> 			\
--location westus		
	

You will attach this public IP object to the management network interface when you create the management network interface.