<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Deploying A Blazor Application On Azure	</title>
	<atom:link href="https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/feed/" rel="self" type="application/rss+xml" />
	<link>https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/</link>
	<description>A .Net hub</description>
	<lastBuildDate>Wed, 15 Sep 2021 14:44:01 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: TAFF		</title>
		<link>https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/#comment-113142</link>

		<dc:creator><![CDATA[TAFF]]></dc:creator>
		<pubDate>Wed, 15 Sep 2021 14:44:01 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=1528#comment-113142</guid>

					<description><![CDATA[As always, awesome! Thanks for these deploy an ASP.NET Core hosted Blazor application on Azure posts!]]></description>
			<content:encoded><![CDATA[<p>As always, awesome! Thanks for these deploy an ASP.NET Core hosted Blazor application on Azure posts!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankit Sharma		</title>
		<link>https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/#comment-14651</link>

		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Thu, 18 Apr 2019 17:37:04 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=1528#comment-14651</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/#comment-14607&quot;&gt;Mohammad&lt;/a&gt;.

This is nice idea. I will try to implement something similar for my future projects.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/#comment-14607">Mohammad</a>.</p>
<p>This is nice idea. I will try to implement something similar for my future projects.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankit Sharma		</title>
		<link>https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/#comment-14649</link>

		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Thu, 18 Apr 2019 17:30:54 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=1528#comment-14649</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/#comment-14606&quot;&gt;Mohammad&lt;/a&gt;.

The Server project has the reference for both client and Shared project. When you run the app in VS, the server project is your startup project. Therefore, while publishing the app we will publish the server project only.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/#comment-14606">Mohammad</a>.</p>
<p>The Server project has the reference for both client and Shared project. When you run the app in VS, the server project is your startup project. Therefore, while publishing the app we will publish the server project only.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mohammad		</title>
		<link>https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/#comment-14635</link>

		<dc:creator><![CDATA[Mohammad]]></dc:creator>
		<pubDate>Thu, 18 Apr 2019 10:51:45 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=1528#comment-14635</guid>

					<description><![CDATA[Very nice article
I would be perfect if you would write an article on how to add a azure devops build pipeline, so that on every commit the changes are set to azure website.]]></description>
			<content:encoded><![CDATA[<p>Very nice article<br />
I would be perfect if you would write an article on how to add a azure devops build pipeline, so that on every commit the changes are set to azure website.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mohammad		</title>
		<link>https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/#comment-14607</link>

		<dc:creator><![CDATA[Mohammad]]></dc:creator>
		<pubDate>Wed, 17 Apr 2019 14:26:09 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=1528#comment-14607</guid>

					<description><![CDATA[It would have been very nice if you could make the DDL project into a nuget package that could be used in other project. Just you have done in: BlazorGrid – A Reusable Grid Component For Blazor]]></description>
			<content:encoded><![CDATA[<p>It would have been very nice if you could make the DDL project into a nuget package that could be used in other project. Just you have done in: BlazorGrid – A Reusable Grid Component For Blazor</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mohammad		</title>
		<link>https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/#comment-14606</link>

		<dc:creator><![CDATA[Mohammad]]></dc:creator>
		<pubDate>Wed, 17 Apr 2019 14:22:50 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=1528#comment-14606</guid>

					<description><![CDATA[Very nice article
However I don&#039;t understand how you can only publish the BlazorDDL.Server project to Azure, what about the BlazorDLL.Client and BlazorDDL.Shared? how is the code in these projects gonna be published to Azure? Will it be using dll meaning when making project references from Server project to Client and Shared projects?]]></description>
			<content:encoded><![CDATA[<p>Very nice article<br />
However I don&#8217;t understand how you can only publish the BlazorDDL.Server project to Azure, what about the BlazorDLL.Client and BlazorDDL.Shared? how is the code in these projects gonna be published to Azure? Will it be using dll meaning when making project references from Server project to Client and Shared projects?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching 1/19 queries in 0.019 seconds using Disk (Request-wide modification query)

Served from: ankitsharmablogs.com @ 2026-06-23 11:22:23 by W3 Total Cache
-->