maud-lv / serviceconnector-webapp-appconfig-dotnet

sample to connect Azure WebApp with AppConfig via ServiceConnector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

page_type languages products description urlFragment
sample
csharp
service connector
Sample projects to connect Azure WebApp to App Configuration via Service Connector
serviceconnector-webapp-appconfig-dotnet

Connect Azure WebApp to App Configuration via ServiceConnector

Overview

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.

Sample list

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

Useful References

Code of Conduct

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.

License

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.

About

sample to connect Azure WebApp with AppConfig via ServiceConnector

License:MIT License


Languages

Language:C# 44.1%Language:HTML 39.5%Language:CSS 11.0%Language:JavaScript 5.3%