Skip to content

Commit 6efaffa

Browse files
committed
fix link format
1 parent b66edb4 commit 6efaffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/quotas/how-to-guide-monitoring-alerting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ The simplest way to create a quota alert is to use the Azure portal. Follow thes
5050

5151
### Create alerts using API
5252

53-
Alerts can be created programmatically using the [**Monitoring API**](https://learn.microsoft.com/rest/api/monitor/scheduledqueryrule-2018-04-16/scheduled-query-rules/create-or-update?tabs=HTTP). This API can be used to create or update a log search rule.
53+
Alerts can be created programmatically using the [**Monitoring API**](/rest/api/monitor/scheduledqueryrule-2018-04-16/scheduled-query-rules/create-or-update?tabs=HTTP). This API can be used to create or update a log search rule.
5454

5555
`PUT https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}?api-version=2018-04-16`
5656

57-
For a sample request body, see the [API documentation](https://learn.microsoft.com/rest/api/monitor/scheduledqueryrule-2018-04-16/scheduled-query-rules/create-or-update?tabs=HTTP)
57+
For a sample request body, see the [API documentation](/rest/api/monitor/scheduledqueryrule-2018-04-16/scheduled-query-rules/create-or-update?tabs=HTTP)
5858

5959
### Create alerts using Azure Resource Graph query
6060

0 commit comments

Comments
 (0)