@@ -20,11 +20,13 @@ This page shows the supported authentication types and client types of Azure Key
2020
2121- Azure App Service
2222- Azure Container Apps
23- - Azure Spring Cloud
23+ - Azure Spring Apps
2424
2525## Supported authentication types and client types
2626
27- ### Azure App Service
27+ Supported authentication and clients for App Service, Container Apps and Azure Spring Apps:
28+
29+ ### [ Azure App Service] ( #tab/app-service )
2830
2931| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
3032| --------------------| --------------------------------------| --------------------------------------| ----------------------------| --------------------------------------|
@@ -35,7 +37,7 @@ This page shows the supported authentication types and client types of Azure Key
3537| Python | ![ yes icon] ( ./media/green-check.png ) | ![ yes icon] ( ./media/green-check.png ) | | ![ yes icon] ( ./media/green-check.png ) |
3638| None | ![ yes icon] ( ./media/green-check.png ) | ![ yes icon] ( ./media/green-check.png ) | | ![ yes icon] ( ./media/green-check.png ) |
3739
38- ### Azure Container Apps
40+ ### [ Azure Container Apps] ( #tab/container-apps )
3941
4042| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
4143| --------------------| --------------------------------------| --------------------------------------| ----------------------------| --------------------------------------|
@@ -45,13 +47,15 @@ This page shows the supported authentication types and client types of Azure Key
4547| Python | ![ yes icon] ( ./media/green-check.png ) | ![ yes icon] ( ./media/green-check.png ) | | ![ yes icon] ( ./media/green-check.png ) |
4648| None | ![ yes icon] ( ./media/green-check.png ) | ![ yes icon] ( ./media/green-check.png ) | | ![ yes icon] ( ./media/green-check.png ) |
4749
48- ### Azure Spring Cloud
50+ ### [ Azure Spring Apps ] ( #tab/spring-apps )
4951
5052| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
5153| --------------------| --------------------------------------| --------------------------------------| ----------------------------| --------------------------------------|
5254| Java | ![ yes icon] ( ./media/green-check.png ) | | | ![ yes icon] ( ./media/green-check.png ) |
5355| Java - Spring Boot | | | | ![ yes icon] ( ./media/green-check.png ) |
5456
57+ ---
58+
5559## Default environment variable names or application properties
5660
5761Use the connection details below to connect compute services to Azure Key Vault. For each example below, replace the placeholder texts ` <vault-name> ` , ` <client-ID> ` , ` <client-secret> ` , and ` <tenant-id> ` with your key vault name, client-ID, client secret and tenant ID.
0 commit comments