<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Naxaya snippets</title>
    <link>https://naxaya.com/snippets/</link>
    <description>Reusable technical snippets published on Naxaya.</description>
    <language>en</language>
    <item>
      <title>KQL snippet: isolate Service Bus private endpoint errors</title>
      <link>https://naxaya.com/articles/snippet-kql-service-bus-private-endpoint-errors/</link>
      <guid>https://naxaya.com/articles/snippet-kql-service-bus-private-endpoint-errors/</guid>
      <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short query to separate missing connection evidence, identity denial, expired SAS and processing errors during a private Service Bus incident.</description>
    </item>
    <item>
      <title>KQL snippet: isolate Azure SQL private endpoint errors</title>
      <link>https://naxaya.com/articles/snippet-kql-azure-sql-private-endpoint-errors/</link>
      <guid>https://naxaya.com/articles/snippet-kql-azure-sql-private-endpoint-errors/</guid>
      <pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short query to separate firewall, authentication, public endpoint and missing connection evidence during a private Azure SQL incident.</description>
    </item>
    <item>
      <title>KQL snippet: isolate Azure Storage 403 on a private endpoint</title>
      <link>https://naxaya.com/articles/snippet-kql-azure-storage-private-endpoint-403/</link>
      <guid>https://naxaya.com/articles/snippet-kql-azure-storage-private-endpoint-403/</guid>
      <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short query to separate identity, firewall, public endpoint and wrong subresource when private Azure Storage access is denied.</description>
    </item>
    <item>
      <title>KQL snippet: correlate private App Service and Application Gateway</title>
      <link>https://naxaya.com/articles/snippet-kql-app-service-private-endpoint-logs/</link>
      <guid>https://naxaya.com/articles/snippet-kql-app-service-private-endpoint-logs/</guid>
      <pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short query to separate WAF, gateway, private DNS, access restrictions and App Service logs during a private access incident.</description>
    </item>
    <item>
      <title>KQL snippet: correlate an Azure Functions private HTTP endpoint</title>
      <link>https://naxaya.com/articles/snippet-kql-azure-functions-private-http-trigger/</link>
      <guid>https://naxaya.com/articles/snippet-kql-azure-functions-private-http-trigger/</guid>
      <pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short query to separate DNS, private access, Functions runtime and application exceptions during a private HTTP incident.</description>
    </item>
    <item>
      <title>KQL snippet: correlate AKS private ingress and application logs</title>
      <link>https://naxaya.com/articles/snippet-kql-aks-private-ingress-nginx/</link>
      <guid>https://naxaya.com/articles/snippet-kql-aks-private-ingress-nginx/</guid>
      <pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short query to read ingress controller and application logs together when a private AKS route returns 502, timeouts or no endpoints.</description>
    </item>
    <item>
      <title>KQL snippet: diagnose Container Apps private ingress and revisions</title>
      <link>https://naxaya.com/articles/snippet-kql-container-apps-private-ingress-revisions/</link>
      <guid>https://naxaya.com/articles/snippet-kql-container-apps-private-ingress-revisions/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short query to correlate Azure Container Apps system and console logs when private ingress, probes or revision traffic fail.</description>
    </item>
    <item>
      <title>KQL snippet: correlate WAF and APIM on an Azure private API</title>
      <link>https://naxaya.com/articles/snippet-kql-correlate-waf-apim-private-api/</link>
      <guid>https://naxaya.com/articles/snippet-kql-correlate-waf-apim-private-api/</guid>
      <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short query to see whether a private API request is blocked by Application Gateway WAF, received by APIM or missing from the expected path.</description>
    </item>
    <item>
      <title>KQL snippet: diagnose Key Vault denial with managed identity</title>
      <link>https://naxaya.com/articles/snippet-kql-managed-identity-key-vault-denied-access/</link>
      <guid>https://naxaya.com/articles/snippet-kql-managed-identity-key-vault-denied-access/</guid>
      <pubDate>Sun, 07 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short query to separate identity denial, network path and source address when an Azure workload can no longer access Key Vault.</description>
    </item>
    <item>
      <title>KQL snippet: track synthetic probes for an Azure private path</title>
      <link>https://naxaya.com/articles/snippet-kql-azure-private-path-synthetic-probes/</link>
      <guid>https://naxaya.com/articles/snippet-kql-azure-private-path-synthetic-probes/</guid>
      <pubDate>Sat, 06 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short query to track synthetic probe failures and separate DNS, TLS, WAF or Application Gateway symptoms on an Azure private path.</description>
    </item>
    <item>
      <title>Azure snippet: audit WAF custom rule priorities</title>
      <link>https://naxaya.com/articles/snippet-azure-waf-audit-custom-rule-priorities/</link>
      <guid>https://naxaya.com/articles/snippet-azure-waf-audit-custom-rule-priorities/</guid>
      <pubDate>Fri, 05 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short command to list custom rules in an Azure WAF policy with priority, action and type before an urgent change.</description>
    </item>
    <item>
      <title>KQL snippet: detect authentication errors after secret rotation</title>
      <link>https://naxaya.com/articles/snippet-kql-auth-errors-after-secret-rotation/</link>
      <guid>https://naxaya.com/articles/snippet-kql-auth-errors-after-secret-rotation/</guid>
      <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short query to watch 401, 403, and 500 errors after rotating an application secret or service identity.</description>
    </item>
    <item>
      <title>Azure snippet: detect Private Endpoint DNS drift</title>
      <link>https://naxaya.com/articles/snippet-azure-private-endpoint-drift-dns/</link>
      <guid>https://naxaya.com/articles/snippet-azure-private-endpoint-drift-dns/</guid>
      <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short check to compare the expected DNS chain, returned private address, and test path from a workload or CI runner.</description>
    </item>
    <item>
      <title>Azure snippet: check Private Endpoint DNS resolution</title>
      <link>https://naxaya.com/articles/snippet-azure-private-endpoint-dns-check/</link>
      <guid>https://naxaya.com/articles/snippet-azure-private-endpoint-dns-check/</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short sequence to confirm that an Azure service exposed through Private Endpoint resolves to a private address from the right network.</description>
    </item>
    <item>
      <title>KQL snippet: list Azure WAF blocked URIs quickly</title>
      <link>https://naxaya.com/articles/snippet-kql-waf-top-blocked-uris/</link>
      <guid>https://naxaya.com/articles/snippet-kql-waf-top-blocked-uris/</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short KQL query to identify the most blocked URIs by Azure Web Application Firewall on Application Gateway.</description>
    </item>
    <item>
      <title>Terraform snippet: diagnose a stuck state lock before force-unlock</title>
      <link>https://naxaya.com/articles/snippet-terraform-state-lock-diagnostic/</link>
      <guid>https://naxaya.com/articles/snippet-terraform-state-lock-diagnostic/</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short procedure to qualify a stuck Terraform lock, confirm that no apply is still active, and restart with a clean plan.</description>
    </item>
  </channel>
</rss>