Skip to content

Commit d835206

Browse files
committed
fix
1 parent 273ad92 commit d835206

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/azure-app-configuration/quickstart-feature-flag-go-console.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ The feature management support extends the dynamic configuration feature in App
3030

3131
Add a feature flag called *Beta* to the App Configuration store and leave **Label** and **Description** with their default values. For more information about how to add feature flags to a store using the Azure portal or the CLI, go to [Create a feature flag](./manage-feature-flags.md#create-a-feature-flag).
3232

33-
> [!div class="mx-imgBorder"]
34-
> ![Enable feature flag named Beta](./media/add-beta-feature-flag.png)
33+
:::image type="content" source="./media/add-beta-feature-flag.png" alt-text="Screenshot of creating a feature flag.":::
3534

3635
## Use a feature flag
3736

articles/azure-app-configuration/quickstart-feature-flag-go-gin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The feature management support extends the dynamic configuration feature in App
3030

3131
Add a feature flag called *Beta* to the App Configuration store and leave **Label** and **Description** with their default values. For more information about how to add feature flags to a store using the Azure portal or the CLI, go to [Create a feature flag](./manage-feature-flags.md#create-a-feature-flag).
3232

33-
:::image type="content" source="./media/add-beta-feature-flag.png" alt-text="Screenshot of creating a feature flag.":::
33+
:::image type="content" source="./media/add-beta-feature-flag.png" alt-text="Screenshot of creating a feature flag.":::
3434

3535
## Create a Go web application
3636

articles/azure-app-configuration/quickstart-feature-flag-javascript.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ The JavaScript Feature Management libraries extend the framework with feature fl
2828

2929
Add a feature flag called *Beta* to the App Configuration store and leave **Label** and **Description** with their default values. For more information about how to add feature flags to a store using the Azure portal or the CLI, go to [Create a feature flag](./manage-feature-flags.md#create-a-feature-flag).
3030

31-
:::image type="content" source="./media/add-beta-feature-flag.png" alt-text="Screenshot of creating a feature flag.":::
31+
> [!div class="mx-imgBorder"]
32+
> ![Enable feature flag named Beta](./media/add-beta-feature-flag.png)
3233
3334

3435
## Use the feature flag

0 commit comments

Comments
 (0)