Skip to content

Commit 9af14e4

Browse files
authored
Merge pull request #195095 from v-sidlama/sl-az-pt7
[BrokenLinksH2] Fixed the link path
2 parents c232548 + 0830a9a commit 9af14e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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](https://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](https://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

articles/azure-monitor/logs/api/authentication-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before beginning, make sure you have all the values required to make OAuth2 call
2929

3030
In the client credentials flow, the token is used with the ARM endpoint. A single request is made to receive a token, using the application permissions provided during the Azure AD application setup.
3131
The resource requested is: <https://management.azure.com/>.
32-
You can also use this flow to request a token to [https://api.loganalytics.io](https://api.loganalytics.io/). Replace the "resource" in the example.
32+
You can also use this flow to request a token to `https://api.loganalytics.io`. Replace the "resource" in the example.
3333

3434
#### Client Credentials Token URL (POST request)
3535

articles/azure-monitor/logs/api/request-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: article
99
# Azure Monitor Log Analytics API request format
1010

1111
There are two endpoints through which you can communicate with the Log Analytics API:
12-
- A direct URL for the API: [api.loganalytics.io](https://api.loganalytics.io/)
12+
- A direct URL for the API: `https://api.loganalytics.io`
1313
- Through Azure Resource Manager (ARM).
1414

1515
While the URLs are different, the query parameters are the same for each endpoint. Both endpoints require authorization through Azure Active Directory (Azure AD).

0 commit comments

Comments
 (0)