Skip to content

Commit 122b721

Browse files
committed
Review integrate docs
1 parent e1961da commit 122b721

15 files changed

+168
-95
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,13 @@ Supported authentication and clients for App Service, Container Apps and Azure S
4444

4545
### [Azure Spring Apps](#tab/spring-apps)
4646

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) |
47+
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
48+
|-------------|:------------------------------------:|:------------------------------------:|:------------------------------------:|:------------------------------------:|
49+
| .NET | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
50+
| Java | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
51+
| Node.js | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
52+
| Python | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
53+
| None | ![yes icon](./media/green-check.png) | | ![yes icon](./media/green-check.png) | ![yes icon](./media/green-check.png) |
5054

5155
---
5256

@@ -55,29 +59,27 @@ Supported authentication and clients for App Service, Container Apps and Azure S
5559
Use the connection details below to connect compute services to Azure App Configuration stores instances. For each example below, replace the placeholder texts
5660
`<App-Configuration-name>`, `<ID>`, `<secret>`, `<client-ID>`, `<client-secret>`, and `<tenant-ID>` with your App Configuration store name, ID, secret, client ID, client secret and tenant ID.
5761

58-
### .NET, Java, Node.JS, Python
59-
60-
#### Secret / connection string
62+
### Secret / connection string
6163

6264
> [!div class="mx-tdBreakAll"]
6365
> | Default environment variable name | Description | Sample value |
6466
> | --------------------------------- | ------------| ------------ |
6567
> | AZURE_APPCONFIGURATION_CONNECTIONSTRING | Your App Configuration Connection String | `Endpoint=https://<App-Configuration-name>.azconfig.io;Id=<ID>;Secret=<secret>` |
6668
67-
#### System-assigned managed identity
69+
### System-assigned managed identity
6870

6971
| Default environment variable name | Description | Sample value |
7072
|-----------------------------------|------------------------------|------------------------------------------------|
7173
| AZURE_APPCONFIGURATION_ENDPOINT | App Configuration endpoint | `https://<App-Configuration-name>.azconfig.io` |
7274

73-
#### User-assigned managed identity
75+
### User-assigned managed identity
7476

7577
| Default environment variable name | Description | Sample value |
7678
|-----------------------------------|----------------------------|-----------------------------------------------|
7779
| AZURE_APPCONFIGURATION_ENDPOINT | App Configuration Endpoint | `https://App-Configuration-name>.azconfig.io` |
7880
| AZURE_APPCONFIGURATION_CLIENTID | Your client ID | `<client-ID>` |
7981

80-
#### Service principal
82+
### Service principal
8183

8284
| Default environment variable name | Description | Sample value |
8385
|-------------------------------------|----------------------------|----------------------------------------------|

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,41 +28,41 @@ Supported authentication and clients for App Service, Container Apps and Azure S
2828
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
2929
|--------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
3030
| .NET | | | ![yes icon](./media/green-check.png) | |
31-
| Go | | | ![yes icon](./media/green-check.png) | |
3231
| Java | | | ![yes icon](./media/green-check.png) | |
3332
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
3433
| Node.js | | | ![yes icon](./media/green-check.png) | |
3534
| Python | | | ![yes icon](./media/green-check.png) | |
36-
| Ruby | | | ![yes icon](./media/green-check.png) | |
3735
| None | | | ![yes icon](./media/green-check.png) | |
3836

3937
### [Azure Container Apps](#tab/container-apps)
4038

4139
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
4240
|--------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
4341
| .NET | | | ![yes icon](./media/green-check.png) | |
44-
| Go | | | ![yes icon](./media/green-check.png) | |
4542
| Java | | | ![yes icon](./media/green-check.png) | |
4643
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
4744
| Node.js | | | ![yes icon](./media/green-check.png) | |
4845
| Python | | | ![yes icon](./media/green-check.png) | |
49-
| Ruby | | | ![yes icon](./media/green-check.png) | |
5046
| None | | | ![yes icon](./media/green-check.png) | |
5147

5248
### [Azure Spring Apps](#tab/spring-apps)
5349

5450
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
5551
|--------------------|----------------------------------|--------------------------------|--------------------------------------|-------------------|
52+
| .NET | | | ![yes icon](./media/green-check.png) | |
5653
| Java | | | ![yes icon](./media/green-check.png) | |
5754
| Java - Spring Boot | | | ![yes icon](./media/green-check.png) | |
55+
| Node.js | | | ![yes icon](./media/green-check.png) | |
56+
| Python | | | ![yes icon](./media/green-check.png) | |
57+
| None | | | ![yes icon](./media/green-check.png) | |
5858

5959
---
6060

6161
## Default environment variable names or application properties
6262

6363
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.
6464

65-
### .NET, Java, Node.JS and Python
65+
### Azure App Service and Azure Container Apps
6666

6767
| Default environment variable name | Description | Example value |
6868
|---------------------------------------------|------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
@@ -71,7 +71,7 @@ Use the connection details below to connect compute services to Kafka. For each
7171
| AZURE_CONFLUENTCLOUDSCHEMAREGISTRY_URL | Your Confluent registry URL | `https://psrc-<server-name>.westus2.azure.confluent.cloud` |
7272
| AZURE_CONFLUENTCLOUDSCHEMAREGISTRY_USERINFO | Your Confluent registry user information | `<schema-registry-key>:<schema-registry-secret>` |
7373

74-
### Spring Boot
74+
### Azure Spring Apps
7575

7676
| Default environment variable name | Description | Example value |
7777
|--------------------------------------------------------------|------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)