Skip to content

Commit a1e3837

Browse files
Merge pull request #265076 from maud-lv/ml-sentencetable
Clarify table content
2 parents ba60a5c + 396fad1 commit a1e3837

20 files changed

+142
-67
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
---
22
title: Integrate Azure App Configuration with Service Connector
3-
description: Integrate Azure App Configuration into your application with Service Connector
3+
description: In this document, learn how to integrate Azure App Configuration into your application with Service Connector
44
author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: how-to
8-
ms.date: 10/26/2023
8+
ms.date: 02/02/2024
99
---
10+
1011
# Integrate Azure App Configuration with Service Connector
1112

1213
This page shows supported authentication methods and clients, and shows sample code you can use to connect Azure App Configuration to other cloud services using Service Connector. You might still be able to connect to App Configuration using other methods. This page also shows default environment variable names and values you get when you create the service connection.
1314

1415
## Supported compute services
1516

17+
Service Connector can be used to connect the following compute services to Azure App Configuration:
18+
1619
- Azure App Service
1720
- Azure Functions
1821
- Azure Container Apps
1922
- Azure Spring Apps
2023

2124
## Supported authentication types and client types
2225

23-
Supported authentication and clients for App Service, Azure Functions, Container Apps and Azure Spring Apps:
26+
The table below shows which combinations of authentication methods and clients are supported for connecting your compute service to Azure App Configuration using Service Connector. A “Yes” indicates that the combination is supported, while a “No” indicates that it is not supported.
2427

2528

2629
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
@@ -31,7 +34,7 @@ Supported authentication and clients for App Service, Azure Functions, Container
3134
| Python | Yes | Yes | Yes | Yes |
3235
| None | Yes | Yes | Yes | Yes |
3336

34-
---
37+
This table indicates that all combinations of client types and authentication methods in the table are supported. All client types can use any of the authentication methods to connect to Azure App Configuration using Service Connector.
3538

3639
## Default environment variable names or application properties and sample code
3740

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
---
2-
title: Integrate Apache kafka on Confluent Cloud with Service Connector
3-
description: Integrate Apache kafka on Confluent Cloud into your application with Service Connector
2+
title: Integrate Apache Kafka on Confluent Cloud with Service Connector
3+
description: In this document, learn how to integrate Apache Kafka on Confluent Cloud into your application with Service Connector
44
author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: how-to
8-
ms.date: 11/07/2023
8+
ms.date: 02/02/2024
99
ms.custom: event-tier1-build-2022
1010
---
11+
1112
# Integrate Apache Kafka on Confluent Cloud with Service Connector
1213

1314
This page shows supported authentication methods and clients to connect Apache Kafka on Confluent Cloud to other cloud services using Service Connector. You might still be able to connect to Apache Kafka on Confluent Cloud 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.
1415

1516
## Supported compute services
1617

18+
Service Connector can be used to connect the following compute services to Apache Kafka on Confluent Cloud:
19+
1720
- Azure App Service
1821
- Azure Functions
1922
- Azure Container Apps
2023
- Azure Spring Apps
2124

2225
## Supported Authentication types and client types
2326

24-
Supported authentication and clients for App Service, Azure Functions, Container Apps and Azure Spring Apps:
27+
The table below shows which combinations of client types and authentication methods are supported for connecting your compute service to Apache Kafka on Confluent Cloud using Service Connector. A “Yes” indicates that the combination is supported, while a “No” indicates that it is not supported.
2528

2629
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2730
|--------------------|----------------------------------|--------------------------------|----------------------------|-------------------|
@@ -32,6 +35,8 @@ Supported authentication and clients for App Service, Azure Functions, Container
3235
| Python | No | No | Yes | No |
3336
| None | No | No | Yes | No |
3437

38+
This table indicates that the only supported authentication method for all client types in the table is the Secret / connection string method. Other authentication methods are not supported for any of the client types.
39+
3540
## Default environment variable names or application properties
3641

