| page_type | sample | |||
|---|---|---|---|---|
| languages |
|
|||
| products |
|
|||
| description | Sample projects for Service Connector | |||
| urlFragment | serviceconnector-samples |
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 in management plane. 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 for Service Connector.
Below table shows the list of the samples available in this repository. Folder name is on convention "
| Folder | Description |
|---|---|
| appconfiguration-system-assigned-managed-identity | Sample of connecting Azure WebApp hosting Java application to Azure Keyvault |
| appconfiguration-user-assigned-managed-identity | Sample of connecting Azure WebApp hosting Java application to Azure Keyvault |
| appconfiguration-access-key | Sample of connecting Azure WebApp hosting DotNet application to Azure SignalR |
| appconfiguration-systemAssignedManagedIdentity | Sample of connecting Azure WebApp hosting Java application to Azure Keyvault |
| appconfiguration-userAssignedManagedIdentity | Sample of connecting Azure WebApp hosting Java application to Azure Keyvault |
| appconfiguration-accessKey | Sample of connecting Azure WebApp hosting DotNet application to Azure SignalR |
| mysqlSignal-systemAssignedManagedIdentity | Sample of connecting Azure WebApp hosting Java application to Azure Keyvault |
| mysqlSignal-userAssignedManagedIdentity | Sample of connecting Azure WebApp hosting Java application to Azure Keyvault |
| mysqlSignal-accessKey | Sample of connecting Azure WebApp hosting DotNet application to Azure SignalR |
| mysqlFlexible-systemAssignedManagedIdentity | Sample of connecting Azure WebApp hosting Java application to Azure Keyvault |
| mysqlFlexible-userAssignedManagedIdentity | Sample of connecting Azure WebApp hosting Java application to Azure Keyvault |
| mysqlFlexible-accessKey | Sample of connecting Azure WebApp hosting DotNet application to Azure SignalR |
| source | target | description |
|---|---|---|
| webapp | keyvalt | test |
| signalr | test | |
| azure spring cloud | keyvault | test |
| storage |
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
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.