page_type | languages | products | description | urlFragment | ||
---|---|---|---|---|---|---|
sample |
|
|
Sample projects to connect Azure WebApp to App Configuration via Service Connector |
serviceconnector-webapp-appconfig-dotnet |
Service Connector is an Azure-managed service that helps developers easily connect compute service to target backing services. This service configures the network settings and connection information (for example, generating environment variables) between compute service and target backing service. Developers just use preferred SDK or library that consumes the connection information to do data plane operations against target backing service.
Service Connector supports Azure WebApp, Azure Spring Cloud as source of connection, and over 10+ Azure services as target, such as PostgreSQL, MySQL, Storage, Keyvault, ServiceBus, SignalR etc.
This repository contains sample projects to connect Azure WebApp to App Configuration via ServiceConnector.
Below table shows the list of samples in this repository. All authentication types between Azure WebApp and App Configuration are covered.
Sample | Description |
---|---|
system-managed-identity | Sample of connecting Azure WebApp hosting DotNet application to AppConfig with system Managed Identity |
user-assigned-managed-identity | Sample of connecting Azure WebApp hosting DotNet application to AppConfig with user assigned Managed Identity |
service-principal | Sample of connecting Azure WebApp hosting DotNet application to AppConfig with service principal |
connection-string | Sample of connecting Azure WebApp hosting DotNet application to AppConfig with connection string |
- More samples to connect Azure services to service.
- Learn more about Service Connector.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.