Skip to content

Commit 8ba8846

Browse files
authored
Merge pull request #253155 from seesharprun/cosmos-retire-cert-auth-nosql
Cosmos DB | Retire `cosmos-db/nosql/certificate-based-authentication`
2 parents 2308f6e + 8372ceb commit 8ba8846

File tree

5 files changed

+6
-252
lines changed

5 files changed

+6
-252
lines changed

articles/cosmos-db/.openpublishing.redirection.cosmos-db.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5125,6 +5125,11 @@
51255125
"redirect_url": "/azure/cosmos-db/nosql/certificate-based-authentication",
51265126
"redirect_document_id": true
51275127
},
5128+
{
5129+
"source_path_from_root": "/articles/cosmos-db/nosql/certificate-based-authentication.md",
5130+
"redirect_url": "/azure/cosmos-db/nosql",
5131+
"redirect_document_id": false
5132+
},
51285133
{
51295134
"source_path_from_root": "/articles/cosmos-db/sql/change-feed-design-patterns.md",
51305135
"redirect_url": "/azure/cosmos-db/nosql/change-feed-design-patterns",

articles/cosmos-db/managed-identity-based-authentication.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,5 @@ Once published, the ``DefaultAzureCredential`` class will use credentials from t
331331
332332
## Next steps
333333
334-
- [Certificate-based authentication with Azure Cosmos DB and Azure Active Directory](certificate-based-authentication.md)
335334
- [Secure Azure Cosmos DB keys using Azure Key Vault](store-credentials-key-vault.md)
336335
- [Security baseline for Azure Cosmos DB](security-baseline.md)

articles/cosmos-db/nosql/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,8 +789,6 @@
789789
href: how-to-configure-cross-origin-resource-sharing.md
790790
- name: Use Azure Key Vault to store keys
791791
href: ../store-credentials-key-vault.md
792-
- name: Use certificates to access data
793-
href: certificate-based-authentication.md
794792
- name: Monitor
795793
items:
796794
- name: Monitor Azure Cosmos DB

articles/cosmos-db/nosql/certificate-based-authentication.md

Lines changed: 0 additions & 248 deletions
This file was deleted.

articles/cosmos-db/store-credentials-key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 11/07/2022
1818
[!INCLUDE[NoSQL, MongoDB, Cassandra, Gremlin, Table](includes/appliesto-nosql-mongodb-cassandra-gremlin-table.md)]
1919

2020
> [!IMPORTANT]
21-
> It's recommended to access Azure Cosmos DB is to use a [system-assigned managed identity](managed-identity-based-authentication.md). If your service cannot take advantage of managed identities then use the [certificate-based authentication](certificate-based-authentication.md). If both the managed identity solution and cert based solution do not meet your needs, please use the Azure Key vault solution in this article.
21+
> It's recommended to access Azure Cosmos DB is to use a [system-assigned managed identity](managed-identity-based-authentication.md). If both the managed identity solution and cert based solution do not meet your needs, please use the Azure Key vault solution in this article.
2222
2323
If you're using Azure Cosmos DB as your database, you connect to databases, container, and items by using an SDK, the API endpoint, and either the primary or secondary key.
2424

0 commit comments

Comments
 (0)