<?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: How to Send Alerts to a Security Group Instead of Individual Emails in an MS Fabric Pipeline in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4663061#M7582</link>
    <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/866741" target="_blank"&gt;@liney_marcela&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have gotten this issue resolved?&lt;/P&gt;
&lt;P&gt;If it is solved, please mark the helpful reply or share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Vinay Pabbu&lt;/P&gt;</description>
    <pubDate>Tue, 22 Apr 2025 11:39:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-04-22T11:39:24Z</dc:date>
    <item>
      <title>How to Send Alerts to a Security Group Instead of Individual Emails in an MS Fabric Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4617242#M7310</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have a pipeline in Microsoft Fabric that sends email alerts based on a specific use case. To manage these alerts, I use a configuration table that contains the alert type and the email addresses associated with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, the process works through a stored procedure that queries this table and, depending on the alert frequency, sends an email to the configured recipients.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I now want to modify this logic to send alerts to a security group instead of individual email addresses. My idea is that email addresses would be associated with a security group, and by sending the alert to the group, all its members would automatically receive the notification.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;P&gt;- Is it possible to retrieve the email addresses associated with a security group within Microsoft Fabric?&lt;BR /&gt;- What would be the best way to integrate this functionality into my pipeline so that the stored procedure can handle security groups instead of fixed email lists?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I appreciate any guidance or recommendations on how to implement this efficiently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 21:58:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4617242#M7310</guid>
      <dc:creator>liney_marcela</dc:creator>
      <dc:date>2025-03-19T21:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Send Alerts to a Security Group Instead of Individual Emails in an MS Fabric Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4617345#M7311</link>
      <description>&lt;P&gt;so you need the equivalent of this ?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/powershell/module/activedirectory/get-adgroupmember?view=windowsserver2025-ps" target="_blank"&gt;Get-ADGroupMember (ActiveDirectory) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have Graph API access?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 00:23:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4617345#M7311</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-03-20T00:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Send Alerts to a Security Group Instead of Individual Emails in an MS Fabric Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4617997#M7316</link>
      <description>&lt;P&gt;Are those security groups email enabled? Then you can use them directly to send email messgaes and no need to extract the members from them?&lt;BR /&gt;But in case if those are not email enabled, you can use REST APIs via Web activity&amp;nbsp;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/75221833/get-group-members-from-azure-ad-via-web-activity" target="_blank"&gt;https://stackoverflow.com/questions/75221833/get-group-members-from-azure-ad-via-web-activity&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ADF is similar to Data pipelines&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 10:58:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4617997#M7316</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2025-03-20T10:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Send Alerts to a Security Group Instead of Individual Emails in an MS Fabric Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4655757#M7530</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="866741" data-lia-user-login="liney_marcela" class="lia-mention lia-mention-user"&gt;liney_marcela&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have gotten this issue resolved?&lt;/P&gt;
&lt;P&gt;If it is solved, please mark the helpful reply or share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Vinay Pabbu&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 12:29:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4655757#M7530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-16T12:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Send Alerts to a Security Group Instead of Individual Emails in an MS Fabric Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4660806#M7566</link>
      <description>&lt;P&gt;The 'security group' versus 'distribution list/group' debate that's raged since On-Prem AD days.&lt;BR /&gt;You might find this interesting - from 5 months ago.&lt;BR /&gt;&lt;A href="https://www.reddit.com/r/microsoft365/comments/1gr08g1/entraid_dynamic_security_group_as_distribution/" target="_blank"&gt;https://www.reddit.com/r/microsoft365/comments/1gr08g1/entraid_dynamic_security_group_as_distribution/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 10:23:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4660806#M7566</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2025-04-21T10:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Send Alerts to a Security Group Instead of Individual Emails in an MS Fabric Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4663061#M7582</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/866741" target="_blank"&gt;@liney_marcela&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have gotten this issue resolved?&lt;/P&gt;
&lt;P&gt;If it is solved, please mark the helpful reply or share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Vinay Pabbu&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 11:39:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4663061#M7582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-22T11:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Send Alerts to a Security Group Instead of Individual Emails in an MS Fabric Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4680376#M7718</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/866741" target="_blank" rel="noopener"&gt;@liney_marcela&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have gotten this issue resolved?&lt;/P&gt;
&lt;P&gt;If it is solved, please mark the helpful reply or share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Vinay Pabbu&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 12:27:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-Send-Alerts-to-a-Security-Group-Instead-of-Individual/m-p/4680376#M7718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-05T12:27:22Z</dc:date>
    </item>
  </channel>
</rss>

