<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Agw_queries</id>
	<title>Agw queries - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Agw_queries"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Agw_queries&amp;action=history"/>
	<updated>2026-05-30T20:15:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Agw_queries&amp;diff=5162&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;# Sum all client_ips ``` AzureDiagnostics | where ResourceType == &quot;APPLICATIONGATEWAYS&quot; and OperationName == &quot;ApplicationGatewayAccess&quot; and host_s == &quot;&lt;app service or bff doma...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Agw_queries&amp;diff=5162&amp;oldid=prev"/>
		<updated>2024-04-01T20:27:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;# Sum all client_ips ``` AzureDiagnostics | where ResourceType == &amp;quot;APPLICATIONGATEWAYS&amp;quot; and OperationName == &amp;quot;ApplicationGatewayAccess&amp;quot; and host_s == &amp;quot;&amp;lt;app service or bff doma...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;# Sum all client_ips&lt;br /&gt;
```&lt;br /&gt;
AzureDiagnostics | where ResourceType == &amp;quot;APPLICATIONGATEWAYS&amp;quot; and OperationName == &amp;quot;ApplicationGatewayAccess&amp;quot; and host_s == &amp;quot;&amp;lt;app service or bff domain&amp;gt;&amp;quot; and ruleName_s == &amp;quot;my_rule&amp;quot; and clientIP_s !in ('10.1.1.1') and requestUri_s == &amp;quot;/foo/bar&amp;quot; | summarize ClientIPSummary = make_list(clientIP_s) | extend ClientIPCount = array_length(ClientIPSummary)&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>