Skip to content

Commit be86aef

Browse files
authored
Merge pull request #207701 from maud-lv/ml-sc-authfix
List auth and client type per compute service
2 parents 7221f2e + 8794a60 commit be86aef

17 files changed

+471
-77
lines changed

articles/service-connector/how-to-integrate-app-configuration.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: how-to
8-
ms.date: 06/13/2022
8+
ms.date: 08/11/2022
99
---
1010

1111
# Integrate Azure App Configuration with Service Connector
@@ -16,16 +16,39 @@ This page shows the supported authentication types and client types of Azure App
1616

1717
- Azure App Service
1818
- Azure Container Apps
19-
- Azure Spring Cloud
19+
- Azure Spring Apps
2020

2121
## Supported authentication types and client types
2222

23+
Supported authentication and clients for App Service, Container Apps and Azure Spring Apps:
24+
25+
### [Azure App Service](#tab/app-service)
26+
27+
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
28+
|-------------|:------------------------------------:|:------------------------------------:|:------------------------------------:|:------------------------------------:|
29+
| .NET | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
30+
| Java | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
31+
| Node.js | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
32+
| Python | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
33+
| None | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
34+
35+
### [Azure Container Apps](#tab/container-apps)
36+
2337
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
2438
|-------------|:------------------------------------:|:------------------------------------:|:------------------------------------:|:------------------------------------:|
2539
| .NET | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
2640
| Java | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
2741
| Node.js | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
2842
| Python | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
43+
| None | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
44+
45+
### [Azure Spring Apps](#tab/spring-apps)
46+
47+
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
48+
|-------------|:------------------------------------:|:------------------------------:|:------------------------------------:|:------------------------------------:|
49+
| Java | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
50+
51+
---
2952

3053
## Default environment variable names or application properties
3154

articles/service-connector/how-to-integrate-confluent-kafka.md

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Integrate Apache kafka on Confluent Cloud with Service Connector
33
description: Integrate Apache kafka on Confluent Cloud into your application with Service Connector
4-
author: shizn
5-
ms.author: xshi
4+
author: maud-lv
5+
ms.author: malev
66
ms.service: service-connector
7-
ms.custom: event-tier1-build-2022
87
ms.topic: how-to
9-
ms.date: 06/13/2022
8+
ms.date: 08/11/2022
9+
ms.custom: event-tier1-build-2022
1010
---
1111

1212
# Integrate Apache Kafka on Confluent Cloud with Service Connector
@@ -17,17 +17,46 @@ This page shows the supported authentication types and client types of Apache ka
1717

1818
- Azure App Service
1919
- Azure Container Apps
20-
- Azure Spring Cloud
20+
- Azure Spring Apps
2121

2222
## Supported Authentication types and client types
2323

24+
Supported authentication and clients for App Service, Container Apps and Azure Spring Apps:
25+
26+
### [Azure App Service](#tab/app-service)
27+
2428
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2529
|--------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
2630
| .NET | | | ![yes icon](./media/green-check.png) | |
31+
| Go | | | ![yes icon](./media/green-check.png) | |
2732
| Java | | | ![yes icon](./media/green-check.png) | |
2833
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
2934
| Node.js | | | ![yes icon](./media/green-check.png) | |
3035
| Python | | | ![yes icon](./media/green-check.png) | |
36+
| Ruby | | | ![yes icon](./media/green-check.png) | |
37+
| None | | | ![yes icon](./media/green-check.png) | |
38+
39+
### [Azure Container Apps](#tab/container-apps)
40+
41+
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
42+
|--------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
43+
| .NET | | | ![yes icon](./media/green-check.png) | |
44+
| Go | | | ![yes icon](./media/green-check.png) | |
45+
| Java | | | ![yes icon](./media/green-check.png) | |
46+
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
47+
| Node.js | | | ![yes icon](./media/green-check.png) | |
48+
| Python | | | ![yes icon](./media/green-check.png) | |
49+
| Ruby | | | ![yes icon](./media/green-check.png) | |
50+
| None | | | ![yes icon](./media/green-check.png) | |
51+
52+
### [Azure Spring Apps](#tab/spring-apps)
53+
54+
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
55+
|--------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
56+
| Java | | | ![yes icon](./media/green-check.png) | |
57+
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
58+
59+
---
3160

3261
## Default environment variable names or application properties
3362

articles/service-connector/how-to-integrate-cosmos-db.md

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,40 @@
11
---
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
66
ms.service: service-connector
7+
ms.topic: how-to
8+
ms.date: 08/11/2022
79
ms.custom: event-tier1-build-2022
8-
ms.topic: how-to
9-
ms.date: 06/13/2022
1010
---
1111

12-
# Integrate Azure Cosmos DB with Service Connector
12+
# Integrate the Azure Cosmos DB Mondo API with Service Connector
1313

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).
1515

16-
## Supported compute service
16+
## Supported compute services
1717

1818
- Azure App Service
1919
- Azure Container Apps
20-
- Azure Spring Cloud
20+
- Azure Spring Apps
2121

2222
## Supported authentication types and client types
2323

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 |
29+
|--------------------|--------------------------------------|--------------------------------------|--------------------------------------|--------------------------------------|
30+
| .NET | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
31+
| Java | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
32+
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
33+
| Node.js | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
34+
| Go | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
35+
36+
### [Azure Container Apps](#tab/container-apps)
37+
2438
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2539
|--------------------|--------------------------------------|--------------------------------------|--------------------------------------|--------------------------------------|
2640
| .NET | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
@@ -29,6 +43,15 @@ This page shows the supported authentication types and client types of Azure Cos
2943
| Node.js | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
3044
| Go | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
3145

46+
### [Azure Spring Apps](#tab/spring-apps)
47+
48+
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
49+
|--------------------|--------------------------------------|--------------------------------------|--------------------------------------|--------------------------------------|
50+
| Java | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
51+
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
52+
53+
---
54+
3255
## Default environment variable names or application properties
3356

3457
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

Comments
 (0)