You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My thought was adding logic to loadFromAzure that would look for a new env var called AZURE_APP_CONFIG_LABELS. This value would be passed to getAppConfigurations. In getAppConfigurations, the labels would be passed to client.listConfigurationSettings into the labelFilter key for the ListConfigurationSettingsOptions property.
The text was updated successfully, but these errors were encountered:
I'm interested in providing a contribution to add support for keys with labels (https://docs.microsoft.com/en-us/azure/azure-app-configuration/concept-key-value#label-keys).
My thought was adding logic to
loadFromAzure
that would look for a new env var calledAZURE_APP_CONFIG_LABELS
. This value would be passed togetAppConfigurations
. IngetAppConfigurations
, the labels would be passed toclient.listConfigurationSettings
into thelabelFilter
key for theListConfigurationSettingsOptions
property.The text was updated successfully, but these errors were encountered: