The following steps will guide you through deploying Bold BI on Azure Virtual Machines. Follow the steps according to your instance type.
Sign into the Azure Portal.
Click on Create a Resource
.
Click on virtual machine
.
Provide the necessary administrative information for the new VM on the Basics
blade.
Virtual Machine Name: Enter a name for your VM (max 15 characters).
VM disk type: Choose SSD/HDD as your convenience (SSD is recommended for better performance).
Image Choose the Windows Server
Image.
Size: Choose the VM size that meets our system requirement. For example, choose the D2s_V3
size, and then click Select
.
Username: Enter your username, which you will use to log in to the VM using Remote Desktop Protocol (RDP).
Password: Enter your password, as you will need it to log in to the VM using RDP.
Subscription: This VM should be associated with the Azure subscription.
Resource group: Choose Create new
and enter the name of a new resource group to host the VM’s resources.
Region: Choose your preferred region for your VM.
Under the Disks
blade, choose the VM OS disk type (SSD
is recommended).
Under the Networking
blade, select Advanced
in NIC network security group
.
Click on Create new
in the NIC network security group
option to add an inbound security rule. This rule will allow specific types of internet traffic to reach your VM.
Choose HTTP
from the Service
drop-down list on the Add inbound security rule
blade.
In the “Priority” box, assign a numerical priority to the rule, such as 100. Rules with lower numbers are processed first. For instance, a rule with a priority of 100 will be processed before a rule with a priority of 110.
In the Name box, type a name for the inbound rule, such as HTTP Port-80, and then click OK.
Repeat the steps to create an inbound security rule for the HTTPS service with a priority of 101.
When finished, the Create network security group dialog should have three rules allowing RDP, HTTP, and HTTPS
access. Click OK.
On the Create
blade, review your settings under Summary and click Create
.
Follow the below steps to connect to the virtual machine.
Click Connect
on the virtual machine overview window to download a Remote Desktop Protocol (.rdp
) file from the Azure portal.
Open the .rdp file and click Connect
to proceed despite the warning from an unknown publisher.
Enter the credentials that you provided when creating the VM, as shown below, and click OK.
After a successful connection, the identity verification window will be displayed as shown below. Click OK
to accept the certificate problems and connect to the virtual machine.
This section provides instructions on how to install and run the Bold BI server in a virtual machine (VM).
Install the Bold BI server on the created virtual machine (VM) in the Azure portal using help link.
Launch your application either by default or through your Desktop shortcut menu item. For example, Start Bold BI in IIS
Follow the steps in the link to do the application startup.
Sign into the Azure Portal.
Click on Create a Resource
.
Click on virtual machine
.
Provide the necessary administrative information for the new VM on the Basics
blade.
Virtual Machine Name: Enter a name for your VM (max 15 characters).
Subscription: This VM should be associated with the Azure subscription.
Resource group: Choose Create new
and enter the name of a new resource group to host the VM’s resources.
Region: Choose your preferred region for your VM.
Image: Choose Ubuntu Server 20.04 LTS-x64 Gen2
image.
Size: Choose the VM size that meets our system requirement. For example, choose the Standard_D2s_v3
.
Username: Enter your username, which you will use to log in to the VM using Terminal.
Password: Enter your password, as you will need it to log in to the VM using Terminal.
Inbound Ports: Choose All port in check Box HTTP,HTTPS and SSH
.
Under the Disks
blade, choose the VM OS disk type (SSD is recommended).
Choose OS Disk size 256GiB
Click on Review + create
Depending on your operating system, open the respective terminal application.
Use the SSH command to connect to the VM. The command typically looks like this ssh username@ipaddress
After running the SSH command, you will be prompted to enter the password for the username you specified.
Note: Please refer to the link for a few more connection options.help Link.
Install the Bold BI in Linux Environment help Link.
After the installation, when you access the IP address or domain name in the web browser, you will see the same interface as shown in the image below.
Follow the steps in the link to do the application startup.