Skip to content

Commit 62a79f0

Browse files
committed
Update compute services
1 parent 9692032 commit 62a79f0

15 files changed

+146
-201
lines changed

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

Lines changed: 2 additions & 1 deletion
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: 03/02/2022
8+
ms.date: 06/13/2022
99
---
1010

1111
# Integrate Azure App Configuration with Service Connector
@@ -15,6 +15,7 @@ This page shows the supported authentication types and client types of Azure App
1515
## Supported compute services
1616

1717
- Azure App Service
18+
- Azure Container Apps
1819
- Azure Spring Cloud
1920

2021
## Supported authentication types and client types

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,28 @@ ms.author: xshi
66
ms.service: service-connector
77
ms.custom: event-tier1-build-2022
88
ms.topic: how-to
9-
ms.date: 05/03/2022
9+
ms.date: 06/13/2022
1010
---
1111

12-
# Integrate Apache kafka on Confluent Cloud with Service Connector
12+
# Integrate Apache Kafka on Confluent Cloud with Service Connector
1313

1414
This page shows the supported authentication types and client types of Apache kafka on Confluent Cloud with Service 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. 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
19+
- Azure Container Apps
1920
- Azure Spring Cloud
2021

2122
## Supported Authentication types and client types
2223

23-
| Client Type | System-assigned Managed Identity | User-assigned Managed Identity | Secret/ConnectionString | Service Principal |
24-
| --- | --- | --- | --- | --- |
25-
| .NET | | | ![yes icon](./media/green-check.png) | |
26-
| Java | | | ![yes icon](./media/green-check.png) | |
27-
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
28-
| Node.js | | | ![yes icon](./media/green-check.png) | |
29-
| Python | | | ![yes icon](./media/green-check.png) | |
24+
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
25+
|--------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
26+
| .NET | | | ![yes icon](./media/green-check.png) | |
27+
| Java | | | ![yes icon](./media/green-check.png) | |
28+
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
29+
| Node.js | | | ![yes icon](./media/green-check.png) | |
30+
| Python | | | ![yes icon](./media/green-check.png) | |
3031

3132
## Default environment variable names or application properties
3233

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

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: xshi
66
ms.service: service-connector
77
ms.custom: event-tier1-build-2022
88
ms.topic: how-to
9-
ms.date: 05/03/2022
9+
ms.date: 06/13/2022
1010
---
1111

1212
# Integrate Azure Cosmos DB with Service Connector
@@ -16,38 +16,36 @@ This page shows the supported authentication types and client types of Azure Cos
1616
## Supported compute service
1717

1818
- Azure App Service
19+
- Azure Container Apps
1920
- Azure Spring Cloud
2021

21-
## Supported Authentication types and client types
22-
23-
| Client Type | System-assigned Managed Identity | User-assigned Managed Identity | Secret/ConnectionString | Service Principal |
24-
| --- | --- | --- | --- | --- |
25-
| .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) |
26-
| 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) |
27-
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
28-
| 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) |
29-
| 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) |
22+
## Supported authentication types and client types
3023

24+
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
25+
|--------------------|--------------------------------------|--------------------------------------|--------------------------------------|--------------------------------------|
26+
| .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) |
27+
| 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) |
28+
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
29+
| 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) |
30+
| 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) |
3131

3232
## Default environment variable names or application properties
3333

34-
### Dotnet, Java, Nodejs, and Go
35-
36-
**Secret/ConnectionString**
34+
### Secret / Connection string
3735

3836
| Default environment variable name | Description | Example value |
3937
| --- | --- | --- |
4038
| AZURE_COSMOS_CONNECTIONSTRING | Mango DB in Cosmos DB connection string | `mongodb://{mango-db-admin-user}:{********}@{mango-db-server}.mongo.cosmos.azure.com:10255/?ssl=true&replicaSet=globaldb&retrywrites=false&maxIdleTimeMS=120000&appName=@{mango-db-server}@` |
4139

