You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-connector/how-to-integrate-cosmos-db.md
+33-10Lines changed: 33 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,40 @@
1
1
---
2
-
title: Integrate Azure Cosmos DB with Service Connector
3
-
description: Integrate Azure Cosmos DB into your application with Service Connector
4
-
author: shizn
5
-
ms.author: xshi
2
+
title: Integrate the Azure Cosmos DB Mongo API with Service Connector
3
+
description: Integrate the Azure Cosmos DB Mongo API into your application with Service Connector
4
+
author: maud-lv
5
+
ms.author: malev
6
6
ms.service: service-connector
7
+
ms.topic: how-to
8
+
ms.date: 08/11/2022
7
9
ms.custom: event-tier1-build-2022
8
-
ms.topic: how-to
9
-
ms.date: 06/13/2022
10
10
---
11
11
12
-
# Integrate Azure Cosmos DB with Service Connector
12
+
# Integrate the Azure Cosmos DB Mondo API with Service Connector
13
13
14
-
This page shows the supported authentication types and client types of Azure Cosmos DB using Service Connector. You might still be able to connect to Azure Cosmos DB in other programming languages without using Service Connector. This page also shows default environment variable names and values (or Spring Boot configuration) you get when you create the service connection. You can learn more about [Service Connector environment variable naming convention](concept-service-connector-internals.md).
14
+
This page shows the supported authentication types and client types for the Azure Cosmos DB Mongo API using Service Connector. You might still be able to connect to Azure Cosmos DB in other programming languages without using Service Connector. This page also shows default environment variable names and values (or Spring Boot configuration) you get when you create the service connection. You can learn more about [Service Connector environment variable naming convention](concept-service-connector-internals.md).
15
15
16
-
## Supported compute service
16
+
## Supported compute services
17
17
18
18
- Azure App Service
19
19
- Azure Container Apps
20
-
- Azure Spring Cloud
20
+
- Azure Spring Apps
21
21
22
22
## Supported authentication types and client types
23
23
24
+
Supported authentication and clients for App Service, Container Apps and Azure Spring Apps:
25
+
26
+
### [Azure App Service](#tab/app-service)
27
+
28
+
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
| Java - Spring Boot |||||
52
+
53
+
---
54
+
32
55
## Default environment variable names or application properties
33
56
34
57
Use the connection details below to connect compute services to Cosmos DB. For each example below, replace the placeholder texts `<mongo-db-admin-user>`, `<password>`, `<mongo-db-server>`, `<subscription-ID>`, `<resource-group-name>`, `<database-server>`, `<client-secret>`, and `<tenant-id>` with your Mongo DB Admin username, password, Mongo DB server, subscription ID, resource group name, database server, client secret and tenant ID.
0 commit comments