3742
Use the connection details below to connect compute services to Kafka. For each example below, replace the placeholder texts `<server-name>`, `<Bootstrap-server-key>`, `<Bootstrap-server-secret>`, `<schema-registry-key>`, and `<schema-registry-secret>` with your server name, Bootstrap server key, Bootstrap server secret, schema registry key, and schema registry secret. For more information about naming conventions, check the [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article. Refer to [Kafka Client Examples](https://docs.confluent.io/cloud/current/client-apps/examples.html#) to build Kafka client applications on Confluent Cloud.

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
---
2-
title: Integrate the Azure Cosmos DB for Apache Cassandra with Service Connector
2+
title: Integrate Azure Cosmos DB for Apache Cassandra with Service Connector
33
description: Integrate the Azure Cosmos DB for Apache Cassandra into your application with Service Connector
44
author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: how-to
8-
ms.date: 10/25/2023
8+
ms.date: 02/02/2024
99
ms.custom: event-tier1-build-2022, ignite-2022
1010
---
11+
1112
# Integrate Azure Cosmos DB for Cassandra with Service Connector
1213

1314
This page shows supported authentication methods and clients, and shows sample code you can use to connect Azure Cosmos DB for Apache Cassandra to other cloud services using Service Connector. You might still be able to connect to the Azure Cosmos DB for Cassandra 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.
1415

1516
## Supported compute services
1617

18+
Service Connector can be used to connect the following compute services to Azure Cosmos DB for Apache Cassandra:
19+
1720
- Azure App Service
1821
- Azure Functions
1922
- Azure Container Apps
2023
- Azure Spring Apps
2124

2225
## Supported authentication types and client types
2326

24-
Supported authentication and clients for App Service, Azure Functions, Container Apps and Azure Spring Apps:
27+
The table below shows which combinations of client types and authentication methods are supported for connecting your compute service to Azure Cosmos DB for Apache Cassandra using Service Connector. A “Yes” indicates that the combination is supported, while a “No” indicates that it is not supported.
2528

2629
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2730
|--------------------|----------------------------------|--------------------------------|----------------------------|-------------------|
@@ -33,7 +36,7 @@ Supported authentication and clients for App Service, Azure Functions, Container
3336
| Python | Yes | Yes | Yes | Yes |
3437
| None | Yes | Yes | Yes | Yes |
3538

36-
---
39+
This table indicates that all combinations of client types and authentication methods in the table are supported, except for the Java - Spring Boot client type, which only supports the Secret / connection string method. All other client types can use any of the authentication methods to connect to Azure Cosmos DB for Apache Cassandra using Service Connector.
3740

3841
## Default environment variable names or application properties and Sample code
3942

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,26 @@ author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: how-to
8-
ms.date: 12/04/2023
8+
ms.date: 02/02/2024
99
ms.custom: event-tier1-build-2022, ignite-2022
10+
1011
---
1112
# Integrate Azure Cosmos DB for MongoDB with Service Connector
1213

1314
This page shows supported authentication methods and clients, and shows sample code you can use to connect the Azure Cosmos DB for MongoDB to other cloud services using Service Connector. You might still be able to connect to Azure Cosmos DB for MongoDB 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.
1415

1516
## Supported compute services
1617

18+
Service Connector can be used to connect the following compute services to Azure Cosmos DB for MongoDB:
19+
1720
- Azure App Service
1821
- Azure Functions
1922
- Azure Container Apps
2023
- Azure Spring Apps
2124

2225
## Supported authentication types and client types
2326

24-
Supported authentication and clients for App Service, Azure Functions, Container Apps, and Azure Spring Apps:
25-
27+
The table below shows which combinations of client types and authentication methods are supported for connecting your compute service to Azure Cosmos DB for MongoDB using Service Connector. A “Yes” indicates that the combination is supported, while a “No” indicates that it is not supported.
2628

2729
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2830
|--------------------|----------------------------------|--------------------------------|----------------------------|-------------------|
@@ -34,7 +36,7 @@ Supported authentication and clients for App Service, Azure Functions, Container
3436
| Go | Yes | Yes | Yes | Yes |
3537
| None | Yes | Yes | Yes | Yes |
3638

37-
---
39+
This table indicates that all combinations of client types and authentication methods in the table are supported, except for the Java - Spring Boot client type, which only supports the Secret / connection string method. All other client types can use any of the authentication methods to connect to Azure Cosmos DB for MongoDB using Service Connector.
3840

3941
## Default environment variable names or application properties and sample code
4042

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
---
2-
title: Integrate the Azure Cosmos DB for Apache Gremlin with Service Connector
2+
title: Integrate Azure Cosmos DB for Apache Gremlin with Service Connector
33
description: Integrate the Azure Cosmos DB for Apache Gremlin into your application with Service Connector
44
author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: how-to
8-
ms.date: 12/04/2023
8+
ms.date: 02/02/2024
99
ms.custom: event-tier1-build-2022, ignite-2022
1010
---
11+
1112
# Integrate the Azure Cosmos DB for Gremlin with Service Connector
1213

13-
This page shows supported authentication methods and clients, and shows sample code you can use to connect the Azure Cosmos DB for Apache Gremlin to other cloud services using Service Connector. You might still be able to connect to the Azure Cosmos DB for Gremlin in other programming languages without using Service Connector. This page also shows default environment variable names and values you get when you create the service connection.
14+
This page shows supported authentication methods and clients, and shows sample code you can use to connect Azure Cosmos DB for Apache Gremlin to other cloud services using Service Connector. You might still be able to connect to Azure Cosmos DB for Gremlin in other programming languages without using Service Connector. This page also shows default environment variable names and values you get when you create the service connection.
1415

1516
## Supported compute services
1617

18+
Service Connector can be used to connect the following compute services to Azure Cosmos DB for Apache Gremlin:
19+
1720
- Azure App Service
1821
- Azure Functions
1922
- Azure Container Apps
2023
- Azure Spring Apps
2124

2225
## Supported authentication types and client types
2326

24-
Supported authentication and clients for App Service, Azure Functions, Container Apps and Azure Spring Apps:
27+
The table below shows which combinations of client types and authentication methods are supported for connecting your compute service to Azure Cosmos DB for Apache Gremlin using Service Connector. A “Yes” indicates that the combination is supported, while a “No” indicates that it is not supported.
2528

2629
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2730
|-------------|----------------------------------|--------------------------------|----------------------------|-------------------|
@@ -33,7 +36,7 @@ Supported authentication and clients for App Service, Azure Functions, Container
3336
| Go | Yes | Yes | Yes | Yes |
3437
| None | Yes | Yes | Yes | Yes |
3538

36-
---
39+
This table indicates that all combinations of client types and authentication methods in the table are supported. All client types can use any of the authentication methods to connect to Azure Cosmos DB for Apache Gremlin using Service Connector.
3740

3841
## Default environment variable names or application properties and sample code
3942

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
---
22
title: Integrate the Azure Cosmos DB for NoSQL with Service Connector
3-
description: Integrate the Azure Cosmos DB SQL into your application with Service Connector
3+
description: Integrate the Azure Cosmos DB for NoSQL into your application with Service Connector
44
author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: how-to
8-
ms.date: 12/04/2023
8+
ms.date: 02/02/2024
99
ms.custom: event-tier1-build-2022, ignite-2022
10+
1011
---
1112
# Integrate the Azure Cosmos DB for NoSQL with Service Connector
1213

1314
This page shows supported authentication methods and clients, and shows sample code you can use to connect Azure Cosmos DB for NoSQL to other cloud services using Service Connector. You might still be able to connect to Azure Cosmos DB for NoSQL 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.
1415

1516
## Supported compute services
1617

18+
Service Connector can be used to connect the following compute services to Azure Cosmos DB for NoSQL:
19+
1720
- Azure App Service
1821
- Azure Functions
1922
- Azure Container Apps
2023
- Azure Spring Apps
2124

2225
## Supported authentication types and client types
2326

24-
Supported authentication and clients for App Service, Azure Functions, Container Apps and Azure Spring Apps:
27+
The table below shows which combinations of client types and authentication methods are supported for connecting your compute service to Azure Cosmos DB for NoSQL using Service Connector. A “Yes” indicates that the combination is supported, while a “No” indicates that it is not supported.
2528

2629
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2730
|--------------------|----------------------------------|--------------------------------|----------------------------|-------------------|
@@ -33,6 +36,7 @@ Supported authentication and clients for App Service, Azure Functions, Container
3336
| Go | Yes | Yes | Yes | Yes |
3437
| None | Yes | Yes | Yes | Yes |
3538

39+
This table indicates that all combinations of client types and authentication methods in the table are supported. All client types can use any of the authentication methods to connect to Azure Cosmos DB for NoSQL using Service Connector.
3640

3741
## Default environment variable names or application properties and Sample code
3842

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,26 @@ author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: how-to
8-
ms.date: 12/04/2023
8+
ms.date: 02/02/2024
99
ms.custom: event-tier1-build-2022, ignite-2022
10+
1011
---
1112
# Integrate the Azure Cosmos DB for Table with Service Connector
1213

1314
This page shows supported authentication methods and clients, and shows sample code you can use to connect the Azure Cosmos DB for Table to other cloud services using Service Connector. You might still be able to connect to the Azure Cosmos DB for Table in other programming languages without using Service Connector. This page also shows default environment variable names and values you get when you create the service connection.
1415

1516
## Supported compute services
1617

18+
Service Connector can be used to connect the following compute services to Azure Cosmos DB for Table:
19+
1720
- Azure App Service
1821
- Azure Functions
1922
- Azure Container Apps
2023
- Azure Spring Apps
2124

2225
## Supported authentication types and client types
2326

24-
Supported authentication and clients for App Service, Azure Functions, Container Apps and Azure Spring Apps:
27+
The table below shows which combinations of client types and authentication methods are supported for connecting your compute service to Azure Cosmos DB for Table using Service Connector. A “Yes” indicates that the combination is supported, while a “No” indicates that it is not supported.
2528

2629
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2730
|-------------|----------------------------------|--------------------------------|----------------------------|-------------------|
@@ -32,7 +35,7 @@ Supported authentication and clients for App Service, Azure Functions, Container
3235
| Go | Yes | Yes | Yes | Yes |
3336
| None | Yes | Yes | Yes | Yes |
3437

35-
---
38+
This table indicates that all combinations of client types and authentication methods in the table are supported. All client types can use any of the authentication methods to connect to Azure Cosmos DB for Table using Service Connector.
3639

3740
## Default environment variable names or application properties and sample code
3841

0 commit comments

Comments
 (0)