42-
**System-assigned Managed Identity**
40+
### System-assigned managed identity
4341

4442
| Default environment variable name | Description | Example value |
4543
| --- | --- | --- |
4644
| AZURE_COSMOS_LISTCONNECTIONSTRINGURL | The URL to get the connection string | `https://management.azure.com/subscriptions/{your-subscription-id}/resourceGroups/{your-resource-group-name}/providers/Microsoft.DocumentDB/databaseAccounts/{your-database-server}/listConnectionStrings?api-version=2021-04-15` |
4745
| AZURE_COSMOS_SCOPE | Your managed identity scope | `https://management.azure.com/.default` |
4846
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint| `https://{your-database-server}.documents.azure.com:443/` |
4947

50-
**User-assigned Managed Identity**
48+
### User-assigned managed identity
5149

5250
| Default environment variable name | Description | Example value |
5351
| --- | --- | --- |
@@ -57,7 +55,7 @@ This page shows the supported authentication types and client types of Azure Cos
5755
| AZURE_COSMOS_SUBSCRIPTIONID | Your subscription ID | `{your-subscription-id}` |
5856
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint| `https://{your-database-server}.documents.azure.com:443/` |
5957

60-
**Service Principal**
58+
### Service principal
6159

6260
| Default environment variable name | Description | Example value |
6361
| --- | --- | --- |

articles/service-connector/how-to-integrate-event-hubs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: malev
66
ms.service: service-connector
77
ms.custom: event-tier1-build-2022
88
ms.topic: how-to
9-
ms.date: 05/03/2022
9+
ms.date: 06/13/2022
1010
---
1111

1212
# Integrate Azure Event Hubs with Service Connector
@@ -16,6 +16,7 @@ This page shows the supported authentication types and client types of Azure Eve
1616
## Supported compute services
1717

1818
- Azure App Service
19+
- Azure Container Apps
1920
- Azure Spring Cloud
2021

2122
## Supported authentication types and client types

articles/service-connector/how-to-integrate-key-vault.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: xshi
66
ms.service: service-connector
77
ms.custom: event-tier1-build-2022
88
ms.topic: how-to
9-
ms.date: 05/03/2022
9+
ms.date: 06/13/2022
1010
---
1111

1212
# Integrate Azure Key Vault with Service Connector
@@ -19,11 +19,12 @@ This page shows the supported authentication types and client types of Azure Key
1919
## Supported compute service
2020

2121
- Azure App Service
22+
- Azure Container Apps
2223
- Azure Spring Cloud
2324

24-
## Supported Authentication types and client types
25+
## Supported authentication types and client types
2526

26-
| Client Type | System-assigned Managed Identity | User-assigned Managed Identity | Secret/ConnectionString | Service Principal |
27+
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2728
| --- | --- | --- | --- | --- |
2829
| .NET | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) |
2930
| Java | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) |
@@ -35,22 +36,22 @@ This page shows the supported authentication types and client types of Azure Key
3536

3637
### .NET, Java, Node.JS, Python
3738

38-
**System-assigned Managed Identity**
39+
#### System-assigned managed identity
3940

4041
| Default environment variable name | Description | Example value |
4142
| --- | --- | --- |
4243
| AZURE_KEYVAULT_SCOPE | Your Azure RBAC scope | `https://management.azure.com/.default` |
4344
| AZURE_KEYVAULT_RESOURCEENDPOINT | Your Key Vault endpoint | `https://{yourKeyVault}.vault.azure.net/` |
4445

45-
**User-assigned Managed Identity**
46+
#### User-assigned managed identity
4647

4748
| Default environment variable name | Description | Example value |
4849
| --- | --- | --- |
4950
| AZURE_KEYVAULT_SCOPE | Your Azure RBAC scope | `https://management.azure.com/.default` |
5051
| AZURE_KEYVAULT_RESOURCEENDPOINT | Your Key Vault endpoint | `https://{yourKeyVault}.vault.azure.net/` |
5152
| AZURE_KEYVAULT_CLIENTID | Your Client ID | `{yourClientID}` |
5253

