Usage/Deployment Instructions
Step 1: Access SugarCRM in Azure Marketplace and click on get it now button.

Click on continue and then click on create,

Click on continue,

Now click on create.
Step 2: Now to create a virtual machine, enter or select appropriate values for zone, machine type, resource group and so on as per your choice.




Click on Review + create;
Click on go to resource group.

Step 3: Use the browser to access the application at http://<instance ip address> replace <instance ip address> with the actual ip address of the running instance.
Note: You will get the Instance IP Address as shown in the screenshot below:

Step 4: Start Installation

Click on Next,

Click on next,

Accept terms and click on next.
Step 5 If xml error occurs do the following.:

Do ssh and run following command to get rid of error,
$sudo nano /etc/php/7.2/apache2/php.ini

Uncomment the following extension,

Now press ctrl+x to save the edited file.
Now type in,
$apt-get install php-xml

Once done click on recheck as in step 5,

Now select your installation type.

Select the database,
Step 6: For setting up MySQL database user do the following steps:
Do SSH into your instance.
Type the following commands:
Command: sudo su
Command: mysql –u root –p
Type in the password as: miri
Type the following commands to make a new database and user as per your choice:
Command: Create database <database name as you like>;
Command: CREATE USER '<username as you like>'@'localhost' IDENTIFIED BY '<password as you like>';
Command: GRANT ALL ON <database name>.* TO '<username>'@'localhost';
Command: FLUSH PRIVILEGES;
Command: exit;
NOTE: Please don’t forget to set the <database name as you like>, <username as you like> and <password as you like> in the above mentioned commands to run the product smoothly.

Step 7: your sugarcrm is installed

click on next,

fill in your admin details and click on login.

fill required information and click on next,

click on next, and now carry on with your work.

click on finish and your dashboard appears,

enjoy your application.