Skip to content

Commit 7e54d2b

Browse files
authored
Merge pull request #288397 from maud-lv/ml-g-sc-computelist
Add AKS to all compute lists
2 parents b299065 + 11b2c3a commit 7e54d2b

26 files changed

+57
-32
lines changed

articles/service-connector/concept-service-connector-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The concept of *service connection* is a key concept in the resource model of Se
2626
| Property | Description |
2727
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2828
| Connection Name | The unique name of the service connection. |
29-
| Source Service Type | Source services are services you can connect to target services. They are usually Azure compute services and they include Azure App Service, Azure Functions, Azure Container Apps and Azure Spring Apps.
29+
| Source Service Type | Source services are services you can connect to target services. They are usually Azure compute services and they include Azure App Service, Azure Container Apps, Azure Functions, Azure Kubernetes Service (AKS) and Azure Spring Apps.
3030
| Target Service Type | Target services are backing services or dependency services that your compute services connect to. Service Connector supports various target service types including major databases, storage, real-time services, state, and secret stores. |
3131
| Client Type | Client type refers to your compute runtime stack, development framework, or specific type of client library that accepts the specific format of the connection environment variables or properties. |
3232
| Authentication Type | The authentication type used for the service connection. It could be a secret/connection string, a managed identity, or a service principal. |

articles/service-connector/how-to-integrate-ai-services.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ This page shows supported authentication methods and clients, and shows sample c
1818
Service Connector can be used to connect the following compute services to Azure AI Services:
1919

2020
- Azure App Service
21-
- Azure Functions
2221
- Azure Container Apps
22+
- Azure Functions
23+
- Azure Kubernetes Service (AKS)
2324
- Azure Spring Apps
2425

2526
## Supported authentication types and client types

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ This page shows supported authentication methods and clients, and shows sample c
1717
Service Connector can be used to connect the following compute services to Azure App Configuration:
1818

1919
- Azure App Service
20-
- Azure Functions
2120
- Azure Container Apps
21+
- Azure Functions
22+
- Azure Kubernetes Service (AKS)
2223
- Azure Spring Apps
2324

2425
## Supported authentication types and client types

articles/service-connector/how-to-integrate-cognitive-services.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ This page shows supported authentication methods and clients, and shows sample c
1818
Service Connector can be used to connect the following compute services to an Azure AI multi-service resource:
1919

2020
- Azure App Service
21-
- Azure Functions
2221
- Azure Container Apps
22+
- Azure Functions
23+
- Azure Kubernetes Service (AKS)
2324
- Azure Spring Apps
2425

2526
## Supported authentication types and client types

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ This page shows supported authentication methods and clients to connect Apache K
1717
Service Connector can be used to connect the following compute services to Apache Kafka on Confluent Cloud:
1818

1919
- Azure App Service
20-
- Azure Functions
2120
- Azure Container Apps
21+
- Azure Functions
22+
- Azure Kubernetes Service (AKS)
2223
- Azure Spring Apps
2324

2425
## Supported Authentication types and client types

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ This page shows supported authentication methods and clients, and shows sample c
1717
Service Connector can be used to connect the following compute services to Azure Cosmos DB for Apache Cassandra:
1818

1919
- Azure App Service
20-
- Azure Functions
2120
- Azure Container Apps
21+
- Azure Functions
22+
- Azure Kubernetes Service (AKS)
2223
- Azure Spring Apps
2324

2425
## Supported authentication types and client types

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ This page shows supported authentication methods and clients, and shows sample c
1717
Service Connector can be used to connect the following compute services to Azure Cosmos DB for MongoDB:
1818

1919
- Azure App Service
20-
- Azure Functions
2120
- Azure Container Apps
21+
- Azure Functions
22+
- Azure Kubernetes Service (AKS)
2223
- Azure Spring Apps
2324

2425
## Supported authentication types and client types

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ This page shows supported authentication methods and clients, and shows sample c
1717
Service Connector can be used to connect the following compute services to Azure Cosmos DB for Apache Gremlin:
1818

1919
- Azure App Service
20-
- Azure Functions
2120
- Azure Container Apps
21+
- Azure Functions
22+
- Azure Kubernetes Service (AKS)
2223
- Azure Spring Apps
2324

2425
## Supported authentication types and client types

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ This page shows supported authentication methods and clients, and shows sample c
1717
Service Connector can be used to connect the following compute services to Azure Cosmos DB for NoSQL:
1818

1919
- Azure App Service
20-
- Azure Functions
2120
- Azure Container Apps
21+
- Azure Functions
22+
- Azure Kubernetes Service (AKS)
2223
- Azure Spring Apps
2324

2425
## Supported authentication types and client types

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ This page shows supported authentication methods and clients, and shows sample c
1717
Service Connector can be used to connect the following compute services to Azure Cosmos DB for Table:
1818

1919
- Azure App Service
20-
- Azure Functions
2120
- Azure Container Apps
21+
- Azure Functions
22+
- Azure Kubernetes Service (AKS)
2223
- Azure Spring Apps
2324

2425
## Supported authentication types and client types

0 commit comments

Comments
 (0)