Skip to content

Commit 3c761e6

Browse files
author
Christine WANJAU
committed
update text
1 parent 1d0ae9c commit 3c761e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-app-configuration/howto-import-export-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@ From the Azure CLI, follow the steps below. If you don't have the Azure CLI inst
336336
337337
:::image type="content" source="./media/import-export/continue-export-file-prompt.png" alt-text="Screenshot of the CLI. Export to a file confirmation prompt.":::
338338
339-
By default, feature flags exported to a file will be declared using the [.NET Feature Management schema](https://github.com/microsoft/FeatureManagement/blob/main/Schema/FeatureManagement.v2.0.0.schema.json). If there are variant flags, they will be declared using the Microsoft Feature Management schema.
339+
By default, feature flags exported to a file will use the [.NET Feature Management schema](https://github.com/microsoft/FeatureManagement/blob/main/Schema/FeatureManagement.v2.0.0.schema.json). If there are variant flags, they will use the Microsoft Feature Management schema.
340340
341-
To export feature flags to a file declared using only the [Microsoft Feature Management schema](https://github.com/microsoft/FeatureManagement-Dotnet/blob/main/schemas/FeatureManagement.Dotnet.v1.0.0.schema.json), set the environment variable `AZURE_APPCONFIG_FM_COMPATIBLE` to `False`.
341+
To export feature flags using only the [Microsoft Feature Management schema](https://github.com/microsoft/FeatureManagement-Dotnet/blob/main/schemas/FeatureManagement.Dotnet.v1.0.0.schema.json), set the environment variable `AZURE_APPCONFIG_FM_COMPATIBLE` to `False`.
342342
343343
You've exported key-values and feature flags that have the "prod" label to a configuration file, and have trimmed the prefix "TestApp". Values are separated by ";" in the file.
344344

0 commit comments

Comments
 (0)