<?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>Azure | KC's Blog</title>
	<atom:link href="https://www.kjctech.net/tag/azure/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kjctech.net</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2023 18:21:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/12/cropped-KC-Logo.png?fit=32%2C32&#038;ssl=1</url>
	<title>Azure | KC's Blog</title>
	<link>https://www.kjctech.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">24634607</site>	<item>
		<title>Mapping Azure Storage Share as Network Drive on Windows</title>
		<link>https://www.kjctech.net/mapping-azure-storage-share-as-network-drive-on-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mapping-azure-storage-share-as-network-drive-on-windows</link>
					<comments>https://www.kjctech.net/mapping-azure-storage-share-as-network-drive-on-windows/#comments</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Sat, 29 Feb 2020 00:41:11 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Azure]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=4461</guid>

					<description><![CDATA[<p>Assume you have an Azure Storage account in place where you can create your own cloud spaces like blobs, file shares, etc., here is a way for you to map the file shares in your Azure Storage account as a network drive on Windows. Note that this is not to map the storage blobs but only File Shares. You will [&#8230;]</p>
The post <a href="https://www.kjctech.net/mapping-azure-storage-share-as-network-drive-on-windows/">Mapping Azure Storage Share as Network Drive on Windows</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>Assume you have an Azure Storage account in place where you can create your own cloud spaces like blobs, file shares, etc., here is a way for you to map the file shares in your Azure Storage account as a network drive on Windows.</p>



<p>Note that this is not to map the storage blobs but only File Shares.</p>



<figure class="wp-block-image size-large"><a href="//i0.wp.com/kjctech.net/wp-content/uploads/2020/02/image-2.png" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="544" height="249" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-2.png?resize=544%2C249&#038;ssl=1" alt="" class="wp-image-4462" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-2.png?w=544&amp;ssl=1 544w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-2.png?resize=450%2C206&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-2.png?resize=250%2C114&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-2.png?resize=520%2C238&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-2.png?resize=360%2C165&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-2.png?resize=100%2C46&amp;ssl=1 100w" sizes="(max-width: 544px) 100vw, 544px" /></a></figure>



<p>You will also need port 445 open for outbound to allow SMB protocol traffic. You can quickly use the following PowerShell script to do a quick port scan test.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: powershell; title: Code example:; notranslate">
$resourceGroupName = &quot;resourcename&quot;
$storageAccountName = &quot;storageaccount&quot;

Connect-AzAccount
$storageAccount = Get-AzStorageAccount -ResourceGroupName $resourceGroupName -Name $storageAccountName

Test-NetConnection -ComputerName (&#x5B;System.Uri]::new($storageAccount.Context.FileEndPoint).Host) -Port 445
</pre></div>


<p>Now, let&#8217;s open File Explorer, go to This PC, click Computer tab and Map network drive.</p>



<figure class="wp-block-image size-large"><a href="//i0.wp.com/kjctech.net/wp-content/uploads/2020/02/image-3.png" data-rel="lightbox-image-1" data-rl_title="" data-rl_caption="" title=""><img decoding="async" width="617" height="247" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-3.png?fit=600%2C240&amp;ssl=1" alt="" class="wp-image-4463" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-3.png?w=617&amp;ssl=1 617w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-3.png?resize=450%2C180&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-3.png?resize=600%2C240&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-3.png?resize=250%2C100&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-3.png?resize=520%2C208&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-3.png?resize=360%2C144&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-3.png?resize=100%2C40&amp;ssl=1 100w" sizes="(max-width: 617px) 100vw, 617px" /></a></figure>



<p>Select the drive letter and enter the UNC Path of your Azure Storage File Share, formatted as below:</p>



<pre class="wp-block-preformatted">\\storageaccount.file.core.windows.net\filesharename</pre>



<p>Make sure to check the option &#8220;Connect using different credentials&#8221; and click Finish.</p>



<figure class="wp-block-image size-large"><a href="//i0.wp.com/kjctech.net/wp-content/uploads/2020/02/image-4.png" data-rel="lightbox-image-2" data-rl_title="" data-rl_caption="" title=""><img decoding="async" width="614" height="454" src="https://i1.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-4.png?fit=600%2C444&amp;ssl=1" alt="" class="wp-image-4465" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-4.png?w=614&amp;ssl=1 614w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-4.png?resize=450%2C333&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-4.png?resize=600%2C444&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-4.png?resize=250%2C185&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-4.png?resize=520%2C384&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-4.png?resize=360%2C266&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-4.png?resize=100%2C74&amp;ssl=1 100w" sizes="(max-width: 614px) 100vw, 614px" /></a></figure>



<p>When prompted for a credential, put in <strong>AZURE\storageaccount</strong> as the username and your Azure Storage account access key as the password.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="456" height="375" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-5.png?resize=456%2C375&#038;ssl=1" alt="" class="wp-image-4466" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-5.png?w=456&amp;ssl=1 456w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-5.png?resize=450%2C370&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-5.png?resize=250%2C206&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-5.png?resize=360%2C296&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2020/02/image-5.png?resize=100%2C82&amp;ssl=1 100w" sizes="auto, (max-width: 456px) 100vw, 456px" /></figure>



<p>Hit OK, and done.</p>



<p>You can do so via Command Line or even PowerShell but somehow I find this is actually easier.</p>The post <a href="https://www.kjctech.net/mapping-azure-storage-share-as-network-drive-on-windows/">Mapping Azure Storage Share as Network Drive on Windows</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/mapping-azure-storage-share-as-network-drive-on-windows/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4461</post-id>	</item>
		<item>
		<title>Free Azure Training Resources</title>
		<link>https://www.kjctech.net/free-azure-training-resources/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=free-azure-training-resources</link>
					<comments>https://www.kjctech.net/free-azure-training-resources/#comments</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Wed, 07 Mar 2018 22:11:20 +0000</pubDate>
				<category><![CDATA[Stuff in General]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Resources]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=3846</guid>

					<description><![CDATA[<p>For anyone interested in diving deep in Azure&#8217;s world. Microsoft Training and Certification Azure Essentials &#8211; the best place to get started with Azure and learn new skills Pluralsight &#8211; free self-paced courses Hands-on Labs &#8211; an array of self-paced labs, instructor-led classes, and challenging exercises to practice the skills Certifications &#8211; boost your career with a Microsoft certification It&#8217;s a [&#8230;]</p>
The post <a href="https://www.kjctech.net/free-azure-training-resources/">Free Azure Training Resources</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/windows-azure-cloud.png?ssl=1" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-large wp-image-3847" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/windows-azure-cloud.png?resize=600%2C217&#038;ssl=1" alt="" width="600" height="217" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/windows-azure-cloud.png?resize=600%2C217&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/windows-azure-cloud.png?resize=250%2C90&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/windows-azure-cloud.png?resize=450%2C163&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/windows-azure-cloud.png?resize=768%2C277&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/windows-azure-cloud.png?resize=700%2C253&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/windows-azure-cloud.png?resize=520%2C188&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/windows-azure-cloud.png?resize=360%2C130&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/windows-azure-cloud.png?resize=100%2C36&amp;ssl=1 100w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/windows-azure-cloud.png?w=1038&amp;ssl=1 1038w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p>For anyone interested in diving deep in Azure&#8217;s world.</p>
<p><a href="https://www.microsoft.com/en-us/learning/azure-training-certification.aspx#azure-practical-job" target="_blank" rel="noopener">Microsoft Training and Certification</a></p>
<p><a href="https://www.microsoft.com/en-us/azureessentials/" target="_blank" rel="noopener">Azure Essentials</a> &#8211; the best place to get started with Azure and learn new skills</p>
<p><a href="https://azure.microsoft.com/en-us/training/free-online-courses/" target="_blank" rel="noopener">Pluralsight</a> &#8211; free self-paced courses</p>
<p><a href="https://azure.microsoft.com/en-us/training/hands-on-labs/" target="_blank" rel="noopener">Hands-on Labs</a> &#8211; an array of self-paced labs, instructor-led classes, and challenging exercises to practice the skills</p>
<p><a href="https://www.microsoft.com/en-us/learning/azure-exams.aspx" target="_blank" rel="noopener">Certifications</a> &#8211; boost your career with a Microsoft certification</p>
<p>It&#8217;s a whole wild world to explore.</p>The post <a href="https://www.kjctech.net/free-azure-training-resources/">Free Azure Training Resources</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/free-azure-training-resources/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3846</post-id>	</item>
		<item>
		<title>Understanding IP Addressing in Microsoft Azure</title>
		<link>https://www.kjctech.net/understanding-ip-addressing-in-microsoft-azure/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=understanding-ip-addressing-in-microsoft-azure</link>
					<comments>https://www.kjctech.net/understanding-ip-addressing-in-microsoft-azure/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Sun, 17 Apr 2016 04:14:53 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Azure]]></category>
		<guid isPermaLink="false">http://www.kjctech.net/?p=2918</guid>

					<description><![CDATA[<p>There are three different kinds of IP address that can be assigned to virtual machines (VMs) in Microsoft Azure: Dynamic IP address (DIP) Virtual IP address (VIP) Instance-level public IP address (PIP) //via Petri</p>
The post <a href="https://www.kjctech.net/understanding-ip-addressing-in-microsoft-azure/">Understanding IP Addressing in Microsoft Azure</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/04/Figure1.png" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-large wp-image-2919" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/04/Figure1-600x241.png?resize=600%2C241" alt="Figure1" width="600" height="241" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/04/Figure1.png?resize=600%2C241&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/04/Figure1.png?resize=250%2C101&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/04/Figure1.png?resize=450%2C181&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/04/Figure1.png?resize=768%2C309&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/04/Figure1.png?resize=700%2C282&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/04/Figure1.png?resize=332%2C134&amp;ssl=1 332w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/04/Figure1.png?w=900&amp;ssl=1 900w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p>There are three different kinds of IP address that can be assigned to virtual machines (VMs) in Microsoft Azure:</p>
<ul>
<li>Dynamic IP address (DIP)</li>
<li>Virtual IP address (VIP)</li>
<li>Instance-level public IP address (PIP)</li>
</ul>
<p>//via <a href="https://www.petri.com/understanding-ip-addressing-microsoft-azure">Petri</a></p>The post <a href="https://www.kjctech.net/understanding-ip-addressing-in-microsoft-azure/">Understanding IP Addressing in Microsoft Azure</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/understanding-ip-addressing-in-microsoft-azure/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2918</post-id>	</item>
		<item>
		<title>VM File Format: VHD or VHDX?</title>
		<link>https://www.kjctech.net/vm-file-format-vhd-or-vhdx/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vm-file-format-vhd-or-vhdx</link>
					<comments>https://www.kjctech.net/vm-file-format-vhd-or-vhdx/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Thu, 03 Mar 2016 07:18:18 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[VHD]]></category>
		<category><![CDATA[VHDX]]></category>
		<guid isPermaLink="false">http://www.kjctech.net/?p=2842</guid>

					<description><![CDATA[<p>In short, VHDX handles power outages better Integrity check needs to be disabled if VHDX running on top of ReFS system Only VHD to upload to Azure virtual server. So, really, there are not many points to use VHDX to replace the classic VHD. //via Technet &#160;</p>
The post <a href="https://www.kjctech.net/vm-file-format-vhd-or-vhdx/">VM File Format: VHD or VHDX?</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>In short,</p>
<ol>
<li>VHDX handles power outages better</li>
<li>Integrity check needs to be disabled if VHDX running on top of ReFS system</li>
<li>Only VHD to upload to Azure virtual server.</li>
</ol>
<p>So, really, there are not many points to use VHDX to replace the classic VHD.</p>
<p>//via <a href="http://blogs.technet.com/b/notesfromthefield/archive/2016/02/22/vm-file-format-vhd-or-vhdx.aspx" target="_blank" rel="noopener">Technet</a></p>
<p>&nbsp;</p>The post <a href="https://www.kjctech.net/vm-file-format-vhd-or-vhdx/">VM File Format: VHD or VHDX?</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/vm-file-format-vhd-or-vhdx/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2842</post-id>	</item>
	</channel>
</rss>
