Cannot export Arm Template for App configuration .

Aaron Marback 20 Reputation points Microsoft Employee
2025-08-15T22:05:11.0833333+00:00

Arm template and bicep file missing a ton of information when i try to export the arm template for an azure app configuration with the error below:

{"code":"ExportTemplateCompletedWithErrors","message":"Export template operation completed with errors. Some resources were not exported. Please see details for more information.","details":[{"code":"ExportTemplateProviderError","target":"Microsoft.AppConfiguration/configurationStores/experimentation","message":"Could not get resources of the type 'Microsoft.AppConfiguration/configurationStores/experimentation'. Resources of this type will not be exported."}]}

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
{count} votes

Accepted answer
  1. Krishna Chowdary Paricharla 2,390 Reputation points Microsoft External Staff Moderator
    2025-08-19T00:15:58.5266667+00:00

    Hello Aaron Marback,

    As per error ExportTemplateCompletedWithErrors – Could not get resources of type 'Microsoft.AppConfiguration/configurationStores/experimentation' is a known limitation of the ARM/Bicep export feature.

    Microsoft documents that when exporting a template, some resource types are not included if they aren’t supported by ARM schema, especially child/data-plane resources (like App Configuration feature flags, key-values, or experiments). Reference: Export template limitations – Microsoft Docs 

    The export will give you the App Configuration store definition only. Missing items (experiments, flags, key-values) must be added manually in ARM/Bicep or created separately via Azure CLI/PowerShell. 

    So, the export isn’t failing — it’s working as designed with limitations.

    Kindly consider clicking "Accept the answer" — this helps others in the community who might be looking for similar information. Appreciate your engagement! 
    User's image

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.