Skip to content

Commit 0830a9a

Browse files
committed
deactivated link
1 parent 354f2e9 commit 0830a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/logs/api/access-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: article
88
---
99
# Access the Azure Monitor Log Analytics API
1010

11-
You can communicate with the Azure Monitor Log Analytics API using this endpoint: api.loganalytics.io. To access the API, you must authenticate through Azure Active Directory (Azure AD).
11+
You can communicate with the Azure Monitor Log Analytics API using this endpoint: `https://api.loganalytics.io`. To access the API, you must authenticate through Azure Active Directory (Azure AD).
1212
## Public API format
1313

1414
The public API format is:
@@ -17,7 +17,7 @@ The public API format is:
1717
https://{hostname}/{api-version}/workspaces/{workspaceId}/query?[parameters]
1818
```
1919
where:
20-
- **hostname**: api.loganalytics.io
20+
- **hostname**: `https://api.loganalytics.io`
2121
- **api-version**: The API version. The current version is "v1"
2222
- **workspaceId**: Your workspace ID
2323
- **parameters**: The data required for this query

0 commit comments

Comments
 (0)