Skip to content

Commit 3124381

Browse files
authored
Merge pull request #200153 from seesharprun/jun1-editing-fixes
Cosmos DB | Link validation
2 parents 15fb0f7 + 10e8a9f commit 3124381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cosmos-db/dedicated-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ There are many different ways to provision a dedicated gateway:
8484

8585
- [Provision a dedicated gateway using the Azure Portal](how-to-configure-integrated-cache.md#provision-a-dedicated-gateway-cluster)
8686
- [Use Azure Cosmos DB's REAT API](/rest/api/cosmos-db-resource-provider/2021-04-01-preview/service/create)
87-
- [Azure CLI](/cli/azure/cosmosdb/service#az-cosmosdb-service-create)
87+
- [Azure CLI](/cli/azure/cosmosdb/service?view=azure-cli-latest&preserve-view=true#az-cosmosdb-service-create)
8888
- [ARM template](/azure/templates/microsoft.documentdb/databaseaccounts/services?tabs=bicep)
8989
- Note: You cannot deprovision a dedicated gateway using ARM templates
9090

articles/cosmos-db/how-to-setup-rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ The way you create a `TokenCredential` instance is beyond the scope of this arti
350350
- [In .NET](/dotnet/api/overview/azure/identity-readme#credential-classes)
351351
- [In Java](/java/api/overview/azure/identity-readme#credential-classes)
352352
- [In JavaScript](/javascript/api/overview/azure/identity-readme#credential-classes)
353-
- [In Python](/python/api/overview/azure/identity-readme#credential-classes)
353+
- [In Python](/python/api/overview/azure/identity-readme?view=azure-python&preserve-view=true#credential-classes)
354354

355355
The examples below use a service principal with a `ClientSecretCredential` instance.
356356

0 commit comments

Comments
 (0)