title | description | author | ms.author | ms.service | ms.topic | ms.date |
---|---|---|---|---|---|---|
Integrate Azure App Configuration with Service Connector |
Integrate Azure App Configuration into your application with Service Connector |
maud-lv |
malev |
service-connector |
how-to |
03/02/2022 |
This page shows the supported authentication types and client types of Azure App Configuration using Service Connector. You might still be able to connect to App Configuration in other programming languages without using Service Connector. You can learn more about the Service Connector environment variable naming convention.
- Azure App Service
- Azure Spring Cloud
Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
---|---|---|---|---|
.NET | ![]() |
![]() |
![]() |
![]() |
Java | ![]() |
![]() |
![]() |
![]() |
Node.js | ![]() |
![]() |
![]() |
![]() |
Python | ![]() |
![]() |
![]() |
![]() |
[!div class="mx-tdBreakAll"]
Default environment variable name Description Sample value AZURE_APPCONFIGURATION_CONNECTIONSTRING Your App Configuration Connection String Endpoint=https://{AppConfigurationName}.azconfig.io;Id={ID};Secret={secret}
Default environment variable name | Description | Sample value |
---|---|---|
AZURE_APPCONFIGURATION_ENDPOINT | App Configuration endpoint | https://{AppConfigurationName}.azconfig.io |
Default environment variable name | Description | Sample value |
---|---|---|
AZURE_APPCONFIGURATION_ENDPOINT | App Configuration Endpoint | https://{AppConfigurationName}.azconfig.io |
AZURE_APPCONFIGURATION_CLIENTID | Your client ID | UserAssignedMiClientId |
Default environment variable name | Description | Sample value |
---|---|---|
AZURE_APPCONFIGURATION_ENDPOINT | App Configuration Endpoint | https://{AppConfigurationName}.azconfig.io |
AZURE_APPCONFIGURATION_CLIENTID | Your client ID | {yourClientID} |
AZURE_APPCONFIGURATION_CLIENTSECRET | Your client secret | {yourClientSecret} |
AZURE_APPCONFIGURATION_TENANTID | Your tenant ID | {yourTenantID} |
Follow the tutorial listed below to learn more about Service Connector.
[!div class="nextstepaction"] Learn about Service Connector concepts