<?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: Azure Databricks Status in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/azure-databricks-status/m-p/116597#M3289</link>
    <description>&lt;P&gt;It seems that the webhook is the way!&lt;/P&gt;&lt;P&gt;There is nothing about system status in &lt;A href="https://docs.databricks.com/api/azure/account/introduction" target="_self"&gt;Databricks REST API&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;There is nothing about system status in the &lt;A href="https://learn.microsoft.com/en-gb/azure/databricks/admin/system-tables/" target="_self"&gt;System Tables&lt;/A&gt; schema.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Apr 2025 15:44:50 GMT</pubDate>
    <dc:creator>TheRealOliver</dc:creator>
    <dc:date>2025-04-25T15:44:50Z</dc:date>
    <item>
      <title>Azure Databricks Status</title>
      <link>https://community.databricks.com/t5/administration-architecture/azure-databricks-status/m-p/116575#M3288</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I wanted to check if anyone implemented the solution of capturing information from Databricks status page in real-time 24x7 and load that into a log or table...&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/resources/status" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/resources/status&lt;/A&gt;&lt;/P&gt;&lt;P&gt;what is the best way to be informed about Databricks availability? Just to create a webhook and get notified?&lt;/P&gt;&lt;P&gt;My requirement is to also report on the service downtimes, and device several KPIs out of it...&lt;/P&gt;&lt;P&gt;Appreciate the mindshare..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 13:07:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/azure-databricks-status/m-p/116575#M3288</guid>
      <dc:creator>noorbasha534</dc:creator>
      <dc:date>2025-04-25T13:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Azure Databricks Status</title>
      <link>https://community.databricks.com/t5/administration-architecture/azure-databricks-status/m-p/116597#M3289</link>
      <description>&lt;P&gt;It seems that the webhook is the way!&lt;/P&gt;&lt;P&gt;There is nothing about system status in &lt;A href="https://docs.databricks.com/api/azure/account/introduction" target="_self"&gt;Databricks REST API&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;There is nothing about system status in the &lt;A href="https://learn.microsoft.com/en-gb/azure/databricks/admin/system-tables/" target="_self"&gt;System Tables&lt;/A&gt; schema.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 15:44:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/azure-databricks-status/m-p/116597#M3289</guid>
      <dc:creator>TheRealOliver</dc:creator>
      <dc:date>2025-04-25T15:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Azure Databricks Status</title>
      <link>https://community.databricks.com/t5/administration-architecture/azure-databricks-status/m-p/116602#M3291</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/123180"&gt;@TheRealOliver&lt;/a&gt;&amp;nbsp;thanks. Yes, but have you come across someone doing his, i mean listening to the status 365 days a year 24x7....with current mail subscription, we have alert fatigue as our mail box is also leveraged for other workloads also &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 16:11:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/azure-databricks-status/m-p/116602#M3291</guid>
      <dc:creator>noorbasha534</dc:creator>
      <dc:date>2025-04-25T16:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Azure Databricks Status</title>
      <link>https://community.databricks.com/t5/administration-architecture/azure-databricks-status/m-p/116619#M3292</link>
      <description>&lt;P&gt;I agree that status updates must be useful and actionable.&lt;/P&gt;&lt;P&gt;If I understood your question correctly, you want to have the Databricks service notifications to be available in a Databricks table. I wouldn't use email subscription for this. I would use the webhook approach.&lt;/P&gt;&lt;P&gt;I am not proficient with Azure though so I can only describe the design in general terms:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Deploy a serverless HTTP endpoint (maybe with Azure Logic Apps or Azure Functions). The purpose of the endpoint would be to save incoming requests to blob storage.&lt;/LI&gt;&lt;LI&gt;Submit the endpoint URL to the status page and configure which notifications you want to receive.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Set up incremental ingestion from blob storage in Databricks and trigger it by a schedule at a desired frequency to collect the notifications from blob storage and save them to a Delta table.&lt;/LI&gt;&lt;LI&gt;Set up downstream processes that would trigger other actions in response to specific notifications.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 18:30:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/azure-databricks-status/m-p/116619#M3292</guid>
      <dc:creator>TheRealOliver</dc:creator>
      <dc:date>2025-04-25T18:30:33Z</dc:date>
    </item>
  </channel>
</rss>

