<?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>Cost Optimization Archives - Pritam&#039;s Blog</title>
	<atom:link href="https://www.pritambaldota.com/category/cost-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.pritambaldota.com/category/cost-optimization/</link>
	<description>cloud technology, enterprise architecture</description>
	<lastBuildDate>Sun, 23 Feb 2020 05:20:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>
	<item>
		<title>Deploy ASP.NET Core apps to Azure App Service with lesser cost</title>
		<link>https://www.pritambaldota.com/deploy-asp-net-core-apps-to-azure-app-service-with-lesser-cost/</link>
					<comments>https://www.pritambaldota.com/deploy-asp-net-core-apps-to-azure-app-service-with-lesser-cost/#comments</comments>
		
		<dc:creator><![CDATA[Pritam Baldota]]></dc:creator>
		<pubDate>Thu, 13 Feb 2020 03:40:57 +0000</pubDate>
				<category><![CDATA[.Net Core]]></category>
		<category><![CDATA[Azure Cloud]]></category>
		<category><![CDATA[Cost Optimization]]></category>
		<category><![CDATA[cost optimization azure]]></category>
		<category><![CDATA[deploy to azure web app with linux]]></category>
		<category><![CDATA[save money with azure web app]]></category>
		<guid isPermaLink="false">http://pritambaldota.com/?p=234</guid>

					<description><![CDATA[<p>When we think of ASP.Net apps, we generally think to host on Azure web Apps on windows OS. Which is awesome and very easy to&#8230;</p>
<p>The post <a href="https://www.pritambaldota.com/deploy-asp-net-core-apps-to-azure-app-service-with-lesser-cost/">Deploy ASP.NET Core apps to Azure App Service with lesser cost</a> appeared first on <a href="https://www.pritambaldota.com">Pritam&#039;s Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>When we think of ASP.Net apps, we generally think to host on Azure web Apps on <strong>windows</strong> <strong>OS</strong>. Which is awesome and very easy to manage from <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://portal.azure.com" target="_blank">Azure Portal</a>. But this OS comes with extra cost due to licensing.    </p>



<p>With ASP.Net Core Microsoft enabled us to run these apps on non-Windows OS platforms like Linux, MacOs. If we explore the <a rel="noreferrer noopener" aria-label="Azure App Services Pricing (opens in a new tab)" href="https://azure.microsoft.com/en-us/pricing/details/app-service/windows/" target="_blank">Azure App Services Pricing</a> and choose Linux OS, then they are almost 30-60% cheaper than the Windows OS pricing based on selected Tiers (Basic/Standard/Premium etc.).</p>



<p>For e.g. Azure App Service with Windows OS with Basic plan charges 55$ per month.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="521" src="/wp-content/uploads/2020/02/image-1024x521.png" alt="" class="wp-image-236" srcset="https://www.pritambaldota.com/wp-content/uploads/2020/02/image-1024x521.png 1024w, https://www.pritambaldota.com/wp-content/uploads/2020/02/image-300x153.png 300w, https://www.pritambaldota.com/wp-content/uploads/2020/02/image-768x391.png 768w, https://www.pritambaldota.com/wp-content/uploads/2020/02/image-1536x782.png 1536w, https://www.pritambaldota.com/wp-content/uploads/2020/02/image-2048x1042.png 2048w, https://www.pritambaldota.com/wp-content/uploads/2020/02/image-769x391.png 769w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption><a href="https://azure.microsoft.com/en-us/pricing/details/app-service/windows/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Azure Windows app service plans pricing</a></figcaption></figure>



<p>Whereas, if you choose Linux OS with Basic plan which charges 13$ (Promotional), Standard plan is slight lesser i.e. 4$ less, <strong>Premium Plan is almost 50% lesser</strong> than Windows OS. </p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="579" src="/wp-content/uploads/2020/02/image-1-1024x579.png" alt="" class="wp-image-237" srcset="https://www.pritambaldota.com/wp-content/uploads/2020/02/image-1-1024x579.png 1024w, https://www.pritambaldota.com/wp-content/uploads/2020/02/image-1-300x170.png 300w, https://www.pritambaldota.com/wp-content/uploads/2020/02/image-1-768x434.png 768w, https://www.pritambaldota.com/wp-content/uploads/2020/02/image-1-1536x868.png 1536w, https://www.pritambaldota.com/wp-content/uploads/2020/02/image-1-2048x1157.png 2048w, https://www.pritambaldota.com/wp-content/uploads/2020/02/image-1-769x435.png 769w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption><a rel="noreferrer noopener" aria-label="Azure Linux app service plans pricing (opens in a new tab)" href="https://azure.microsoft.com/en-us/pricing/details/app-service/linux/" target="_blank">Azure Linux app service plans pricing</a></figcaption></figure>



<p>Cost plays very crucial roles for any Organization, specially when it is startup where every single penny worth to save. I have worked with several startups and had first hand experience on how cost impacts with time. Specially when startups joins Microsoft BizSpark kind of programs where they get free unlimited credits for certain period, which gives us opportunity to focus on business/technology and not worry on infrastructure cost. But at the end of program they end up using over provisioned resources which lands them into huge monthly bills. </p>



<p>We should do proper capacity planning on costing by evaluating alternatives which will save money. </p>



<p>We may not get all the features of Windows  OS hosting vs hosting on Linux OS, but there are always workarounds. From feature parity we can achieve everything regardless of what will be our host OS.     </p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>We should be always careful when we choose the resources even though they are free. </p></blockquote>



<p>You can read more on  <a href="https://docs.microsoft.com/en-us/azure/app-service/containers/app-service-linux-intro">Azure App Service on Linux</a>. </p>
<p>The post <a href="https://www.pritambaldota.com/deploy-asp-net-core-apps-to-azure-app-service-with-lesser-cost/">Deploy ASP.NET Core apps to Azure App Service with lesser cost</a> appeared first on <a href="https://www.pritambaldota.com">Pritam&#039;s Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.pritambaldota.com/deploy-asp-net-core-apps-to-azure-app-service-with-lesser-cost/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
