<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Virtual Machines &#8211; Sibeesh Passion</title>
	<atom:link href="https://sibeeshpassion.com/tag/virtual-machines/feed/" rel="self" type="application/rss+xml" />
	<link>https://sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Thu, 05 Sep 2019 16:37:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>Virtual Machines &#8211; Sibeesh Passion</title>
	<link>https://sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Encrypt an Azure Virtual Machine VHD File in 5 Minutes</title>
		<link>https://sibeeshpassion.com/encrypt-an-azure-virtual-machine-vhd-file-in-5-minutes/</link>
					<comments>https://sibeeshpassion.com/encrypt-an-azure-virtual-machine-vhd-file-in-5-minutes/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Tue, 03 Sep 2019 07:20:45 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Azure Encryption]]></category>
		<category><![CDATA[Azure Security]]></category>
		<category><![CDATA[Azure Virtual Machine]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[VHD]]></category>
		<category><![CDATA[Virtual Machines]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=13901</guid>

					<description><![CDATA[[toc] Introduction All the files inside a storage accounts are encrypted by default, but the case is different for an Azure Virtual Machine. The VHD file we have in an Azure VM is not encrypted by default, thus we would have to do that manually. Here in this video I will show, how you can do that. I hope you will like this video, Please do not forget to share me your feedback and subscribe to our channel. Why Should We Encrypt Our VHD Disk? Security is something that we all are concerned about, and by doing the Encryption on [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>[toc]</p>



<h2 class="wp-block-heading">Introduction</h2>



<p>All the files inside a storage accounts are encrypted by default, but the case is different for an Azure Virtual Machine. The VHD file we have in an Azure VM is not encrypted by default, thus we would have to do that manually. Here in this video I will show, how you can do that. I hope you will like this video, Please do not forget to share me your feedback and subscribe to our channel.   </p>



<h2 class="wp-block-heading">Why Should We Encrypt Our VHD Disk?</h2>



<p>Security is something that we all are concerned about, and by doing the Encryption on the VHD file in our Azure VM disk, we can assure some level of security and safeguard our data. Microsoft Azure uses the BitLocker feature in Windows and DMCrypt feature in Linux to do this encryption. As you might have already known that Azure Key Vault is used to store the key, secret, certificates of our applications, and while doing the encryption we are also saving our keys in the <a href="https://sibeeshpassion.com/secure-serverless-azure-functions-appsetting-using-key-vault/#configure-azure-key-vault">Azure KeyVault</a>. </p>



<h2 class="wp-block-heading">Prerequisites </h2>



<p>You can not encrypt all of your VMs, there are some limitations. </p>



<ol class="wp-block-list"><li>Only the standard VMs are supported</li><li>The Basic A series VMs are not supported</li><li>The VM should have minimum of 2 GB memory</li></ol>



<p>You can read more about this <a href="https://docs.microsoft.com/en-us/azure/security/azure-security-disk-encryption-prerequisites">here</a>.</p>



<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Encrypt an Azure Virtual Machine VHD File in 5 Minutes" width="1200" height="900" src="https://www.youtube.com/embed/vUEHARdHihE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div><figcaption> Encrypt an Azure Virtual Machine VHD File in 5 Minutes</figcaption></figure>



<h2 class="wp-block-heading">Your turn. What do you think?</h2>



<p>Did I miss anything that you may think which is needed in this article? Could you find this post as useful? Kindly do not forget to share me your feedback.</p>



<p>Kindest Regards<br>Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sibeeshpassion.com/encrypt-an-azure-virtual-machine-vhd-file-in-5-minutes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SSH Deployment Task in Azure Pipelines</title>
		<link>https://sibeeshpassion.com/ssh-deployment-task-in-azure-pipelines/</link>
					<comments>https://sibeeshpassion.com/ssh-deployment-task-in-azure-pipelines/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Mon, 29 Apr 2019 13:32:09 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Azure DevOps]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[UCS]]></category>
		<category><![CDATA[Virtual Machines]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=13655</guid>

					<description><![CDATA[[toc] Introduction The word automation means a lot to us, the developers. We hate to do the same work again and again, especially when it comes to some manual work, where we need to do the tasks one by one. With the help of Azure build and release pipelines in Azure DevOps, most of the build and release tasks can be automated. Here in this post, I am going to explain one such task which is SSH Deployment Task. This task is very handy when you want to perform some actions inside your virtual machine by login to the VM [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>[toc]</p>



<h2 class="wp-block-heading">Introduction </h2>



<p>The word automation means a lot to us, the developers. We hate to do the same work again and again, especially when it comes to some manual work, where we need to do the tasks one by one. With the help of Azure build and release pipelines in Azure DevOps, most of the build and release tasks can be automated. Here in this post, I am going to explain one such task which is SSH Deployment Task. This task is very handy when you want to perform some actions inside your virtual machine by login to the VM via SSH. Let&#8217;s jump in to the implementation now then.</p>



<h2 class="wp-block-heading">Background</h2>



<p>In one of my project. I am running a UCS server inside my Azure VM. We can consider the UCS server as a Google Play Store, where we can install and manage the relevant applications. For example, I have created my own application and I am running the same inside the UCS Azure VM. But every time when we have a new changes in the application, we have to update the new application Docker image in the UCS machine by login via SSH, below are some of the operations we do after login to the VM.</p>



<ol class="wp-block-list"><li>univention-app remove {AppName}</li><li>docker rmi $(docker ps -q)</li><li>univention-app update</li><li>univention-app install {AppName}</li></ol>



<p>We had to set up a release pipeline to make our releases easier. </p>



<h2 class="wp-block-heading">Working with SSH Deployment Task</h2>



<p>As I mentioned earlier, this task will enable you to run your specific shell commands in your Virtual Machine. But to do that, we need to do some amazing things.</p>



<h3 class="wp-block-heading">Create and Upload the Public Key to Azure VM</h3>



<p>To set up our SSH Task we need a SSH Service Connection but to configure the connection we need to generate the Public and Private keys, you can use the below command to generate the same. </p>



<pre class="wp-block-code"><code>ssh-keygen -t rsa -b 2048</code></pre>



<ul class="wp-block-gallery columns-1 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex"><li class="blocks-gallery-item"><figure><img fetchpriority="high" decoding="async" width="1024" height="485" src="https://sibeeshpassion.com/wp-content/uploads/2019/04/SSH-KeyGen-1-1024x485.jpg" alt="" data-id="13665" data-link="https://sibeeshpassion.com/ssh-deployment-task-in-azure-pipelines/ssh-keygen-2/" class="wp-image-13665" srcset="/wp-content/uploads/2019/04/SSH-KeyGen-1-1024x485.jpg 1024w, /wp-content/uploads/2019/04/SSH-KeyGen-1-300x142.jpg 300w, /wp-content/uploads/2019/04/SSH-KeyGen-1-768x364.jpg 768w, /wp-content/uploads/2019/04/SSH-KeyGen-1-400x190.jpg 400w, /wp-content/uploads/2019/04/SSH-KeyGen-1-1266x600.jpg 1266w, /wp-content/uploads/2019/04/SSH-KeyGen-1.jpg 1663w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>SSH KeyGen</figcaption></figure></li></ul>



<p>You can either leave the passphrase blank or provide one, if there are keys available in the default location it will ask for the rewrite. Once the key is generated, you can go to the file id_sra pub file which is located at C:\Users\{username}\.ssh folder, and copy the entire content. </p>



<p>Now we can manually SSH into our VM and add our public key to the VMs authorized_keys. </p>



<pre class="wp-block-code"><code>ssh root@IP</code></pre>



<p>Once you are logged in to the VM, you can add the newly generated public key to the authorized_keys.</p>



<pre class="wp-block-code"><code>cd .ssh/
touch authorized_keys</code></pre>



<p>You can add the content by running the preceding command.</p>



<pre class="wp-block-code"><code>echo "&lt;RSA Public Key>" > authorized_keys</code></pre>



<p>Please paste your public key inside the quotation (&#8220;&#8221;). As we already have our Private and Public key with us, now we can go ahead and create our SSH service connection.</p>



<h3 class="wp-block-heading">Set Up the SSH Service Connection</h3>



<p>First thing first, let&#8217;s create a SSH service connection in our Azure DevOps so that we can use it in our SSH Deployment Task.</p>



<p>Go to your Project Settings in your Azure DevOps project and click on the Service Connections and then click the +New service connection and then select SSH.</p>



<figure class="wp-block-image"><img decoding="async" width="493" height="350" src="https://sibeeshpassion.com/wp-content/uploads/2019/04/Service-Connection.jpg" alt="" class="wp-image-13656" srcset="/wp-content/uploads/2019/04/Service-Connection.jpg 493w, /wp-content/uploads/2019/04/Service-Connection-300x213.jpg 300w, /wp-content/uploads/2019/04/Service-Connection-400x284.jpg 400w" sizes="(max-width: 493px) 100vw, 493px" /><figcaption>Service Connection</figcaption></figure>



<p>In the next dialogue box, you should fill all the details as preceding.</p>



<figure class="wp-block-image"><img decoding="async" width="650" height="573" src="https://sibeeshpassion.com/wp-content/uploads/2019/04/Add-an-SSH-Service-Connection-1.jpg" alt="" class="wp-image-13664" srcset="/wp-content/uploads/2019/04/Add-an-SSH-Service-Connection-1.jpg 650w, /wp-content/uploads/2019/04/Add-an-SSH-Service-Connection-1-300x264.jpg 300w, /wp-content/uploads/2019/04/Add-an-SSH-Service-Connection-1-400x353.jpg 400w" sizes="(max-width: 650px) 100vw, 650px" /><figcaption>Add SSH Service Connection</figcaption></figure>



<h3 class="wp-block-heading">Create the Release Pipeline</h3>



<p>Wow!. We have created our Service connection successfully, and now it is time to use it. Go to your Azure DevOps project and click on Pipelines and then Releases. Now click on +New button and then +New release pipeline. </p>



<p>In the next dialogue, you should select the template for your pipeline, in this case, I will select &#8220;Empty Job&#8221;. Now click on the Tasks and then Agent Job. You can verify the Agent Job details, and once it is done, click on the + icon and then add SSH Task after searching with the keyword &#8220;SSH&#8221;.</p>



<figure class="wp-block-image"><img decoding="async" width="648" height="118" src="https://sibeeshpassion.com/wp-content/uploads/2019/04/SSH-Task.jpg" alt="" class="wp-image-13660" srcset="/wp-content/uploads/2019/04/SSH-Task.jpg 648w, /wp-content/uploads/2019/04/SSH-Task-300x55.jpg 300w, /wp-content/uploads/2019/04/SSH-Task-400x73.jpg 400w" sizes="(max-width: 648px) 100vw, 648px" /></figure>



<p>Once the task is added, we can go ahead and set up the configuration.</p>



<figure class="wp-block-image"><img decoding="async" width="491" height="748" src="https://sibeeshpassion.com/wp-content/uploads/2019/04/SSH-Task-Configuration.jpg" alt="" class="wp-image-13661" srcset="/wp-content/uploads/2019/04/SSH-Task-Configuration.jpg 491w, /wp-content/uploads/2019/04/SSH-Task-Configuration-197x300.jpg 197w, /wp-content/uploads/2019/04/SSH-Task-Configuration-400x609.jpg 400w, /wp-content/uploads/2019/04/SSH-Task-Configuration-394x600.jpg 394w" sizes="(max-width: 491px) 100vw, 491px" /><figcaption>SSH Task Configuration</figcaption></figure>



<p>Please remember to use the SSH service connection you have created. You can give the commands to run inside the VM in the commands section, each lines will be considered as a new command. You can always disable the option &#8220;Fail on STDER&#8221; if you think it is necessary. In my case I had disabled this feature as my UCS machine was running the some background tasks as part of the &#8220;univention-app&#8221; commands, some of such tasks were returning some errors, as these errors are not part of my releases, and as it is not any impacts in my deployment. Please remember to enable &#8220;Continue on error&#8221; in such scenarios. </p>



<p>Here, the adm_secret file is the file which contains the password of my UCS Admin Password. You can do this by running the preceding commands.</p>



<pre class="wp-block-code"><code>touch adm-secret;
echso "your secret" > adm_secret</code></pre>



<p>Once your configuration is done, save your release configuration and create a new release. I hope the release will be successful.  </p>



<figure class="wp-block-image"><img decoding="async" width="649" height="266" src="https://sibeeshpassion.com/wp-content/uploads/2019/04/Release-Pipeline-Result.jpg" alt="" class="wp-image-13663" srcset="/wp-content/uploads/2019/04/Release-Pipeline-Result.jpg 649w, /wp-content/uploads/2019/04/Release-Pipeline-Result-300x123.jpg 300w, /wp-content/uploads/2019/04/Release-Pipeline-Result-400x164.jpg 400w" sizes="(max-width: 649px) 100vw, 649px" /><figcaption>Release Pipeline Result</figcaption></figure>



<h2 class="wp-block-heading">Conclusion</h2>



<p>In this article, we have learned, </p>



<ul class="wp-block-list"><li>How to create SSH Service connection in Azure DevOps</li><li>How to create and configure SSH Task in Azure Pipelines</li><li>How to generate Private and Public RSA keys </li></ul>



<p>Please let me know what else you had learned from this Article. </p>



<h2 class="wp-block-heading">Your turn. What do you think?</h2>



<p>Thanks a lot for reading. Did I miss anything that you may think which is needed in this article? Could you find this post as useful? Kindly do not forget to share me your feedback.</p>



<p>Kindest Regards<br>Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sibeeshpassion.com/ssh-deployment-task-in-azure-pipelines/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install MySQL in Azure Virtual Machine</title>
		<link>https://sibeeshpassion.com/install-mysql-in-azure-virtual-machine/</link>
					<comments>https://sibeeshpassion.com/install-mysql-in-azure-virtual-machine/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Fri, 18 Sep 2015 06:35:21 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Install MySQL in Azure Virtual Machine]]></category>
		<category><![CDATA[Virtual Machines]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=10599</guid>

					<description><![CDATA[This article will help you understand how you can install and set up MySQL in a virtual machine in Azure. Basically Azure virtual machine is a computer which you can configure according to your needs. It allows load balance traffic, so if you host your website or anything in the virtual machines, it will be fast enough. We can set up the virtual machines from your azure portal. If you are new to azure virtual machine, I strongly recommend you to read here: Create Virtual Machine In Azure. It will be great if you have any existing MSDN subscription with [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This article will help you understand how you can install and set up MySQL in a virtual machine in <a href="http://sibeeshpassion.com/tag/azure/" target="_blank">Azure</a>. Basically Azure virtual machine is a computer which you can configure according to your needs. It allows load balance traffic, so if you host your website or anything in the virtual machines, it will be fast enough. We can set up the virtual machines from your azure portal. If you are new to azure virtual machine, I strongly recommend you to read here: <a href="http://sibeeshpassion.com/create-virtual-machine-in-azure/" target="_blank">Create Virtual Machine In Azure</a>. It will be great if you have any existing MSDN subscription with you before you go with this. Now we will discuss more about installing MySQL in a virtual machine in Azure. I hope you will like this.</p>
<p>If you are new to azure, I recommend you to read here: <a href="http://sibeeshpassion.com/category/azure/" target="_blank">Azure </a></p>
<p><strong>Background</strong></p>
<p>There are so many reasons why you should go with a virtual machine. I will share with you what exactly my need was. I was using a cleardb for my <a href="http://sibeeshpassion.com/tag/wordpress/" target="_blank">wordpress </a> website. I was some having some limitation that 20 MB as the <a href="http://sibeeshpassion.com/tag/database/" target="_blank">database </a>size. For me that was not sufficient, and after my db crosses the limit, I was not able to login to my wordpress dashboard. I was getting some database errors when I try to login to admin. So I decided to create a virtual machine and install a MySQL there. This article helps you to install MySQL in virtual machine. </p>
<p><strong>Steps to Install MySQL in Azure Virtual Machine </strong></p>
<p>Login to your azure portal <a href="https://manage.windowsazure.com" target="_blank">https://manage.windowsazure.com</a></p>
<p>Login to your Azure Virtual Machine</p>
<p>Go to start and click on the Internet Explorer</p>
<p><div id="attachment_10600" style="width: 559px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_1.png"><img decoding="async" aria-describedby="caption-attachment-10600" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_1.png" alt="Install MySQL in Azure Virtual Machine" width="549" height="545" class="size-full wp-image-10600" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_1.png 549w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_1-150x150.png 150w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_1-300x298.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_1-130x130.png 130w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_1-400x397.png 400w" sizes="(max-width: 549px) 100vw, 549px" /></a><p id="caption-attachment-10600" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Before going to download and install MySQL, you need to set some settings in Internet Explorer. </p>
<p><div id="attachment_10601" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_2-e1442554040817.png"><img decoding="async" aria-describedby="caption-attachment-10601" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_2-e1442554040817.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="407" class="size-full wp-image-10601" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_2-e1442554040817.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_2-e1442554040817-300x188.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_2-e1442554040817-400x250.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10601" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>What we are going to do is, adding MySQL site name to trusted site in IE. </p>
<p><div id="attachment_10602" style="width: 431px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_3.png"><img decoding="async" aria-describedby="caption-attachment-10602" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_3.png" alt="Install MySQL in Azure Virtual Machine" width="421" height="542" class="size-full wp-image-10602" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_3.png 421w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_3-233x300.png 233w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_3-400x515.png 400w" sizes="(max-width: 421px) 100vw, 421px" /></a><p id="caption-attachment-10602" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Please follows the steps as shown in these images.</p>
<p><div id="attachment_10603" style="width: 430px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_4.png"><img decoding="async" aria-describedby="caption-attachment-10603" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_4.png" alt="Install MySQL in Azure Virtual Machine" width="420" height="540" class="size-full wp-image-10603" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_4.png 420w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_4-233x300.png 233w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_4-400x514.png 400w" sizes="(max-width: 420px) 100vw, 420px" /></a><p id="caption-attachment-10603" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Now add <em>http://*.mysql.com</em> to the trusted site. </p>
<p><div id="attachment_10604" style="width: 412px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_5.png"><img decoding="async" aria-describedby="caption-attachment-10604" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_5.png" alt="Install MySQL in Azure Virtual Machine" width="402" height="381" class="size-full wp-image-10604" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_5.png 402w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_5-300x284.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_5-400x379.png 400w" sizes="(max-width: 402px) 100vw, 402px" /></a><p id="caption-attachment-10604" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Now type <a href="http://dev.mysql.com/downloads/mysql" target="_blank">http://dev.mysql.com/downloads/mysql</a> in the URL area, and click enter.</p>
<p><div id="attachment_10605" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_6-e1442554435374.png"><img decoding="async" aria-describedby="caption-attachment-10605" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_6-e1442554435374.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="277" class="size-full wp-image-10605" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_6-e1442554435374.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_6-e1442554435374-300x128.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_6-e1442554435374-400x170.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10605" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Do not need to mind the warnings you get, so please close those.</p>
<p><div id="attachment_10606" style="width: 414px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_7.png"><img decoding="async" aria-describedby="caption-attachment-10606" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_7.png" alt="Install MySQL in Azure Virtual Machine" width="404" height="356" class="size-full wp-image-10606" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_7.png 404w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_7-300x264.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_7-400x352.png 400w" sizes="(max-width: 404px) 100vw, 404px" /></a><p id="caption-attachment-10606" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Now you can see the MySQL installer home page as shown below.</p>
<p><div id="attachment_10607" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_8.png"><img decoding="async" aria-describedby="caption-attachment-10607" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_8-1024x542.png" alt="Install MySQL in Azure Virtual Machine" width="634" height="336" class="size-large wp-image-10607" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_8-1024x542.png 1024w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_8-300x159.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_8-768x406.png 768w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_8-400x212.png 400w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_8.png 1091w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10607" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Leave the warning, and close it.</p>
<p><div id="attachment_10608" style="width: 412px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_9.png"><img decoding="async" aria-describedby="caption-attachment-10608" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_9.png" alt="Install MySQL in Azure Virtual Machine" width="402" height="366" class="size-full wp-image-10608" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_9.png 402w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_9-300x273.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_9-400x364.png 400w" sizes="(max-width: 402px) 100vw, 402px" /></a><p id="caption-attachment-10608" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>No, you will be asking to sign up, if you want you can do that, or else you can just skip it.</p>
<p><div id="attachment_10609" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_10-e1442554807235.png"><img decoding="async" aria-describedby="caption-attachment-10609" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_10-e1442554807235.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="349" class="size-full wp-image-10609" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_10-e1442554807235.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_10-e1442554807235-300x161.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_10-e1442554807235-400x215.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10609" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Now an executable file will be downloaded, you can either directly run it from the browser or you can just double click on that file.</p>
<p><div id="attachment_10610" style="width: 647px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_11.png"><img decoding="async" aria-describedby="caption-attachment-10610" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_11.png" alt="Install MySQL in Azure Virtual Machine" width="637" height="480" class="size-full wp-image-10610" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_11.png 637w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_11-300x226.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_11-400x301.png 400w" sizes="(max-width: 637px) 100vw, 637px" /></a><p id="caption-attachment-10610" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>I hope your installation has been started now.</p>
<p><div id="attachment_10611" style="width: 650px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_12.png"><img decoding="async" aria-describedby="caption-attachment-10611" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_12.png" alt="Install MySQL in Azure Virtual Machine" width="640" height="480" class="size-full wp-image-10611" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_12.png 640w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_12-300x225.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_12-400x300.png 400w" sizes="(max-width: 640px) 100vw, 640px" /></a><p id="caption-attachment-10611" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Once it is done, please read the license agreement and click next.</p>
<p><div id="attachment_10612" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_13-e1442555034258.png"><img decoding="async" aria-describedby="caption-attachment-10612" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_13-e1442555034258.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="491" class="size-full wp-image-10612" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_13-e1442555034258.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_13-e1442555034258-300x227.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_13-e1442555034258-400x302.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10612" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>As I do not need any development stuffs and I am not going to do any development there, so I just selected server only. You can select as per your needs. </p>
<p><div id="attachment_10613" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_14-e1442555179352.png"><img decoding="async" aria-describedby="caption-attachment-10613" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_14-e1442555179352.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="486" class="size-full wp-image-10613" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_14-e1442555179352.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_14-e1442555179352-300x224.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_14-e1442555179352-400x299.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10613" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>In the type and networking section, please make sure that you have enabled &#8216;Show Advanced Options&#8217; as shown below.</p>
<p><div id="attachment_10614" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_15-e1442555318544.png"><img decoding="async" aria-describedby="caption-attachment-10614" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_15-e1442555318544.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="488" class="size-full wp-image-10614" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_15-e1442555318544.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_15-e1442555318544-300x225.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_15-e1442555318544-400x300.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10614" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Click next and give your MySQL Root Password in the next window. Please make sure that you have given a complex password.</p>
<p><div id="attachment_10615" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_16-e1442555410304.png"><img decoding="async" aria-describedby="caption-attachment-10615" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_16-e1442555410304.png" alt="Install MySQL in Azure Virtual Machineq" width="650" height="493" class="size-full wp-image-10615" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_16-e1442555410304.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_16-e1442555410304-300x228.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_16-e1442555410304-400x303.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10615" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Click on the Add User.</p>
<p><div id="attachment_10618" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_171-e1442555901225.png"><img decoding="async" aria-describedby="caption-attachment-10618" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_171-e1442555901225.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="489" class="size-full wp-image-10618" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_171-e1442555901225.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_171-e1442555901225-300x226.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_171-e1442555901225-400x301.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10618" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Type the asked details.</p>
<p><div id="attachment_10619" style="width: 446px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_18.png"><img decoding="async" aria-describedby="caption-attachment-10619" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_18.png" alt="Install MySQL in Azure Virtual Machine" width="436" height="308" class="size-full wp-image-10619" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_18.png 436w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_18-300x212.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_18-400x283.png 400w" sizes="(max-width: 436px) 100vw, 436px" /></a><p id="caption-attachment-10619" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>You can set all host if you want to access it from everywhere, or you can select local host. Choose wisely as your need. </p>
<p><div id="attachment_10620" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_19-e1442557253336.png"><img decoding="async" aria-describedby="caption-attachment-10620" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_19-e1442557253336.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="485" class="size-full wp-image-10620" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_19-e1442557253336.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_19-e1442557253336-300x224.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_19-e1442557253336-400x298.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10620" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>I hope you have added a user, now please click next.</p>
<p><div id="attachment_10621" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_20-e1442557337467.png"><img decoding="async" aria-describedby="caption-attachment-10621" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_20-e1442557337467.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="489" class="size-full wp-image-10621" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_20-e1442557337467.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_20-e1442557337467-300x226.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_20-e1442557337467-400x301.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10621" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Now you will be in Windows Service section. Please make sure that &#8216;Start MySQL Server at System Startup&#8217; is enable. And do not change any other settings.</p>
<p><div id="attachment_10622" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_21-e1442557513175.png"><img decoding="async" aria-describedby="caption-attachment-10622" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_21-e1442557513175.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="488" class="size-full wp-image-10622" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_21-e1442557513175.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_21-e1442557513175-300x225.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_21-e1442557513175-400x300.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10622" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Now you will be shown advanced option which is nothing but the settings for error log informations. Do not need to change anything there. Just click next.</p>
<p><div id="attachment_10623" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_22-e1442557626338.png"><img decoding="async" aria-describedby="caption-attachment-10623" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_22-e1442557626338.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="488" class="size-full wp-image-10623" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_22-e1442557626338.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_22-e1442557626338-300x225.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_22-e1442557626338-400x300.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10623" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Please click on Execute, to apply the server configuration.</p>
<p><div id="attachment_10624" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_23-e1442557719760.png"><img decoding="async" aria-describedby="caption-attachment-10624" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_23-e1442557719760.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="492" class="size-full wp-image-10624" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_23-e1442557719760.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_23-e1442557719760-300x227.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_23-e1442557719760-400x303.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10624" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Click the Finish button, once the server configuration is applied successfully. </p>
<p><div id="attachment_10625" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_24-e1442557838672.png"><img decoding="async" aria-describedby="caption-attachment-10625" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_24-e1442557838672.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="491" class="size-full wp-image-10625" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_24-e1442557838672.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_24-e1442557838672-300x227.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_24-e1442557838672-400x302.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10625" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Now if you can you can copy the log to clipboard, or you can click Finish.</p>
<p><div id="attachment_10626" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_25-e1442557955344.png"><img decoding="async" aria-describedby="caption-attachment-10626" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_25-e1442557955344.png" alt="Install MySQL in Azure Virtual Machine" width="650" height="486" class="size-full wp-image-10626" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_25-e1442557955344.png 650w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_25-e1442557955344-300x224.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_25-e1442557955344-400x299.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10626" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>It seems we have done everything, Now we will check whether MySQL has been installed or not. Shall we? Please go to the start menu and type MySQL.</p>
<p><div id="attachment_10627" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_26.png"><img decoding="async" aria-describedby="caption-attachment-10627" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_26-1024x539.png" alt="Install MySQL in Azure Virtual Machine" width="634" height="334" class="size-large wp-image-10627" srcset="/wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_26-1024x539.png 1024w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_26-300x158.png 300w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_26-768x404.png 768w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_26-600x315.png 600w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_26-400x211.png 400w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_26-1140x600.png 1140w, /wp-content/uploads/2015/09/Install_MySQL_in_Azure_Virtual_Machine_26.png 1290w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10627" class="wp-caption-text">Install MySQL in Azure Virtual Machine</p></div></p>
<p>Wow, that&#8217;s great we did it. </p>
<p><strong>Conclusion</strong></p>
<p>Did I miss anything that you may think which is needed?.Have you ever tried virtual machine in azure?. If not, I strongly recommend that. Did you ever installed MySQL in your system? I hope you liked this article. Please share me your valuable suggestions and feedback.</p>
<p><strong>Your turn. What do you think?</strong></p>
<p>A blog isn’t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I am able to.</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sibeeshpassion.com/install-mysql-in-azure-virtual-machine/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create Virtual Machine In Azure</title>
		<link>https://sibeeshpassion.com/create-virtual-machine-in-azure/</link>
					<comments>https://sibeeshpassion.com/create-virtual-machine-in-azure/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Thu, 17 Sep 2015 09:50:38 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Create Virtual Machine In Azure]]></category>
		<category><![CDATA[Set Up Virtual Machine In Azure]]></category>
		<category><![CDATA[Unable to login to wordpress dashboard]]></category>
		<category><![CDATA[Virtual Machines]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=10584</guid>

					<description><![CDATA[This article will help you understand how you can set up or create a virtual machine in Azure. Basically Azure virtual machine is a computer which you can configure according to your needs. It allows load balance traffic, so if you host your website or anything in the virtual machines, it will be fast enough. We can set up the virtual machines from your azure portal. It will be great if you have any existing MSDN subscription with you before you go with this. Now we will discuss more about how we can configure a virtual machine in Azure. I [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This article will help you understand how you can set up or create a virtual machine in <a href="http://sibeeshpassion.com/tag/azure/" target="_blank">Azure</a>. Basically Azure virtual machine is a computer which you can configure according to your needs. It allows load balance traffic, so if you host your website or anything in the virtual machines, it will be fast enough. We can set up the virtual machines from your azure portal. It will be great if you have any existing MSDN subscription with you before you go with this. Now we will discuss more about how we can configure a virtual machine in Azure. I hope you will like this.</p>
<p>If you are new to azure, I recommend you to read here: <a href="http://sibeeshpassion.com/category/azure/" target="_blank">Azure </a></p>
<p><strong>Background</strong></p>
<p>There are so many reasons why you should go with a virtual machine. I will share with you what exactly my need was. I was using a cleardb for my <a href="http://sibeeshpassion.com/tag/wordpress/" target="_blank">wordpress </a> website. I was some having some limitation that 20 MB as the <a href="http://sibeeshpassion.com/tag/database/" target="_blank">database </a>size. For me that was not sufficient, and after my db crosses the limit, I was not able to login to my wordpress dashboard. I was getting some database errors when I try to login to admin. </p>
<p><strong>Steps to create Virtual Machine in Azure</strong></p>
<p>Login to your azure portal <a href="https://manage.windowsazure.com" target="_blank">https://manage.windowsazure.com</a></p>
<p>Click on the New Icon </p>
<p><div id="attachment_10585" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure1.png"><img decoding="async" aria-describedby="caption-attachment-10585" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure1-1024x258.png" alt="Create_Virtual_Machine_In_Azure" width="634" height="160" class="size-large wp-image-10585" srcset="/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure1-1024x258.png 1024w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure1-300x76.png 300w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure1-768x193.png 768w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure1-400x101.png 400w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure1.png 1167w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10585" class="wp-caption-text">Create_Virtual_Machine_In_Azure</p></div></p>
<p>Click Compute->Virtual Machine->Quick Create</p>
<p><div id="attachment_10586" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure2.png"><img decoding="async" aria-describedby="caption-attachment-10586" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure2-1024x393.png" alt="Create_Virtual_Machine_In_Azure" width="634" height="243" class="size-large wp-image-10586" srcset="/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure2-1024x393.png 1024w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure2-300x115.png 300w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure2-768x295.png 768w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure2-400x154.png 400w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure2.png 1156w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10586" class="wp-caption-text">Create_Virtual_Machine_In_Azure</p></div></p>
<p>Type your DNS name, Size of your virtual machine.</p>
<p><div id="attachment_10587" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure3.png"><img decoding="async" aria-describedby="caption-attachment-10587" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure3-1024x445.png" alt="Create_Virtual_Machine_In_Azure" width="634" height="276" class="size-large wp-image-10587" srcset="/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure3-1024x445.png 1024w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure3-300x130.png 300w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure3-768x334.png 768w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure3-400x174.png 400w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure3.png 1162w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10587" class="wp-caption-text">Create_Virtual_Machine_In_Azure</p></div></p>
<p>Please be cautious while selecting the size of your server.</p>
<p><div id="attachment_10588" style="width: 409px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure4.png"><img decoding="async" aria-describedby="caption-attachment-10588" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure4.png" alt="Create_Virtual_Machine_In_Azure" width="399" height="680" class="size-full wp-image-10588" srcset="/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure4.png 399w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure4-176x300.png 176w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure4-352x600.png 352w" sizes="(max-width: 399px) 100vw, 399px" /></a><p id="caption-attachment-10588" class="wp-caption-text">Create_Virtual_Machine_In_Azure</p></div></p>
<p>Once you fill those required details, please click on tick icon.</p>
<p><div id="attachment_10589" style="width: 443px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure5.png"><img decoding="async" aria-describedby="caption-attachment-10589" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure5.png" alt="Create_Virtual_Machine_In_Azure" width="433" height="529" class="size-full wp-image-10589" srcset="/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure5.png 433w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure5-246x300.png 246w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure5-400x489.png 400w" sizes="(max-width: 433px) 100vw, 433px" /></a><p id="caption-attachment-10589" class="wp-caption-text">Create_Virtual_Machine_In_Azure</p></div></p>
<p>Now you will get the progressing bar of creating virtual machine. </p>
<p><div id="attachment_10590" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure6.png"><img decoding="async" aria-describedby="caption-attachment-10590" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure6-1024x159.png" alt="Create_Virtual_Machine_In_Azure" width="634" height="98" class="size-large wp-image-10590" srcset="/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure6-1024x159.png 1024w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure6-300x47.png 300w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure6-768x119.png 768w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure6-400x62.png 400w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure6.png 1167w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10590" class="wp-caption-text">Create_Virtual_Machine_In_Azure</p></div></p>
<p>In the meanwhile you can click on connect.</p>
<p><div id="attachment_10591" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure7.png"><img decoding="async" aria-describedby="caption-attachment-10591" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure7-1024x157.png" alt="Create_Virtual_Machine_In_Azure" width="634" height="97" class="size-large wp-image-10591" srcset="/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure7-1024x157.png 1024w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure7-300x46.png 300w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure7-768x118.png 768w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure7-400x62.png 400w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure7.png 1164w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10591" class="wp-caption-text">Create_Virtual_Machine_In_Azure</p></div></p>
<p>Once the virtual machine is created, you will get a message as follows and also one rdp file.</p>
<p><div id="attachment_10592" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure8.png"><img decoding="async" aria-describedby="caption-attachment-10592" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure8-1024x122.png" alt="Create_Virtual_Machine_In_Azure" width="634" height="76" class="size-large wp-image-10592" srcset="/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure8-1024x122.png 1024w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure8-300x36.png 300w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure8-768x92.png 768w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure8-400x48.png 400w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure8.png 1364w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10592" class="wp-caption-text">Create_Virtual_Machine_In_Azure</p></div></p>
<p>Click on the rdp file.</p>
<p><div id="attachment_10593" style="width: 416px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure9.png"><img decoding="async" aria-describedby="caption-attachment-10593" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure9.png" alt="Create_Virtual_Machine_In_Azure" width="406" height="407" class="size-full wp-image-10593" srcset="/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure9.png 406w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure9-150x150.png 150w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure9-300x300.png 300w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure9-130x130.png 130w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure9-400x401.png 400w" sizes="(max-width: 406px) 100vw, 406px" /></a><p id="caption-attachment-10593" class="wp-caption-text">Create_Virtual_Machine_In_Azure</p></div></p>
<p>Type your credentials and then you will be logged in to your virtual machine.</p>
<p><div id="attachment_10594" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure10.png"><img decoding="async" aria-describedby="caption-attachment-10594" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure10-1024x537.png" alt="Create_Virtual_Machine_In_Azure" width="634" height="332" class="size-large wp-image-10594" srcset="/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure10-1024x537.png 1024w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure10-300x157.png 300w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure10-768x403.png 768w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure10-600x315.png 600w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure10-400x210.png 400w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure10-1144x600.png 1144w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure10.png 1365w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10594" class="wp-caption-text">Create_Virtual_Machine_In_Azure</p></div></p>
<p>Now you are ready to go, you can do whatever you wish to.</p>
<p><div id="attachment_10595" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure11.png"><img decoding="async" aria-describedby="caption-attachment-10595" src="http://sibeeshpassion.com/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure11-1024x546.png" alt="Create_Virtual_Machine_In_Azure" width="634" height="338" class="size-large wp-image-10595" srcset="/wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure11-1024x546.png 1024w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure11-300x160.png 300w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure11-768x409.png 768w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure11-400x213.png 400w, /wp-content/uploads/2015/09/Create_Virtual_Machine_In_Azure11.png 1073w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10595" class="wp-caption-text">Create_Virtual_Machine_In_Azure</p></div></p>
<p><strong>Conclusion</strong></p>
<p>Did I miss anything that you may think which is needed?.Have you ever tried virtual machine in azure?. If not, I strongly recommend that. I hope you liked this article. Please share me your valuable suggestions and feedback.</p>
<p><strong>Your turn. What do you think?</strong></p>
<p>A blog isn’t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I am able to.</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sibeeshpassion.com/create-virtual-machine-in-azure/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