53-
**Service Principal**
54+
#### Service principal
5455

5556
| Default environment variable name | Description | Example value |
5657
| --- | --- | --- |
@@ -62,7 +63,7 @@ This page shows the supported authentication types and client types of Azure Key
6263

6364
### Java - Spring Boot
6465

65-
**Service Principal**
66+
#### Java - Spring Boot service principal
6667

6768
| Default environment variable name | Description | Example value |
6869
| --- | --- | --- |

articles/service-connector/how-to-integrate-mysql.md

Lines changed: 23 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: xshi
66
ms.service: service-connector
77
ms.custom: event-tier1-build-2022
88
ms.topic: how-to
9-
ms.date: 05/03/2022
9+
ms.date: 06/13/2022
1010
---
1111

1212
# Integrate Azure Database for MySQL with Service Connector
@@ -16,53 +16,46 @@ This page shows the supported authentication types and client types of Azure Dat
1616
## Supported compute service
1717

1818
- Azure App Service
19+
- Azure Container Apps
1920
- Azure Spring Cloud
2021

21-
## Supported Authentication types and client types
22+
## Supported authentication types and client types
2223

23-
| Client Type | System-assigned Managed Identity | User-assigned Managed Identity | Secret/ConnectionString | Service Principal |
24-
| --- | --- | --- | --- | --- |
25-
| .NET (MySqlConnector) | | | ![yes icon](./media/green-check.png) | |
26-
| Java (JDBC) | | | ![yes icon](./media/green-check.png) | |
27-
| Java - Spring Boot (JDBC) | | | ![yes icon](./media/green-check.png) | |
28-
| Node.js (mysql) | | | ![yes icon](./media/green-check.png) | |
29-
| Python (mysql-connector-python) | | | ![yes icon](./media/green-check.png) | |
30-
| Python-Django | | | ![yes icon](./media/green-check.png) | |
31-
| Go (go-sql-driver for mysql) | | | ![yes icon](./media/green-check.png) | |
32-
| PHP (mysqli) | | | ![yes icon](./media/green-check.png) | |
33-
| Ruby (mysql2) | | | ![yes icon](./media/green-check.png) | |
24+
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
25+
|---------------------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
26+
| .NET (MySqlConnector) | | | ![yes icon](./media/green-check.png) | |
27+
| Java (JDBC) | | | ![yes icon](./media/green-check.png) | |
28+
| Java - Spring Boot (JDBC) | | | ![yes icon](./media/green-check.png) | |
29+
| Node.js (mysql) | | | ![yes icon](./media/green-check.png) | |
30+
| Python (mysql-connector-python) | | | ![yes icon](./media/green-check.png) | |
31+
| Python-Django | | | ![yes icon](./media/green-check.png) | |
32+
| Go (go-sql-driver for mysql) | | | ![yes icon](./media/green-check.png) | |
33+
| PHP (mysqli) | | | ![yes icon](./media/green-check.png) | |
34+
| Ruby (mysql2) | | | ![yes icon](./media/green-check.png) | |
3435

3536
## Default environment variable names or application properties
3637

37-
### .NET (MySqlConnector)
38-
39-
**Secret/ConnectionString**
38+
### .NET (MySqlConnector) secret / connection string
4039

4140
| Default environment variable name | Description | Example value |
4241
| --- | --- | --- |
4342
| AZURE_MYSQL_CONNECTIONSTRING | ADO.NET MySQL connection string | `Server={MySQLName}.mysql.database.azure.com;Database={MySQLDbName};Port=3306;SSL Mode=Required;User Id={MySQLUsername};Password={TestDbPassword}` |
4443

