<?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: Staying Logged in Across Azure App Service Swap	</title>
	<atom:link href="https://intellitect.com/blog/staying-logged-across-azure-app-service-swap/feed/" rel="self" type="application/rss+xml" />
	<link>https://intellitect.com/blog/staying-logged-across-azure-app-service-swap/</link>
	<description>Complex Software Development - Simplified</description>
	<lastBuildDate>Tue, 26 Apr 2022 18:37:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Grant Erickson		</title>
		<link>https://intellitect.com/blog/staying-logged-across-azure-app-service-swap/#comment-386180</link>

		<dc:creator><![CDATA[Grant Erickson]]></dc:creator>
		<pubDate>Thu, 26 Aug 2021 04:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=28991#comment-386180</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/staying-logged-across-azure-app-service-swap/#comment-385787&quot;&gt;jesu&lt;/a&gt;.

With the detail you provided, I can&#039;t really tell why you might be getting that error.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/staying-logged-across-azure-app-service-swap/#comment-385787">jesu</a>.</p>
<p>With the detail you provided, I can&#8217;t really tell why you might be getting that error.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jesu		</title>
		<link>https://intellitect.com/blog/staying-logged-across-azure-app-service-swap/#comment-385787</link>

		<dc:creator><![CDATA[jesu]]></dc:creator>
		<pubDate>Tue, 06 Jul 2021 10:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=28991#comment-385787</guid>

					<description><![CDATA[Hi, I could retain the login status but I am getting unauthorized exception. what could be the reason, still?]]></description>
			<content:encoded><![CDATA[<p>Hi, I could retain the login status but I am getting unauthorized exception. what could be the reason, still?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stef		</title>
		<link>https://intellitect.com/blog/staying-logged-across-azure-app-service-swap/#comment-361846</link>

		<dc:creator><![CDATA[Stef]]></dc:creator>
		<pubDate>Tue, 29 Jan 2019 14:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=28991#comment-361846</guid>

					<description><![CDATA[Thanks for explaining this solution.]]></description>
			<content:encoded><![CDATA[<p>Thanks for explaining this solution.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Grant Erickson		</title>
		<link>https://intellitect.com/blog/staying-logged-across-azure-app-service-swap/#comment-359406</link>

		<dc:creator><![CDATA[Grant Erickson]]></dc:creator>
		<pubDate>Tue, 13 Nov 2018 16:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=28991#comment-359406</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/staying-logged-across-azure-app-service-swap/#comment-359393&quot;&gt;Shaul Behr&lt;/a&gt;.

Shaul,
The blob should get created in the container automatically, you don&#039;t need to create it in the Azure portal. The code automatically puts the right data in there for you, no need to start with anything.
Grant]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/staying-logged-across-azure-app-service-swap/#comment-359393">Shaul Behr</a>.</p>
<p>Shaul,<br />
The blob should get created in the container automatically, you don&#8217;t need to create it in the Azure portal. The code automatically puts the right data in there for you, no need to start with anything.<br />
Grant</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shaul Behr		</title>
		<link>https://intellitect.com/blog/staying-logged-across-azure-app-service-swap/#comment-359393</link>

		<dc:creator><![CDATA[Shaul Behr]]></dc:creator>
		<pubDate>Mon, 12 Nov 2018 11:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=28991#comment-359393</guid>

					<description><![CDATA[Hi Grant,
When you create the blob in the Azure portal, how do you start it off? With an empty file called MyKeys.xml? Or what?]]></description>
			<content:encoded><![CDATA[<p>Hi Grant,<br />
When you create the blob in the Azure portal, how do you start it off? With an empty file called MyKeys.xml? Or what?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Grant Erickson		</title>
		<link>https://intellitect.com/blog/staying-logged-across-azure-app-service-swap/#comment-357702</link>

		<dc:creator><![CDATA[Grant Erickson]]></dc:creator>
		<pubDate>Tue, 15 May 2018 20:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=28991#comment-357702</guid>

					<description><![CDATA[Sergi,
Thanks for the comment. Here are a few things to try...
1. Make sure the user has permission to create. 
2. You also might want to try to create it yourself to see if that helps things. 
3. Make sure you aren&#039;t swallowing any exception during startup.
4. Step through the code and see what is coming back in your container variable.
5. Make sure you aren&#039;t pointing to an unexpected spot and just missing the one that is actually getting created.
Hope that helps,
Grant]]></description>
			<content:encoded><![CDATA[<p>Sergi,<br />
Thanks for the comment. Here are a few things to try&#8230;<br />
1. Make sure the user has permission to create.<br />
2. You also might want to try to create it yourself to see if that helps things.<br />
3. Make sure you aren&#8217;t swallowing any exception during startup.<br />
4. Step through the code and see what is coming back in your container variable.<br />
5. Make sure you aren&#8217;t pointing to an unexpected spot and just missing the one that is actually getting created.<br />
Hope that helps,<br />
Grant</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sergi		</title>
		<link>https://intellitect.com/blog/staying-logged-across-azure-app-service-swap/#comment-357677</link>

		<dc:creator><![CDATA[Sergi]]></dc:creator>
		<pubDate>Fri, 11 May 2018 08:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=28991#comment-357677</guid>

					<description><![CDATA[Hi Grant,

Thanks a lot for this post, I;m running into this problem now for a client and it&#039;s wrecking havoc.

I&#039;ve implemented your proposed solution, and the container is created nicely.... I don&#039; t see  any blobs being created however. 
What should I expect to see? Is there a way to know for a fact that it&#039;s working?

Thanks again!

Sergi]]></description>
			<content:encoded><![CDATA[<p>Hi Grant,</p>
<p>Thanks a lot for this post, I;m running into this problem now for a client and it&#8217;s wrecking havoc.</p>
<p>I&#8217;ve implemented your proposed solution, and the container is created nicely&#8230;. I don&#8217; t see  any blobs being created however.<br />
What should I expect to see? Is there a way to know for a fact that it&#8217;s working?</p>
<p>Thanks again!</p>
<p>Sergi</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
