<?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 Find Azure application gateway listeners associated with public IP in Prisma Cloud Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/find-azure-application-gateway-listeners-associated-with-public/m-p/552480#M1000</link>
    <description>&lt;P&gt;I think the only method is with this RQL:&lt;BR /&gt;&lt;BR /&gt;config from cloud.resource where cloud.type = 'azure' AND api.name = 'azure-application-gateway' AND json.rule = "['properties.frontendIPConfigurations'][?(@.['properties.publicIPAddress'].id != '')].['properties.httpListeners'].id exists"&lt;BR /&gt;&lt;BR /&gt;However, inside the array you can't put any key value with dots between its characters, so I got error by trying that query. What Can I do?&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2023 20:24:20 GMT</pubDate>
    <dc:creator>Juanpnav</dc:creator>
    <dc:date>2023-08-03T20:24:20Z</dc:date>
    <item>
      <title>Find Azure application gateway listeners associated with public IP</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/find-azure-application-gateway-listeners-associated-with-public/m-p/552480#M1000</link>
      <description>&lt;P&gt;I think the only method is with this RQL:&lt;BR /&gt;&lt;BR /&gt;config from cloud.resource where cloud.type = 'azure' AND api.name = 'azure-application-gateway' AND json.rule = "['properties.frontendIPConfigurations'][?(@.['properties.publicIPAddress'].id != '')].['properties.httpListeners'].id exists"&lt;BR /&gt;&lt;BR /&gt;However, inside the array you can't put any key value with dots between its characters, so I got error by trying that query. What Can I do?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 20:24:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/find-azure-application-gateway-listeners-associated-with-public/m-p/552480#M1000</guid>
      <dc:creator>Juanpnav</dc:creator>
      <dc:date>2023-08-03T20:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Find Azure application gateway listeners associated with public IP</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/find-azure-application-gateway-listeners-associated-with-public/m-p/555552#M1020</link>
      <description>&lt;P&gt;Hello, this can done using RQL joins.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try the RQL query below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;config from cloud.resource where api.name = 'azure-application-gateway' as X; config from cloud.resource where api.name = 'azure-network-public-ip-address' as Y; filter "$.['X'].['properties.frontendIPConfigurations'][*].['properties.publicIPAddress'].['id'] contains $.Y.id"; show Y;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ref:&amp;nbsp;&lt;A href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-rql-reference/rql-reference/operators" target="_blank" rel="noopener"&gt;https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-rql-reference/rql-reference/operators&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please let me know if you have any questions or would like to schedule a call to discuss this further.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 18:05:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/find-azure-application-gateway-listeners-associated-with-public/m-p/555552#M1020</guid>
      <dc:creator>smakineni</dc:creator>
      <dc:date>2023-08-29T18:05:37Z</dc:date>
    </item>
  </channel>
</rss>

