Usage/ Deployment Instructions
1. Access Magento from Azure Marketplace and click ON Get it now button.

1. Click on continue,

2. 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 button.
Step 3: The Azure create vm Console confirms that Magento was deployed when all validations are passed,
Note: You will get the Instance IP Address as shown in the screenshot below:

Step 4: Now 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.

Your installation dialogue will appear.
Step 5: Click on agree and setup magento.

Click on Next

Click on Next
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 : Admin details as you wish.

Click on Next

Step 8: Fill the admin details as you shown:

Step 9: Click on Install Now.


Enjoy your application.