<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: fabric ci/cd release pipeline in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4368987#M6179</link>
    <description>&lt;H2&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="592286" data-lia-user-login="arkiboys2" class="lia-mention lia-mention-user"&gt;arkiboys2&lt;/a&gt;&amp;nbsp;,&lt;/H2&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="782160" data-lia-user-login="Srisakthi" class="lia-mention lia-mention-user"&gt;Srisakthi&lt;/a&gt;&amp;nbsp;pointed you to right direction, here is step by step guide to create rules:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Open your deployment pipeline in Fabric.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Click on the settings icon (gear) in the upper-right corner of the pipeline.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In the settings pane, select the "Rules" tab.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Click on "New rule" to create a rule.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Configure the rule:&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Choose the item type (e.g., "SQL Server connection")&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Select the specific items or "All items" of that type&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Choose the action (e.g., "Update connection string")&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;For connection string updates:&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;In the "Find" field, enter the part of the connection string to be replaced&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In the "Replace" field, enter the new value&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In the "Find" field, enter the dev SQL Server details (e.g.,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Server=dev-sql-server.database.windows.net&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In the "Replace" field, enter the test SQL Server details (e.g.,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Server=test-sql-server.database.windows.net&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Select which stage to apply the rule to (e.g., "Apply to Test stage")&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Name your rule&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Click "Create" to save the rule.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;The new rule will appear in the list of rules for the pipeline.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;This process allows you to automatically update connection strings when deploying from dev to test, ensuring that your connections point to the correct SQL server in each environment.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2025 10:19:08 GMT</pubDate>
    <dc:creator>nilendraFabric</dc:creator>
    <dc:date>2025-01-17T10:19:08Z</dc:date>
    <item>
      <title>fabric ci/cd release pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4368852#M6177</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I am in the process of setting-up the releas epipeline from dev to test.&lt;/P&gt;&lt;P&gt;in the dev workspace which has data factory, etc.), the connections are to dev sql server.&lt;/P&gt;&lt;P&gt;how can I make sure in test the connections are pointing to test sql server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 09:04:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4368852#M6177</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2025-01-17T09:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: fabric ci/cd release pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4368869#M6178</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="592286" data-lia-user-login="arkiboys2" class="lia-mention lia-mention-user"&gt;arkiboys2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can utilise Fabric deployment pipeline for deploying from one environment to another. There you have an option of pointing to target db by using deployment rules.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reference :&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/create-rules?tabs=new-ui" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/create-rules?tabs=new-ui&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srisakthi&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 09:13:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4368869#M6178</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2025-01-17T09:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: fabric ci/cd release pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4368987#M6179</link>
      <description>&lt;H2&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="592286" data-lia-user-login="arkiboys2" class="lia-mention lia-mention-user"&gt;arkiboys2&lt;/a&gt;&amp;nbsp;,&lt;/H2&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="782160" data-lia-user-login="Srisakthi" class="lia-mention lia-mention-user"&gt;Srisakthi&lt;/a&gt;&amp;nbsp;pointed you to right direction, here is step by step guide to create rules:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Open your deployment pipeline in Fabric.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Click on the settings icon (gear) in the upper-right corner of the pipeline.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In the settings pane, select the "Rules" tab.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Click on "New rule" to create a rule.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Configure the rule:&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Choose the item type (e.g., "SQL Server connection")&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Select the specific items or "All items" of that type&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Choose the action (e.g., "Update connection string")&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;For connection string updates:&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;In the "Find" field, enter the part of the connection string to be replaced&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In the "Replace" field, enter the new value&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In the "Find" field, enter the dev SQL Server details (e.g.,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Server=dev-sql-server.database.windows.net&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In the "Replace" field, enter the test SQL Server details (e.g.,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Server=test-sql-server.database.windows.net&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Select which stage to apply the rule to (e.g., "Apply to Test stage")&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Name your rule&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Click "Create" to save the rule.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;The new rule will appear in the list of rules for the pipeline.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;This process allows you to automatically update connection strings when deploying from dev to test, ensuring that your connections point to the correct SQL server in each environment.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 10:19:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4368987#M6179</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-01-17T10:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: fabric ci/cd release pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4369004#M6181</link>
      <description>&lt;P&gt;Hi,in your step number 3, I am unable to locate the rules tab in the settings.&lt;/P&gt;&lt;P&gt;I can access the create rules via the deployment screen with a little lightning icon at the bottom.&lt;/P&gt;&lt;P&gt;Question. I am unable to set rules for pipelines eventhough the pipelines use the copy activity and connect to sql server instance.&lt;/P&gt;&lt;P&gt;any suggestions why it does not allow rules ? thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 10:59:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4369004#M6181</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2025-01-17T10:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: fabric ci/cd release pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4369082#M6184</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="592286" data-lia-user-login="arkiboys2" class="lia-mention lia-mention-user"&gt;arkiboys2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check the screenshots&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 11:44:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4369082#M6184</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-01-17T11:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: fabric ci/cd release pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4369087#M6185</link>
      <description>&lt;P&gt;Question. I am unable to set rules for pipelines eventhough the pipelines use the copy activity and connect to sql server instance.&lt;/P&gt;&lt;P&gt;any suggestions why it does not allow rules ? thank you&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 11:49:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4369087#M6185</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2025-01-17T11:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: fabric ci/cd release pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4369096#M6186</link>
      <description>&lt;P&gt;Please share the screenshot here , so that I can have a look what you are trying to do&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 11:54:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4369096#M6186</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-01-17T11:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: fabric ci/cd release pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4369238#M6189</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there is no option for each of these pipelines to change the sql server connection&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 13:17:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4369238#M6189</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2025-01-17T13:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: fabric ci/cd release pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4371923#M6246</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="592286" data-lia-user-login="arkiboys2" class="lia-mention lia-mention-user"&gt;arkiboys2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently deployment rules for data pipeline is not supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srisakthi&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 13:24:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4371923#M6246</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2025-01-20T13:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: fabric ci/cd release pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4374977#M6348</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="592286" data-lia-user-login="arkiboys2" class="lia-mention lia-mention-user"&gt;arkiboys2&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="913195" data-lia-user-login="nilendraFabric" class="lia-mention lia-mention-user"&gt;nilendraFabric&lt;/a&gt;&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="782160" data-lia-user-login="Srisakthi" class="lia-mention lia-mention-user"&gt;Srisakthi&lt;/a&gt;&amp;nbsp;'s response helped you resolve your issue, please consider marking it as the accepted answer. If you found this information helpful, I would greatly appreciate your kudos. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still encounter any issues, don’t hesitate to reach out for further assistance!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 06:49:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4374977#M6348</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-01-22T06:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: fabric ci/cd release pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4375001#M6350</link>
      <description>&lt;P&gt;Do you mean my data factory pipeline pointing to dev can not be updated to point to prod using the fabric ci/cd pipeline deployment rules?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 06:57:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4375001#M6350</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2025-01-22T06:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: fabric ci/cd release pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4375006#M6351</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="592286" data-lia-user-login="arkiboys2" class="lia-mention lia-mention-user"&gt;arkiboys2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deployment rules in Fabric deployment pipelines do not currently support changing data source connections for data factory pipelines. This means that a pipeline pointing to a dev data source cannot be automatically updated to point to a prod data source during deployment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 07:01:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/fabric-ci-cd-release-pipeline/m-p/4375006#M6351</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-01-22T07:01:45Z</dc:date>
    </item>
  </channel>
</rss>

