Last updated
Was this helpful?
Last updated
Was this helpful?
To deploy UI Bakery to an Azure virtual machine, follow these steps:
Open and in the search field at the top type in Virtual machines
and select this item in the result search window.
Click on the + Create
button in the top left corner and select Azure Virtual machine
in the menu.
Select an image of Ubuntu 18.04
or higher.
For the instance size, select the minimum Standard_F2s_v2 - 2 vCPUs, 4 GiB memory.
In the Administrator account
section in the Authentication type
menu item, select SSH public key,
and it will generate the keys after VM creation.
In Inbound port rules
leave SSH(22)
as by default.
In the Networking
tab, select existing or create a new Virtual Network and Subnet used by this VM.
In NIC network security group
select Advanced.
In Configure network security group
click Create new.
Click + Add an inbound rule.
Add {BakeryPort} (use 3030 by default, you will need to select the same port during UI Bakery installation later) in the Destination port ranges.
In Protocol
Choose TCP.
Click Add.
Check that SSH (TCP/22)
is configured by default. If not, add it manually using the same algorithm as for {BakeryPort}.
Click Ok
to finish creating a Network security group.
Click Review + create.
Click Create.
After creating and running the virtual machine, connect to it from outside using SSH protocol.
Run this command preferably from the /home
Linux directory to download, install and launch UI Bakery:
Upon request, enter the previously received license code, hosting URL - Azure Virtual Machine IP address, and port ({BakeryPort} which you selected in the earlier steps 3030 by default).
After the installation is completed and launched, enter the bakery from a browser on your local machine at http://{Public IP address Azure VM}:{BakeryPort}.