<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>querys on bramstoop.com</title>
    <link>https://www.bramstoop.com/tags/querys/</link>
    <description>Recent content in querys on bramstoop.com</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 29 Jul 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.bramstoop.com/tags/querys/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Useful [Azure] Application Gateway WAF queries</title>
      <link>https://www.bramstoop.com/posts/2020/07/2020-07-29-useful-azure-application-gateway-waf-querys/</link>
      <pubDate>Wed, 29 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.bramstoop.com/posts/2020/07/2020-07-29-useful-azure-application-gateway-waf-querys/</guid>
      <description>BACK TO BLOG OVERVIEW
 To archive some of the queries I created and/or found on the internet and proved to be of value, I will drop them here:
Blocked requests
 AzureDiagnostics | where TimeGenerated &amp;gt; ago(1h) | where Category == &amp;ldquo;ApplicationGatewayFirewallLog&amp;rdquo; | where action_s == &amp;ldquo;Blocked&amp;rdquo; | order by TimeGenerated
 Count of the incoming requests on the Application Gateway.
 AzureDiagnostics | where ResourceType == &amp;ldquo;APPLICATIONGATEWAYS&amp;rdquo; and OperationName == &amp;ldquo;ApplicationGatewayAccess&amp;rdquo; | summarize AggregatedValue = count() by bin(TimeGenerated, 1h) | render timechart</description>
    </item>
    
    <item>
      <title>Useful [Sitecore] KQL Application Insights queries</title>
      <link>https://www.bramstoop.com/posts/2019/11/2019-11-07-useful-sitecore-kql-ai-querys/</link>
      <pubDate>Thu, 07 Nov 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.bramstoop.com/posts/2019/11/2019-11-07-useful-sitecore-kql-ai-querys/</guid>
      <description>BACK TO BLOG OVERVIEW
 As a successor to one of my previous posts, I would like to share some additional KQL queries which might help you during the troubleshooting sessions of your Sitecore application:Availability Results:
 availabilityResults | where timestamp &amp;gt; ago(7d) | summarize avg(toint(success)) * 100 by bin(timestamp, 1h), name | order by timestamp asc | render timechart
 Get unique users per day past 90 days:</description>
    </item>
    
    <item>
      <title>Baseline your Sitecore dashboards using ARM templates</title>
      <link>https://www.bramstoop.com/posts/2018/10/2018-10-18-baseline-your-dashboards-using-arm-templates/</link>
      <pubDate>Thu, 18 Oct 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.bramstoop.com/posts/2018/10/2018-10-18-baseline-your-dashboards-using-arm-templates/</guid>
      <description>BACK TO BLOG OVERVIEW
 In one of my previous posts (click) I mentioned some useful AI query&amp;rsquo;s for maintaining and managing your Sitecore solution. To make sure every Sitecore solution(s) you are managing will be deployed with a baseline dashboard I added all the query&amp;rsquo;s to an ARM template. 
1.Download the arm template:
[code language=&amp;quot;powershell&amp;rdquo;] $url = &amp;ldquo;https://raw.githubusercontent.com/bstoop-github/public/master/Sitecore/dashboard/deployDashboard.json&amp;quot; $output = &amp;ldquo;c:\TMP\deployDashboard.json&amp;rdquo;
Invoke-WebRequest -Uri $url -OutFile $output [/code]</description>
    </item>
    
    <item>
      <title>Check your Sitecore environment using these Application Insights query&#39;s</title>
      <link>https://www.bramstoop.com/posts/2018/08/2018-08-09-check-sitecore-using-these-ai-querys/</link>
      <pubDate>Thu, 09 Aug 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.bramstoop.com/posts/2018/08/2018-08-09-check-sitecore-using-these-ai-querys/</guid>
      <description>BACK TO BLOG OVERVIEW
 While using Sitecore on Azure you will most likely be able to find your way around using Application Insights. Keeping your Sitecore instances running smooth will, however, require you to check the available logs on a regular base. The most common way to check your environment is to browse trough AI within the Azure Portal. Given the fact you are using AI as ALM monitoring, obviously.</description>
    </item>
    
  </channel>
</rss>