Draft
Conversation
…and documentation Agent-Logs-Url: https://github.com/CompositionalIT/farmer/sessions/2dd27535-b488-4936-9edc-e1733dfe024c Co-authored-by: ninjarobot <1520226+ninjarobot@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add support for Azure App Configuration
Add support for Azure App Configuration
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an Azure App Configuration builder covering configuration stores, feature flags, and key-value items. Builds on the approach from PR #1244 (Ryan-Palmer) with fixes, additional properties, tests, and documentation.
New files
Arm/ConfigurationStore.fs— ARM types:ConfigurationStore,ConfigFeatureFlag,KeyValueBuilders/Builders.ConfigurationStore.fs—configurationStorebuilder withFeatureFlagConfigandKeyValueConfigrecord typesTests/ConfigurationStore.fs— 15 unit testsdocs/.../app-configuration.md— full documentation pageChanges vs PR #1244
Sku,DataPlaneAuthenticationMode) moved toCommon.fsper Farmer conventionAzFeatureFlag→ConfigFeatureFlagto avoid shadowingFarmer.FeatureFlagdisableLocalAuth,enablePurgeProtection,publicNetworkAccess,softDeleteRetentionInDays,dataPlaneProxy) default toNonerather than being hardcodedfeature_flagsreplaced by additiveadd_feature_flag/add_feature_flagsoperationsadd_key_value/add_key_values) with optional labels, content type, and per-item tagsEndpointmember returning an ARM expression for the data plane endpointI have read the contributing guidelines and have completed the following:
If I haven't completed any of the tasks above, I include the reasons why here:
End-to-end Azure subscription testing not performed in this automated environment.
Below is a minimal example configuration that includes the new features, which can be used to deploy to Azure: