Skip to content

Commit 8794a60

Browse files
committed
Add tabs
1 parent b3ab7eb commit 8794a60

15 files changed

+131
-60
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ 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-
### Azure App Service
23+
Supported authentication and clients for App Service, Container Apps and Azure Spring Apps:
24+
25+
### [Azure App Service](#tab/app-service)
2426

2527
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
2628
|-------------|:------------------------------------:|:------------------------------------:|:------------------------------------:|:------------------------------------:|
@@ -30,7 +32,7 @@ This page shows the supported authentication types and client types of Azure App
3032
| 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) |
3133
| 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) |
3234

33-
### Azure Container Apps
35+
### [Azure Container Apps](#tab/container-apps)
3436

3537
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
3638
|-------------|:------------------------------------:|:------------------------------------:|:------------------------------------:|:------------------------------------:|
@@ -40,12 +42,14 @@ This page shows the supported authentication types and client types of Azure App
4042
| 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) |
4143
| 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) |
4244

43-
### Azure Spring Cloud
45+
### [Azure Spring Apps](#tab/spring-apps)
4446

4547
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
4648
|-------------|:------------------------------------:|:------------------------------:|:------------------------------------:|:------------------------------------:|
4749
| Java | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
4850

51+
---
52+
4953
## Default environment variable names or application properties
5054

5155
Use the connection details below to connect compute services to Azure App Configuration stores instances. For each example below, replace the placeholder texts

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ 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-
### Azure App Service
24+
Supported authentication and clients for App Service, Container Apps and Azure Spring Apps:
25+
26+
### [Azure App Service](#tab/app-service)
2527

2628
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2729
|--------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
@@ -34,7 +36,7 @@ This page shows the supported authentication types and client types of Apache ka
3436
| Ruby | | | ![yes icon](./media/green-check.png) | |
3537
| None | | | ![yes icon](./media/green-check.png) | |
3638

37-
### Azure Container Apps
39+
### [Azure Container Apps](#tab/container-apps)
3840

3941
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
4042
|--------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
@@ -47,13 +49,15 @@ This page shows the supported authentication types and client types of Apache ka
4749
| Ruby | | | ![yes icon](./media/green-check.png) | |
4850
| None | | | ![yes icon](./media/green-check.png) | |
4951

50-
### Azure Spring Apps
52+
### [Azure Spring Apps](#tab/spring-apps)
5153

5254
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
5355
|--------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
5456
| Java | | | ![yes icon](./media/green-check.png) | |
5557
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
5658

59+
---
60+
5761
## Default environment variable names or application properties
5862

5963
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.

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,17 @@ ms.custom: event-tier1-build-2022
1313

1414
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-
### Azure App Service
24+
Supported authentication and clients for App Service, Container Apps and Azure Spring Apps:
25+
26+
### [Azure App Service](#tab/app-service)
2527

2628
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2729
|--------------------|--------------------------------------|--------------------------------------|--------------------------------------|--------------------------------------|
@@ -31,7 +33,7 @@ This page shows the supported authentication types and client types for the Azur
3133
| 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) |
3234
| 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) |
3335

34-
### Azure Container Apps
36+
### [Azure Container Apps](#tab/container-apps)
3537

3638
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
3739
|--------------------|--------------------------------------|--------------------------------------|--------------------------------------|--------------------------------------|
@@ -41,13 +43,15 @@ This page shows the supported authentication types and client types for the Azur
4143
| 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) |
4244
| 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) |
4345

44-
### Azure Spring Cloud
46+
### [Azure Spring Apps](#tab/spring-apps)
4547

4648
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
4749
|--------------------|--------------------------------------|--------------------------------------|--------------------------------------|--------------------------------------|
4850
| Java | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
4951
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
5052

53+
---
54+
5155
## Default environment variable names or application properties
5256

5357
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.

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ This page shows the supported authentication types and client types of Azure Eve
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-
### Azure App Service
24+
Supported authentication and clients for App Service, Container Apps and Azure Spring Apps:
25+
26+
### [Azure App Service](#tab/app-service)
2527

2628
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2729
|---------------------|:------------------------------------:|:------------------------------------:|:------------------------------------:|:------------------------------------:|
@@ -34,7 +36,7 @@ This page shows the supported authentication types and client types of Azure Eve
3436
| 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) |
3537
| 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) |
3638

37-
### Azure Container Apps
39+
### [Azure Container Apps](#tab/container-apps)
3840

3941
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
4042
|---------------------|:------------------------------------:|:------------------------------------:|:------------------------------------:|:------------------------------------:|
@@ -47,14 +49,16 @@ This page shows the supported authentication types and client types of Azure Eve
4749
| 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) |
4850
| 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) |
4951

50-
### Azure Spring Apps
52+
### [Azure Spring Apps](#tab/spring-apps)
5153

5254
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
5355
|---------------------|:------------------------------------:|:------------------------------------:|:------------------------------------:|:------------------------------------:|
5456
| Java | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
5557
| Java - Spring Boot | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
5658
| Kafka - Spring Boot | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
5759

60+
---
61+
5862
## Default environment variable names or application properties
5963

6064
Use the connection details below to connect compute services to Event Hubs. For each example below, replace the placeholder texts `<Event-Hubs-namespace>`, `<access-key-name>`, `<access-key-value>` `<client-ID>`, `<client-secret>`, and `<tenant-id>` with your Event Hubs namespace, shared access key name, shared access key value, client ID, client secret and tenant ID.

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ This page shows the supported authentication types and client types of Azure Dat
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-
### Azure App Service
24+
Supported authentication and clients for App Service, Container Apps and Azure Spring Apps:
25+
26+
### [Azure App Service](#tab/app-service)
2527

2628
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2729
|---------------------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
@@ -36,7 +38,7 @@ This page shows the supported authentication types and client types of Azure Dat
3638
| Ruby (mysql2) | | | ![yes icon](./media/green-check.png) | |
3739
| None | | | ![yes icon](./media/green-check.png) | |
3840

39-
### Azure Container Apps
41+
### [Azure Container Apps](#tab/container-apps)
4042

4143
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
4244
|---------------------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
@@ -51,13 +53,15 @@ This page shows the supported authentication types and client types of Azure Dat
5153
| Ruby (mysql2) | | | ![yes icon](./media/green-check.png) | |
5254
| None | | | ![yes icon](./media/green-check.png) | |
5355

54-
### Azure Spring Cloud
56+
### [Azure Spring Apps](#tab/spring-apps)
5557

5658
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
5759
|---------------------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
5860
| Java (JDBC) | | | ![yes icon](./media/green-check.png) | |
5961
| Java - Spring Boot (JDBC) | | | ![yes icon](./media/green-check.png) | |
6062

63+
---
64+
6165
## Default environment variable names or application properties
6266

6367
Use the connection details below to connect compute services to Azure Database for MySQL. For each example below, replace the placeholder texts `<MySQL-DB-name>`, `<MySQL-DB-username>`, `<MySQL-DB-password>`, `<server-host>`, and `<port>` with your Azure Database for MySQL name, Azure Database for MySQL username, Azure Database for MySQL password, server host, and port.

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ This page shows the supported authentication types and client types of Azure Dat
1717

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

2222
## Supported authentication types and client types
2323

24-
### Azure App Service
24+
Supported authentication and clients for App Service, Container Apps and Azure Spring Apps:
25+
26+
### [Azure App Service](#tab/app-service)
2527

2628
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2729
|---------------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
@@ -36,7 +38,7 @@ This page shows the supported authentication types and client types of Azure Dat
3638
| Ruby (ruby-pg) | | | ![yes icon](./media/green-check.png) | |
3739
| None | | | ![yes icon](./media/green-check.png) | |
3840

39-
### Azure App Configuration
41+
### [Azure Container Apps](#tab/container-apps)
4042

4143
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
4244
|---------------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
@@ -51,13 +53,15 @@ This page shows the supported authentication types and client types of Azure Dat
5153
| Ruby (ruby-pg) | | | ![yes icon](./media/green-check.png) | |
5254
| None | | | ![yes icon](./media/green-check.png) | |
5355

54-
### Azure Spring Cloud
56+
### [Azure Spring Apps](#tab/spring-apps)
5557

5658
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
5759
|---------------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
5860
| Java (JDBC) | | | ![yes icon](./media/green-check.png) | |
5961
| Java - Spring Boot (JDBC) | | | ![yes icon](./media/green-check.png) | |
6062

63+
---
64+
6165
## Default environment variable names or application properties
6266

6367
Use the connection details below to connect compute services to PostgreSQL. For each example below, replace the placeholder texts `<postgreSQL-server-name>`, `<database-name>`, `<username>`, and `<password>` with your server name, database name, username and password.

0 commit comments

Comments
 (0)