Does this MS learn page on Azure KQL work for you? [Easy points]

VeX Harbinger 20 Reputation points
2024-12-30T13:26:58.55+00:00

While doing the Kusto Query Language (KQL) Exercises;

  1. I can successfully access & query Azure Data Explorer (Per the example)
  2. I receive errors when I attempt to access Log Analytics Demo [Error Below]
  3. I can access the Resource Graph Explorer but the sample query returns zero results.

So easy question and points, can anyone else access and run the demos outlines in steps 2 & 3?

I'm just trying to tell if I have config issues with my Azure acct or the Demo site has config issues.

Pop-Up error states;

There was an authentication problem. Try signing out and signing in again Access to workspace 'CH1-LA' from '73.186.209.253' is denied. To allow access from public networks, change the workspace Networking settings or add it to a Network Security Perimeter. (workspace resource ID: /subscriptions/ebb79bc0-aa86-44a7-8111-cabbe0c43993/resourceGroups/ch1-opsrg-pri/providers/microsoft.operationalinsights/workspaces/CH1-LA) If the issue persists, please open a support ticket. Request id: 14e80474-723e-4ffb-833d-a9e263135154

Page error states;

  • "You do not have authorization to access this resource. /Demo"
  • Session ID 0606bb5314754ddaa953787443ed1f9f
  • Resource ID Not available
  • Extension Microsoft_OperationsManagementSuite_Workspace
  • Content LogsDemo.ReactView
  • Error code 403

Summary data;

{"shellProps":

{"sessionId": "d4c9cd2255e749d2bae52e2f40807513","extName": "Microsoft_OperationsManagementSuite_Workspace", "contentName": "LogsDemo.ReactView", "code": 403 }, "error": {"message": "You do not have authorization to access this resource. /Demo", "code": 403 }}

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,891 questions
0 comments No comments
{count} votes

Accepted answer
  1. Silvia Wibowo 4,491 Reputation points Microsoft Employee
    2024-12-31T03:17:58.7833333+00:00

    Hi @VeX Harbinger , I understand you're following guidance for KQL exercises but you have issues accessing Log Analytics Demo.

    I tried the link you provided for Log Analytics Demo using my Azure login. Result: I could access the workspace, but there was no table called "LAQueryLogs". I could successfully run this query:

    NetworkMonitoring
    | take 10
    

    For Resource Graph Explorer, it will query my own Azure subscription. I'm guessing that the reason you didn't get any result was because you don't have any storage account in your subscription. I have a couple of storage accounts, so the sample query gave me result.

    Please let me know if you have questions.


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.