azure-app-configuration-connector
Service icon

Azure App Configuration Connector

version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 10 May 2024
 by 
0.0
 (0 ratings)
azure-app-configuration-connector

Azure App Configuration Connector

Documentation
1.0.1

Quickstart guide

  1. Create a new Azure App Configuration and store your settings in key-value pairs (See Microsoft.com for instructions)

  2. Retrieve a connection string from your Azure App Configuration instance in Azure Portal (can be found under Settings > Access settings) and store it in your preferred location in your OutSystems environment (e.g. in a Site Property)


  3. Whenever you need to retrieve a settings value from Azure App Configuration, call the GetKeyValuePair server action from the AzureAppConfigurationConnector_Ext module


Supported functionality

Version 1.0.0 of the Azure App Configuration Connector contains the following functionality (more may be added later, depending on user feedback):

  • GetKeyValuePair (server action):
    Retrieves setting values from Azure App Configuration
    • Input parameters:
      • Key: the key of the key-value pair value you want to retrieve
      • Label (optional): the label for which you want to retrieve the key-value pair value (see the Azure documentation for more info)
      • ConnectionString: needed to connect to your Azure App Configuration instance (see Quickstart guide on how to obtain this)
    • Output parameters:
      • Value: the value of the requested key-value pair retrieved from Azure App Configuration

1.0.0

Quickstart guide

  1. Create a new Azure App Configuration and store your settings in key-value pairs (See Microsoft.com for instructions)

  2. Retrieve a connection string from your Azure App Configuration instance in Azure Portal (can be found under Settings > Access settings) and store it in your preferred location in your OutSystems environment (e.g. in a Site Property)


  3. Whenever you need to retrieve a settings value from Azure App Configuration, call the GetKeyValuePair server action from the AzureAppConfigurationConnector_Ext module


Supported functionality

Version 1.0.0 of the Azure App Configuration Connector contains the following functionality (more may be added later, depending on user feedback):

  • GetKeyValuePair (server action):
    Retrieves setting values from Azure App Configuration
    • Input parameters:
      • Key: the key of the key-value pair value you want to retrieve
      • Label (optional): the label for which you want to retrieve the key-value pair value (see the Azure documentation for more info)
      • ConnectionString: needed to connect to your Azure App Configuration instance (see Quickstart guide on how to obtain this)
    • Output parameters:
      • Value: the value of the requested key-value pair retrieved from Azure App Configuration