45-
### Java (JDBC)
46-
47-
**Secret/ConnectionString**
44+
### Java (JDBC) secret / connection string
4845

4946
| Default environment variable name | Description | Example value |
5047
| --- | --- | --- |
5148
| AZURE_MYSQL_CONNECTIONSTRING | JDBC MySQL connection string | `jdbc:mysql://{MySQLName}.mysql.database.azure.com:3306/{MySQLDbName}?sslmode=required&user={MySQLUsername}&password={Uri.EscapeDataString(TestDbPassword)}` |
5249

53-
### Java - Spring Boot (JDBC)
54-
55-
**Secret/ConnectionString**
50+
### Java - Spring Boot (JDBC) secret / connection string
5651

5752
| Application properties | Description | Example value |
5853
| --- | --- | --- |
5954
| spring.datatsource.url | Spring Boot JDBC database URL | `jdbc:mysql://{MySQLName}.mysql.database.azure.com:3306/{MySQLDbName}?sslmode=required` |
6055
| spring.datatsource.username | Database username | `{MySQLUsername}@{MySQLName}` |
6156
| spring.datatsource.password | Database password | `****` |
6257

63-
### Node.js (mysql)
64-
65-
**Secret/ConnectionString**
58+
### Node.js (mysql) secret / connection string
6659

6760
| Default environment variable name | Description | Example value |
6861
|---------|---------|---------|
@@ -73,9 +66,7 @@ This page shows the supported authentication types and client types of Azure Dat
7366
| AZURE_MYSQL_PORT | Port number | `3306` |
7467
| AZURE_MYSQL_SSL | SSL option | `true` |
7568

76-
### Python (mysql-connector-python)
77-
78-
**Secret/ConnectionString**
69+
### Python (mysql-connector-python) secret / connection string
7970

8071
| Default environment variable name | Description | Example value |
8172
| --- | --- | --- |
@@ -84,9 +75,7 @@ This page shows the supported authentication types and client types of Azure Dat
8475
| AZURE_MYSQL_PASSWORD | Database password | `****` |
8576
| AZURE_MYSQL_USER | Database Username | `{MySQLUsername}@{MySQLName}` |
8677

87-
### Python-Django
88-
89-
**Secret/ConnectionString**
78+
### Python-Django secret / connection string
9079

9180
| Default environment variable name | Description | Example value |
9281
| --- | --- | --- |
@@ -95,19 +84,13 @@ This page shows the supported authentication types and client types of Azure Dat
9584
| AZURE_MYSQL_PASSWORD | Database password | `****` |
9685
| AZURE_MYSQL_NAME | Database name | `MySQLDbName` |
9786

98-
99-
### Go (go-sql-driver for mysql)
100-
101-
**Secret/ConnectionString**
87+
### Go (go-sql-driver for mysql) secret / connection string
10288

10389
| Default environment variable name | Description | Example value |
10490
| --- | --- | --- |
10591
| AZURE_MYSQL_CONNECTIONSTRING | Go-sql-driver connection string | `{MySQLUsername}@{MySQLName}:{Password}@tcp({ServerHost}:{Port})/{Database}?tls=true` |
10692

107-
108-
### PHP (mysqli)
109-
110-
**Secret/ConnectionString**
93+
### PHP (mysqli) secret / connection string
11194

11295
| Default environment variable name | Description | Example value |
11396
|---------|---------|---------|
@@ -118,9 +101,7 @@ This page shows the supported authentication types and client types of Azure Dat
118101
| AZURE_MYSQL_PORT | Port number | `3306` |
119102
| AZURE_MYSQL_FLAG | SSL or other flags | `MYSQLI_CLIENT_SSL` |
120103

121-
### Ruby (mysql2)
122-
123-
**Secret/ConnectionString**
104+
### Ruby (mysql2) secret / connection string
124105

125106
| Default environment variable name | Description | Example value |
126107
|---------|---------|---------|

0 commit comments

Comments
 (0)