What is the rest api request url to get log analytics / diagnostic logging for a premium Azure databricks?

Thangamani, Nishanth 41 Reputation points
2022-02-23T06:48:15.657+00:00

Hi All,
I need a rest api url to view the logs of the azure databricks that already has diagnostic logging setup. Below documentation do not have any api url to access or get the logs. Can anyone please help with api url?

https://learn.microsoft.com/en-us/azure/databricks/administration-guide/account-settings/azure-diagnostic-logs

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,175 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
808 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,697 questions
{count} votes

Accepted answer
  1. James Hamil 24,661 Reputation points Microsoft Employee
    2022-02-25T00:15:23.457+00:00

    Hi @Thangamani, Nishanth , this document has a few samples you can test. Make sure you're putting in the right workspace ID with proper syntax.

    For example:

    GET https://api.loganalytics.io/v1/workspaces/63613592-b6f7-4c3d-a390-22ba13102111/query?query=Usage | take 10&timespan=PT12H  
    

    If this answer helped you please mark it as "Verified" so other users may reference it. If you have any questions please let me know.

    Thank you,
    James

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.