<?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 for AzureOps	</title>
	<atom:link href="https://azureops.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://azureops.org/</link>
	<description>Notable things about Cloud, Data and DevOps.</description>
	<lastBuildDate>Tue, 16 Jul 2024 10:57:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		Comment on Azure Data Factory Deployment using Azure DevOps by Jeremiah		</title>
		<link>https://azureops.org/articles/automated-azure-data-factory-publish/#comment-266</link>

		<dc:creator><![CDATA[Jeremiah]]></dc:creator>
		<pubDate>Wed, 27 Oct 2021 16:10:53 +0000</pubDate>
		<guid isPermaLink="false">https://azureops.org/?p=460#comment-266</guid>

					<description><![CDATA[Great article!  I just found this after figuring out a similar approach myself, and this describes it well!
Currently I&#039;m trying to figure out how to update global parameters using the DevOps pipeline for different environments and am looking forwards to your article on that. 
I see a global parameters file included as part of the NPM-generated ARM template, though I&#039;m not sure how to use a pipeline to override a global parameter name in the xxxGlobalParameters.json file.]]></description>
			<content:encoded><![CDATA[<p>Great article!  I just found this after figuring out a similar approach myself, and this describes it well!<br />
Currently I&#8217;m trying to figure out how to update global parameters using the DevOps pipeline for different environments and am looking forwards to your article on that.<br />
I see a global parameters file included as part of the NPM-generated ARM template, though I&#8217;m not sure how to use a pipeline to override a global parameter name in the xxxGlobalParameters.json file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Azure Data Factory Deployment using Azure DevOps by Dick		</title>
		<link>https://azureops.org/articles/automated-azure-data-factory-publish/#comment-33</link>

		<dc:creator><![CDATA[Dick]]></dc:creator>
		<pubDate>Tue, 29 Jun 2021 11:40:40 +0000</pubDate>
		<guid isPermaLink="false">https://azureops.org/?p=460#comment-33</guid>

					<description><![CDATA[Hi Kunal,

I guess I&#039;m doing something wrong, because I run into some errors

PublishConfigService: _getLatestPublishConfig - retrieving config file.
  LocalFileClientService: Unable to list files for: integrationRuntime, error: Error: ENOENT: no such file or directory, scandir &#039;/home/vsts/work/1/s/integrationRuntime&#039;
  LocalFileClientService: Unable to list files for: dataset, error: Error: ENOENT: no such file or directory, scandir &#039;/home/vsts/work/1/s/dataset&#039;
  LocalFileClientService: Unable to list files for: trigger, error: Error: ENOENT: no such file or directory, scandir &#039;/home/vsts/work/1/s/trigger&#039;
  LocalFileClientService: Unable to list files for: dataflow, error: Error: ENOENT: no such file or directory, scandir &#039;/home/vsts/work/1/s/dataflow&#039;
  LocalFileClientService: Unable to list files for: credential, error: Error: ENOENT: no such file or directory, scandir &#039;/home/vsts/work/1/s/credential&#039;
  LocalFileClientService: Unable to list files for: managedVirtualNetwork, error: Error: ENOENT: no such file or directory, scandir &#039;/home/vsts/work/1/s/managedVirtualNetwork&#039;

ERROR === LocalFileClientService: Unable to read file: /home/vsts/work/1/s/arm-template-parameters-definition.json, error: {&quot;stack&quot;:&quot;Error: ENOENT: no such file or directory, open &#039;/home/vsts/work/1/s/arm-template-parameters-definition.json&#039;&quot;,&quot;message&quot;:&quot;ENOENT: no such file or directory, open &#039;/home/vsts/work/1/s/arm-template-parameters-definition.json&#039;&quot;,&quot;errno&quot;:-2,&quot;code&quot;:&quot;ENOENT&quot;,&quot;syscall&quot;:&quot;open&quot;,&quot;path&quot;:&quot;/home/vsts/work/1/s/arm-template-parameters-definition.json&quot;}
  WARNING === ArmTemplateUtils: _getUserParameterDefinitionJson - Unable to load custom param file from repo, will use default file. Error: {&quot;stack&quot;:&quot;Error: ENOENT: no such file or directory, open &#039;/home/vsts/work/1/s/arm-template-parameters-definition.json&#039;&quot;,&quot;message&quot;:&quot;ENOENT: no such file or directory, open &#039;/home/vsts/work/1/s/arm-template-parameters-definition.json&#039;&quot;,&quot;errno&quot;:-2,&quot;code&quot;:&quot;ENOENT&quot;,&quot;syscall&quot;:&quot;open&quot;,&quot;path&quot;:&quot;/home/vsts/work/1/s/arm-template-parameters-definition.json&quot;}

Are they familiar to you and could you provide a possible solution?

Kind Regards,

Dickkieee]]></description>
			<content:encoded><![CDATA[<p>Hi Kunal,</p>
<p>I guess I&#8217;m doing something wrong, because I run into some errors</p>
<p>PublishConfigService: _getLatestPublishConfig &#8211; retrieving config file.<br />
  LocalFileClientService: Unable to list files for: integrationRuntime, error: Error: ENOENT: no such file or directory, scandir &#8216;/home/vsts/work/1/s/integrationRuntime&#8217;<br />
  LocalFileClientService: Unable to list files for: dataset, error: Error: ENOENT: no such file or directory, scandir &#8216;/home/vsts/work/1/s/dataset&#8217;<br />
  LocalFileClientService: Unable to list files for: trigger, error: Error: ENOENT: no such file or directory, scandir &#8216;/home/vsts/work/1/s/trigger&#8217;<br />
  LocalFileClientService: Unable to list files for: dataflow, error: Error: ENOENT: no such file or directory, scandir &#8216;/home/vsts/work/1/s/dataflow&#8217;<br />
  LocalFileClientService: Unable to list files for: credential, error: Error: ENOENT: no such file or directory, scandir &#8216;/home/vsts/work/1/s/credential&#8217;<br />
  LocalFileClientService: Unable to list files for: managedVirtualNetwork, error: Error: ENOENT: no such file or directory, scandir &#8216;/home/vsts/work/1/s/managedVirtualNetwork&#8217;</p>
<p>ERROR === LocalFileClientService: Unable to read file: /home/vsts/work/1/s/arm-template-parameters-definition.json, error: {&#8220;stack&#8221;:&#8221;Error: ENOENT: no such file or directory, open &#8216;/home/vsts/work/1/s/arm-template-parameters-definition.json'&#8221;,&#8221;message&#8221;:&#8221;ENOENT: no such file or directory, open &#8216;/home/vsts/work/1/s/arm-template-parameters-definition.json'&#8221;,&#8221;errno&#8221;:-2,&#8221;code&#8221;:&#8221;ENOENT&#8221;,&#8221;syscall&#8221;:&#8221;open&#8221;,&#8221;path&#8221;:&#8221;/home/vsts/work/1/s/arm-template-parameters-definition.json&#8221;}<br />
  WARNING === ArmTemplateUtils: _getUserParameterDefinitionJson &#8211; Unable to load custom param file from repo, will use default file. Error: {&#8220;stack&#8221;:&#8221;Error: ENOENT: no such file or directory, open &#8216;/home/vsts/work/1/s/arm-template-parameters-definition.json'&#8221;,&#8221;message&#8221;:&#8221;ENOENT: no such file or directory, open &#8216;/home/vsts/work/1/s/arm-template-parameters-definition.json'&#8221;,&#8221;errno&#8221;:-2,&#8221;code&#8221;:&#8221;ENOENT&#8221;,&#8221;syscall&#8221;:&#8221;open&#8221;,&#8221;path&#8221;:&#8221;/home/vsts/work/1/s/arm-template-parameters-definition.json&#8221;}</p>
<p>Are they familiar to you and could you provide a possible solution?</p>
<p>Kind Regards,</p>
<p>Dickkieee</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Azure Data Factory Deployment using Azure DevOps by Kunal Rathi		</title>
		<link>https://azureops.org/articles/automated-azure-data-factory-publish/#comment-32</link>

		<dc:creator><![CDATA[Kunal Rathi]]></dc:creator>
		<pubDate>Sun, 06 Jun 2021 12:09:08 +0000</pubDate>
		<guid isPermaLink="false">https://azureops.org/?p=460#comment-32</guid>

					<description><![CDATA[Hi Kage,
Below is the script you can use to disable ADF triggers. Use Azure PowerShell task for this.
$triggersADF = Get-AzDataFactoryV2Trigger -DataFactoryName $(FactoryName) -ResourceGroupName $(ResourceGroupName)

$triggersADF &#124; ForEach-Object { Stop-AzDataFactoryV2Trigger -ResourceGroupName $(ResourceGroupName) -DataFactoryName $(FactoryName) -Name $_.name -Force }

Script to enable ADF triggers.Use Azure PowerShell task for this.

$triggersADF = Get-AzDataFactoryV2Trigger -DataFactoryName $(FactoryName) -ResourceGroupName $(ResourceGroupName)

$triggersADF &#124; ForEach-Object { Start-AzDataFactoryV2Trigger -ResourceGroupName $(ResourceGroupName) -DataFactoryName $(FactoryName) -Name $_.name -Force }

Make sure to provide variable names to above script. 
Hope this helps.]]></description>
			<content:encoded><![CDATA[<p>Hi Kage,<br />
Below is the script you can use to disable ADF triggers. Use Azure PowerShell task for this.<br />
$triggersADF = Get-AzDataFactoryV2Trigger -DataFactoryName $(FactoryName) -ResourceGroupName $(ResourceGroupName)</p>
<p>$triggersADF | ForEach-Object { Stop-AzDataFactoryV2Trigger -ResourceGroupName $(ResourceGroupName) -DataFactoryName $(FactoryName) -Name $_.name -Force }</p>
<p>Script to enable ADF triggers.Use Azure PowerShell task for this.</p>
<p>$triggersADF = Get-AzDataFactoryV2Trigger -DataFactoryName $(FactoryName) -ResourceGroupName $(ResourceGroupName)</p>
<p>$triggersADF | ForEach-Object { Start-AzDataFactoryV2Trigger -ResourceGroupName $(ResourceGroupName) -DataFactoryName $(FactoryName) -Name $_.name -Force }</p>
<p>Make sure to provide variable names to above script.<br />
Hope this helps.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Azure Data Factory Deployment using Azure DevOps by Kage		</title>
		<link>https://azureops.org/articles/automated-azure-data-factory-publish/#comment-31</link>

		<dc:creator><![CDATA[Kage]]></dc:creator>
		<pubDate>Fri, 28 May 2021 13:48:14 +0000</pubDate>
		<guid isPermaLink="false">https://azureops.org/?p=460#comment-31</guid>

					<description><![CDATA[Hi Kunal, I&#039;ve been putting your blog post to use and I am missing something. I am trying to find the folder that is used for the build because it contains a prepostdeployment script. I can however, not find this anywhere in the repository that I linked. I wanted to add the scripts that MS put on their documentation page to disable and restart the triggers. Mind you I have 0 experience with YAML]]></description>
			<content:encoded><![CDATA[<p>Hi Kunal, I&#8217;ve been putting your blog post to use and I am missing something. I am trying to find the folder that is used for the build because it contains a prepostdeployment script. I can however, not find this anywhere in the repository that I linked. I wanted to add the scripts that MS put on their documentation page to disable and restart the triggers. Mind you I have 0 experience with YAML</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
