Skip to content

Commit 8dda597

Browse files
committed
fix tab name
1 parent e857df7 commit 8dda597

33 files changed

+52
-49
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: event-tier1-build-2022
1616
1717
This page shows supported authentication methods and clients, and shows sample code you can use to connect Azure Key Vault to other cloud services using Service Connector. You might still be able to connect to Azure Key Vault 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.
1818

19-
## Supported compute service
19+
## Supported compute services
2020

2121
- Azure App Service
2222
- Azure Container Apps

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page shows supported authentication methods and clients, and shows sample c
1515

1616
[!INCLUDE [Azure-database-for-mysql-single-server-deprecation](../mysql/includes/azure-database-for-mysql-single-server-deprecation.md)]
1717

18-
## Supported compute service
18+
## Supported compute services
1919

2020
- Azure App Service. You can get the configurations from Azure App Service configurations.
2121
- Azure Container Apps. You can get the configurations from Azure Container Apps environment variables.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: event-tier1-build-2022, engagement-fy23
1313

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

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

1818
- Azure App Service
1919
- Azure App Configuration

articles/service-connector/how-to-integrate-redis-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: event-tier1-build-2022
1313

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

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

1818
- Azure App Service
1919
- Azure Container Apps

articles/service-connector/how-to-integrate-storage-blob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 10/20/2023
1313

1414
This page shows the supported authentication types, client types and sample code of Azure Blob Storage 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.
1515

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

1818
- Azure App Service
1919
- Azure Container Apps

articles/service-connector/how-to-integrate-storage-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: event-tier1-build-2022
1313

1414
This page shows supported authentication methods and clients, and shows sample code you can use to connect Azure File Storage to other cloud services using Service Connector. You might still be able to connect to Azure File Storage 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.
1515

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

1818
- Azure App Service
1919
- Azure Container Apps

articles/service-connector/how-to-integrate-storage-queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: event-tier1-build-2022
1313

1414
This page shows supported authentication methods and clients, and shows sample code you can use to connect Azure Queue Storage to other cloud services using Service Connector. You might still be able to connect to Azure Queue Storage 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.
1515

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

1818
- Azure App Service
1919
- Azure Container Apps

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: event-tier1-build-2022
1313

1414
This page shows supported authentication methods and clients, and shows sample code you can use to connect Azure Table Storage to other cloud services using Service Connector. You might still be able to connect to Azure Table Storage 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.
1515

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

1818
- Azure App Service
1919
- Azure Container Apps

articles/service-connector/includes/code-appconfig-me-id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ ms.author: wchi
153153
);
154154
```
155155
156-
### [None](#tab/none)
157-
For other languages, you can use the connection information that Service Connector set to the environment variables to connect Azure App Configuration. For environment variable details, see [Integrate Azure App Configuration with Service Connector](../how-to-integrate-app-configuration.md).
156+
### [Other](#tab/none)
157+
For other languages, you can use the connection information that Service Connector sets to the environment variables to connect to Azure App Configuration. For environment variable details, see [Integrate Azure App Configuration with Service Connector](../how-to-integrate-app-configuration.md).

articles/service-connector/includes/code-appconfig-secret.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ ms.author: wchi
7373
const client = new appConfig.AppConfigurationClient(connection_string);
7474
```
7575

76-
### [None](#tab/none)
77-
For other languages, you can use the connection information that Service Connector set to the environment variables to connect Azure App Configuration. For environment variable details, see [Integrate Azure App Configuration with Service Connector](../how-to-integrate-app-configuration.md).
76+
### [Other](#tab/none)
77+
For other languages, you can use the connection information that Service Connector sets to the environment variables to connect to Azure App Configuration. For environment variable details, see [Integrate Azure App Configuration with Service Connector](../how-to-integrate-app-configuration.md).

0 commit comments

Comments
 (0)