Skip to content

Commit 698722a

Browse files
authored
Update broken link to Azure region locations API (#2845)
1 parent 83db58a commit 698722a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/database/cosmosdb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ additional values when introducing new operations.
195195

196196
**[2] `azure.cosmosdb.connection.mode`:** if not `gateway` (the default value is assumed to be `gateway`).
197197

198-
**[3] `azure.cosmosdb.operation.contacted_regions`:** Region name matches the format of `displayName` in [Azure Location API](https://learn.microsoft.com/rest/api/subscription/subscriptions/list-locations?view=rest-subscription-2021-10-01&tabs=HTTP#location)
198+
**[3] `azure.cosmosdb.operation.contacted_regions`:** Region name matches the format of `displayName` in [Azure Location API](https://learn.microsoft.com/rest/api/resources/subscriptions/list-locations)
199199

200200
**[4] `db.collection.name`:** It is RECOMMENDED to capture the value as provided by the application without attempting to do any case normalization.
201201

@@ -400,7 +400,7 @@ Instrumentations SHOULD document how `error.type` is populated.
400400

401401
**[7] `server.port`:** If using a port other than the default port for this DBMS and if `server.address` is set.
402402

403-
**[8] `azure.cosmosdb.operation.contacted_regions`:** Region name matches the format of `displayName` in [Azure Location API](https://learn.microsoft.com/rest/api/subscription/subscriptions/list-locations?view=rest-subscription-2021-10-01&tabs=HTTP#location)
403+
**[8] `azure.cosmosdb.operation.contacted_regions`:** Region name matches the format of `displayName` in [Azure Location API](https://learn.microsoft.com/rest/api/resources/subscriptions/list-locations)
404404

405405
**[9] `server.address`:** When observed from the client side, and when communicating through an intermediary, `server.address` SHOULD represent the server address behind any intermediaries, for example proxies, if it's available.
406406

docs/registry/attributes/azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This section defines attributes for Azure Cosmos DB.
3030
| <a id="azure-cosmosdb-request-body-size" href="#azure-cosmosdb-request-body-size">`azure.cosmosdb.request.body.size`</a> | int | Request payload size in bytes. | | ![Development](https://img.shields.io/badge/-development-blue) |
3131
| <a id="azure-cosmosdb-response-sub-status-code" href="#azure-cosmosdb-response-sub-status-code">`azure.cosmosdb.response.sub_status_code`</a> | int | Cosmos DB sub status code. | `1000`; `1002` | ![Development](https://img.shields.io/badge/-development-blue) |
3232

33-
**[1] `azure.cosmosdb.operation.contacted_regions`:** Region name matches the format of `displayName` in [Azure Location API](https://learn.microsoft.com/rest/api/subscription/subscriptions/list-locations?view=rest-subscription-2021-10-01&tabs=HTTP#location)
33+
**[1] `azure.cosmosdb.operation.contacted_regions`:** Region name matches the format of `displayName` in [Azure Location API](https://learn.microsoft.com/rest/api/resources/subscriptions/list-locations)
3434

3535
---
3636

model/azure/registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ groups:
6161
it indicates that the operation was performed on multiple regions i.e. cross-regional call.
6262
note: >
6363
Region name matches the format of `displayName`
64-
in [Azure Location API](https://learn.microsoft.com/rest/api/subscription/subscriptions/list-locations?view=rest-subscription-2021-10-01&tabs=HTTP#location)
64+
in [Azure Location API](https://learn.microsoft.com/rest/api/resources/subscriptions/list-locations)
6565
examples:
6666
- ["North Central US", "Australia East", "Australia Southeast"]
6767
- id: azure.cosmosdb.response.sub_status_code

0 commit comments

Comments
 (0)