<?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: Validate Azure Resource Move with Postman	</title>
	<atom:link href="https://www.cloudcorner.gr/microsoft/azure/validate-azure-resource-move-with-postman/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cloudcorner.gr/microsoft/azure/validate-azure-resource-move-with-postman/</link>
	<description>Remarks from a Cloud Architect encounters</description>
	<lastBuildDate>Fri, 03 Mar 2023 11:54:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Getting 400 Bad Request Error While Trying To Move Azure Resources Via Postman - Programming Questions And Solutions Blog		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/validate-azure-resource-move-with-postman/#comment-14393</link>

		<dc:creator><![CDATA[Getting 400 Bad Request Error While Trying To Move Azure Resources Via Postman - Programming Questions And Solutions Blog]]></dc:creator>
		<pubDate>Fri, 03 Mar 2023 11:54:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=2684#comment-14393</guid>

					<description><![CDATA[[&#8230;] Validate Azure Resource Move with Postman – Apostolidis Cloud Corner [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Validate Azure Resource Move with Postman – Apostolidis Cloud Corner [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Denis		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/validate-azure-resource-move-with-postman/#comment-589</link>

		<dc:creator><![CDATA[Denis]]></dc:creator>
		<pubDate>Mon, 28 Sep 2020 11:07:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=2684#comment-589</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.cloudcorner.gr/microsoft/azure/validate-azure-resource-move-with-postman/#comment-576&quot;&gt;Denis&lt;/a&gt;.

I&#039;ve fixed that by specifying subscription context following way:
az account set --subscription &quot;your subscription name or id&quot;

and only then running command to create a principal:
az ad sp create-for-rbac -n &quot;your service principal name&quot;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.cloudcorner.gr/microsoft/azure/validate-azure-resource-move-with-postman/#comment-576">Denis</a>.</p>
<p>I&#8217;ve fixed that by specifying subscription context following way:<br />
az account set &#8211;subscription &#8220;your subscription name or id&#8221;</p>
<p>and only then running command to create a principal:<br />
az ad sp create-for-rbac -n &#8220;your service principal name&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Denis		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/validate-azure-resource-move-with-postman/#comment-576</link>

		<dc:creator><![CDATA[Denis]]></dc:creator>
		<pubDate>Thu, 24 Sep 2020 13:47:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=2684#comment-576</guid>

					<description><![CDATA[Validation fails with message: 

The client &#039;MyclientID&#039; with object id &#039;MyobjectID&#039; does not have authorization to perform action &#039;Microsoft.Resources/subscriptions/resourceGroups/validateMoveResources/action&#039; over scope &#039;/subscriptions/subscriptionid/resourceGroups/My Resource group&#039; or the scope is invalid. If access was recently granted, please refresh your credentials.&quot;

All access (RBAC) rights in resource groups persist.]]></description>
			<content:encoded><![CDATA[<p>Validation fails with message: </p>
<p>The client &#8216;MyclientID&#8217; with object id &#8216;MyobjectID&#8217; does not have authorization to perform action &#8216;Microsoft.Resources/subscriptions/resourceGroups/validateMoveResources/action&#8217; over scope &#8216;/subscriptions/subscriptionid/resourceGroups/My Resource group&#8217; or the scope is invalid. If access was recently granted, please refresh your credentials.&#8221;</p>
<p>All access (RBAC) rights in resource groups persist.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pantelis Apostolidis		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/validate-azure-resource-move-with-postman/#comment-62</link>

		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Fri, 01 Nov 2019 14:00:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=2684#comment-62</guid>

					<description><![CDATA[Excellent job Nemanja! Thank you very much for sharing!]]></description>
			<content:encoded><![CDATA[<p>Excellent job Nemanja! Thank you very much for sharing!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nemanja Jovic		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/validate-azure-resource-move-with-postman/#comment-61</link>

		<dc:creator><![CDATA[Nemanja Jovic]]></dc:creator>
		<pubDate>Fri, 01 Nov 2019 09:28:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=2684#comment-61</guid>

					<description><![CDATA[I have created this Powershell wrapper around API to simplify the process.
https://gallery.technet.microsoft.com/Validate-Move-Resources-854bf278?redir=0]]></description>
			<content:encoded><![CDATA[<p>I have created this Powershell wrapper around API to simplify the process.<br />
<a href="https://gallery.technet.microsoft.com/Validate-Move-Resources-854bf278?redir=0" rel="nofollow ugc">https://gallery.technet.microsoft.com/Validate-Move-Resources-854bf278?redir=0</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
