Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Using Virtuozzo in the Microsoft Azure

68 bytes removed, 11:42, 11 September 2015
m
no edit summary
== Steps to provisioning Virtuozzo in Azure ==
* Log into the Azure Virtual Machine Marketplace [http://azure.microsoft.com/en-us/marketplace/virtual-machines/Azure Virtual Machine Marketplace], search for the image from Odin, then click the selected product.
* Check the product description to verify it suits your needs. Then click the "Create the Virtual Machine" button.
* Click Create button again.
* Enter all required information like hostname, user and password, choose authentication type, pricing tier and other properties.
* Click Create button.
* Login to Azure Management Portal [https://manage.windowsazure.comAzure Management Portal].
Login to just created VM:
== How to access to your container from the Internet ==
Azure allows to have only two external IPs per VMs network adapter: Virtual IP (VIP) and instance-level public IP address (PIP). More details about IP addresses assignment see in [http://blogs.msdn.com/b/cloud_solution_architect/archive/2014/11/08/vips-dips-and-pips-in-microsoft-azure.aspx Azure documentation]. Some Azure Tiers allow to have multiple NICs per VM. More details: [https://azure.microsoft.com/en-us/blog/multiple-vm-nics-and-network-virtual-appliances-in-azure/multiple NICs per VM]. But you can not attach multiple IPs to these NICs. Thus in most cases you need to [[Using_NAT_for_container_with_private_IPs|use NAT ]] to give your containers access to external networks. Please follow instructions in this article: https://openvz.org/Using_NAT_for_container_with_private_IPs