Skip to content

Files

Latest commit

225d5c7 · Mar 7, 2022

History

History
67 lines (48 loc) · 4.04 KB

how-to-integrate-app-configuration.md

File metadata and controls

67 lines (48 loc) · 4.04 KB
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

Integrate Azure App Configuration with Service Connector

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.

Supported compute services

  • Azure App Service
  • Azure Spring Cloud

Supported authentication types and client types

Client type System-assigned managed identity User-assigned managed identity Secret/connection string Service principal
.NET yes icon yes icon yes icon yes icon
Java yes icon yes icon yes icon yes icon
Node.js yes icon yes icon yes icon yes icon
Python yes icon yes icon yes icon yes icon

Default environment variable names or application properties

.NET, Java, Node.JS, Python

Secret / connection string

[!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}

System-assigned managed identity

Default environment variable name Description Sample value
AZURE_APPCONFIGURATION_ENDPOINT App Configuration endpoint https://{AppConfigurationName}.azconfig.io

User-assigned managed identity

Default environment variable name Description Sample value
AZURE_APPCONFIGURATION_ENDPOINT App Configuration Endpoint https://{AppConfigurationName}.azconfig.io
AZURE_APPCONFIGURATION_CLIENTID Your client ID UserAssignedMiClientId

Service principal

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}

Next steps

Follow the tutorial listed below to learn more about Service Connector.

[!div class="nextstepaction"] Learn about Service Connector concepts