Skip to content

Commit f7f698a

Browse files
committed
fixing links and howto
1 parent d463e39 commit f7f698a

15 files changed

+31
-31
lines changed

.openpublishing.redirection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,12 +764,12 @@
764764
},
765765
{
766766
"source_path_from_root": "/articles/azure-app-configuration/use-variant-feature-flags.md",
767-
"redirect_url": "/azure/azure-app-configuration/how-to-variant-feature-flags",
767+
"redirect_url": "/azure/azure-app-configuration/howto-variant-feature-flags",
768768
"redirect_document_id": false
769769
},
770770
{
771771
"source_path_from_root": "/articles/azure-app-configuration/use-variant-feature-flags-aspnet-core.md",
772-
"redirect_url": "/azure/azure-app-configuration/how-to-variant-feature-flags-aspnet-core",
772+
"redirect_url": "/azure/azure-app-configuration/howto-variant-feature-flags-aspnet-core",
773773
"redirect_document_id": false
774774
},
775775
{

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@
161161
- name: Use variant feature flags
162162
items:
163163
- name: Overview
164-
href: how-to-variant-feature-flags.md
164+
href: howto-variant-feature-flags.md
165165
- name: ASP.NET Core
166-
href: how-to-variant-feature-flags-aspnet-core.md
166+
href: howto-variant-feature-flags-aspnet-core.md
167167
- name: Enable Azure monitoring
168168
items:
169169
- name: Monitor App Configuration

articles/azure-app-configuration/how-to-variant-feature-flags-aspnet-core.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ ms.date: 12/18/2024
1313

1414
# Tutorial: Use variant feature flags in an ASP.NET Core application
1515

16-
In this tutorial, you use a variant feature flag to manage experiences for different user segments in an example application, *Quote of the Day*. You utilize the variant feature flag created in [Use variant feature flags](./how-to-variant-feature-flags.md). Before proceeding, ensure you create the variant feature flag named *Greeting* in your App Configuration store.
16+
In this tutorial, you use a variant feature flag to manage experiences for different user segments in an example application, *Quote of the Day*. You utilize the variant feature flag created in [Use variant feature flags](./howto-variant-feature-flags.md). Before proceeding, ensure you create the variant feature flag named *Greeting* in your App Configuration store.
1717

1818
## Prerequisites
1919

2020
* Ensure the [.NET CLI](/dotnet/core/tools) is installed on your machine.
21-
* Follow the [Use variant feature flags](./how-to-variant-feature-flags.md) tutorial and create the variant feature flag named *Greeting*.
21+
* Follow the [Use variant feature flags](./howto-variant-feature-flags.md) tutorial and create the variant feature flag named *Greeting*.
2222

2323
## Create an ASP.NET Core web app
2424

@@ -249,13 +249,13 @@ In this tutorial, you use a variant feature flag to manage experiences for diffe
249249
```
250250
1. Once the application is loaded, select **Register** at the top right to register a new user.
251251
252-
:::image type="content" source="media/how-to-variant-feature-flags-aspnet-core/register.png" alt-text="Screenshot of the Quote of the day app, showing Register.":::
252+
:::image type="content" source="media/howto-variant-feature-flags-aspnet-core/register.png" alt-text="Screenshot of the Quote of the day app, showing Register.":::
253253
254254
1. Register a new user named *[email protected]*.
255255
256256
1. Select the link **Click here to validate email** after entering user information.
257257
258-
:::image type="content" source="media/how-to-variant-feature-flags-aspnet-core/click-to-confirm.png" alt-text="Screenshot of the Quote of the day app, showing click to confirm.":::
258+
:::image type="content" source="media/howto-variant-feature-flags-aspnet-core/click-to-confirm.png" alt-text="Screenshot of the Quote of the day app, showing click to confirm.":::
259259
260260
1. Repeat the same steps to register a second user named *[email protected]*.
261261
@@ -264,15 +264,15 @@ In this tutorial, you use a variant feature flag to manage experiences for diffe
264264
265265
1. Select **Login** at the top right to sign in as [email protected].
266266
267-
:::image type="content" source="media/how-to-variant-feature-flags-aspnet-core/login.png" alt-text="Screenshot of the Quote of the day app, showing **Login**.":::
267+
:::image type="content" source="media/howto-variant-feature-flags-aspnet-core/login.png" alt-text="Screenshot of the Quote of the day app, showing **Login**.":::
268268
269269
1. Once logged in, you see a long greeting message for **[email protected]**
270270
271-
:::image type="content" source="media/how-to-variant-feature-flags-aspnet-core/long-variant.png" alt-text="Screenshot of the Quote of the day app, showing a long message for the user.":::
271+
:::image type="content" source="media/howto-variant-feature-flags-aspnet-core/long-variant.png" alt-text="Screenshot of the Quote of the day app, showing a long message for the user.":::
272272
273273
1. Click *Logout* and login as **[email protected]**, you see the simple greeting message.
274274
275-
:::image type="content" source="media/how-to-variant-feature-flags-aspnet-core/simple-variant.png" alt-text="Screenshot of the Quote of the day app, showing a simple message for the user.":::
275+
:::image type="content" source="media/howto-variant-feature-flags-aspnet-core/simple-variant.png" alt-text="Screenshot of the Quote of the day app, showing a simple message for the user.":::
276276
277277
## Next steps
278278

articles/azure-app-configuration/how-to-variant-feature-flags-python.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ ms.date: 12/02/2024
1313

1414
# Use variant feature flags application
1515

16-
In this tutorial, you use a variant feature flag to manage experiences for different user segments in an example application, *Quote of the Day*. You utilize the variant feature flag created in [Use variant feature flags](./how-to-variant-feature-flags.md). Before proceeding, ensure you create the variant feature flag named *Greeting* in your App Configuration store.
16+
In this tutorial, you use a variant feature flag to manage experiences for different user segments in an example application, *Quote of the Day*. You utilize the variant feature flag created in [Use variant feature flags](./howto-variant-feature-flags.md). Before proceeding, ensure you create the variant feature flag named *Greeting* in your App Configuration store.
1717

1818
## Prerequisites
1919

2020
* Python 3.8 or later - for information on setting up Python on Windows, see the [Python on Windows documentation](/windows/python/)
21-
* Follow the [Use variant feature flags](./how-to-variant-feature-flags.md) tutorial and create the variant feature flag named *Greeting*.
21+
* Follow the [Use variant feature flags](./howto-variant-feature-flags.md) tutorial and create the variant feature flag named *Greeting*.
2222

2323
## Create a Python web app
2424

@@ -480,7 +480,7 @@ In this tutorial, you use a variant feature flag to manage experiences for diffe
480480
1. Wait for the app to start, and then open a browser and navigate to `http://localhost:5000/`.
481481
1. Once viewing the running application, select **Register** at the top right to register a new user.
482482
483-
:::image type="content" source="media/how-to-variant-feature-flags-python/register.png" alt-text="Screenshot of the Quote of the day app, showing Register.":::
483+
:::image type="content" source="media/howto-variant-feature-flags-python/register.png" alt-text="Screenshot of the Quote of the day app, showing Register.":::
484484
485485
1. Register a new user named *[email protected]*.
486486
@@ -491,15 +491,15 @@ In this tutorial, you use a variant feature flag to manage experiences for diffe
491491
492492
1. You're automatically logged in. You should see that [email protected] sees the long message when viewing the app.
493493
494-
:::image type="content" source="media/how-to-variant-feature-flags-python/special-message.png" alt-text="Screenshot of the Quote of the day app, showing a special message for the user.":::
494+
:::image type="content" source="media/howto-variant-feature-flags-python/special-message.png" alt-text="Screenshot of the Quote of the day app, showing a special message for the user.":::
495495
496496
1. Logout with using the **Logout** button in the top right.
497497
498498
1. Register a second user named *[email protected]*.
499499
500500
1. You're' automatically logged in. You should see that [email protected] sees the short message when viewing the app.
501501
502-
:::image type="content" source="media/how-to-variant-feature-flags-python/message.png" alt-text="Screenshot of the Quote of the day app, showing a message for the user.":::
502+
:::image type="content" source="media/howto-variant-feature-flags-python/message.png" alt-text="Screenshot of the Quote of the day app, showing a message for the user.":::
503503
504504
## Next steps
505505

articles/azure-app-configuration/how-to-variant-feature-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ In this tutorial, you create a web app named _Quote of the Day_. When the app is
7373
| Long | "I hope this makes your day!" | 25% |
7474

7575
2. Continue to the following instructions to use the variant feature flag in your application for the language or platform you're using.
76-
* [ASP.NET Core](./how-to-variant-feature-flags-aspnet-core.md)
76+
* [ASP.NET Core](./howto-variant-feature-flags-aspnet-core.md)

articles/azure-app-configuration/howto-geo-replication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ To create a replica of your configuration store in the portal, follow the steps
3737
1. In your App Configuration store, under **Settings**, select **Geo-replication**.
3838
1. Under **Replica(s)**, select **Create**. Choose the location of your new replica in the dropdown, then assign the replica a name. This replica name must be unique.
3939

40-
:::image type="content" source="./media/how-to-geo-replication-create-flow.png" alt-text="Screenshot of the Geo Replication button being highlighted as well as the create button for a replica.":::
40+
:::image type="content" source="./media/howto-geo-replication-create-flow.png" alt-text="Screenshot of the Geo Replication button being highlighted as well as the create button for a replica.":::
4141

4242
1. Select **Create**.
4343
1. You should now see your new replica listed under Replica(s). Check that the status of the replica is "Succeeded", which indicates that it was created successfully.
4444

45-
:::image type="content" source="media/how-to-geo-replication-created-replica-successfully.png" alt-text="Screenshot of the list of replicas that have been created for the configuration store.":::
45+
:::image type="content" source="media/howto-geo-replication-created-replica-successfully.png" alt-text="Screenshot of the list of replicas that have been created for the configuration store.":::
4646

4747
<!-- ### [Azure CLI](#tab/azure-cli)
4848
@@ -68,7 +68,7 @@ To delete a replica in the portal, follow the steps below.
6868
1. In your App Configuration store, under **Settings**, select **Geo-replication**.
6969
1. Under **Replica(s)**, select the **...** to the right of the replica you want to delete. Select **Delete** from the dropdown.
7070

71-
:::image type="content" source="./media/how-to-geo-replication-delete-flow.png" alt-text=" Screenshot showing the three dots on the right of the replica being selected, showing you the delete option.":::
71+
:::image type="content" source="./media/howto-geo-replication-delete-flow.png" alt-text=" Screenshot showing the three dots on the right of the replica being selected, showing you the delete option.":::
7272

7373
1. Verify the name of the replica to be deleted and select **OK** to confirm.
7474
1. Once the process is complete, check the list of replicas that the correct replica has been deleted.

articles/azure-app-configuration/howto-recover-deleted-stores-in-azure-app-configuration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ To create a new App Configuration store in the Azure portal, follow these steps
2727

2828
1. Sign in to the [Azure portal](https://portal.azure.com). In the upper-left corner of the home page, select **Create a resource**. In the **Search the Marketplace** box, type *App Configuration* and press Enter.
2929

30-
:::image type="content" source="./media/how-to-soft-delete-app-config-3.png" alt-text="In MarketPlace Search results, App Configuration is highlighted":::
30+
:::image type="content" source="./media/howto-soft-delete-app-config-3.png" alt-text="In MarketPlace Search results, App Configuration is highlighted":::
3131

3232
1. Select **App Configuration** from the search results, and then select **Create**.
3333

34-
:::image type="content" source="./media/how-to-soft-delete-app-config-7.png" alt-text="In Snapshot, Create option is highlighted":::
34+
:::image type="content" source="./media/howto-soft-delete-app-config-7.png" alt-text="In Snapshot, Create option is highlighted":::
3535

3636
1. On the **Create App Configuration** pane, enter the following settings:
3737

@@ -45,7 +45,7 @@ To create a new App Configuration store in the Azure portal, follow these steps
4545
| **Days to retain deleted stores** | Retention period for soft deleted stores | Select the number of days for which you would want the soft deleted stores and their content to be retained. |
4646
| **Enable Purge protection** | Purge protection status | Check to enable Purge protection on the store so no one can purge it before the retention period expires. |
4747

48-
:::image type="content" source="./media/how-to-soft-delete-app-config-6.png" alt-text="In Create, Recovery options are highlighted":::
48+
:::image type="content" source="./media/howto-soft-delete-app-config-6.png" alt-text="In Create, Recovery options are highlighted":::
4949

5050
1. Select **Review + create** to validate your settings.
5151
1. Select **Create**. The deployment might take a few minutes.
@@ -56,11 +56,11 @@ To create a new App Configuration store in the Azure portal, follow these steps
5656
1. Select your standard tier App Configuration store.
5757
1. Refer to the screenshot below on where to check for the soft delete status of an existing store.
5858

59-
:::image type="content" source="./media/how-to-soft-delete-app-config-1.png" alt-text="In Overview, Soft-delete is highlighted.":::
59+
:::image type="content" source="./media/howto-soft-delete-app-config-1.png" alt-text="In Overview, Soft-delete is highlighted.":::
6060

6161
1. Click on the **Enabled** value of Soft Delete. You'll be redirected to the **properties** of your store. At the bottom of the page, you can review the information related to soft delete. The Retention period is shown as "Days to retain deleted stores". You can't change this value once it's set. The Purge protection check box shows whether purge protection is enabled for this particular store or not. Once enabled, purge protection can't be disabled.
6262

63-
:::image type="content" source="./media/how-to-soft-delete-app-config-2.png" alt-text="In Properties, Soft delete, Days to retain are highlighted.":::
63+
:::image type="content" source="./media/howto-soft-delete-app-config-2.png" alt-text="In Properties, Soft delete, Days to retain are highlighted.":::
6464

6565
## List, recover, or purge a soft deleted App Configuration store
6666

@@ -69,14 +69,14 @@ To create a new App Configuration store in the Azure portal, follow these steps
6969
1. Search for "App Configuration" and click on **App Configuration** under **Services**. Don't click on an individual App Configuration store.
7070
1. At the top of the screen, click the option to **Manage deleted stores**. A context pane will open on the right side of your screen.
7171

72-
:::image type="content" source="./media/how-to-soft-delete-app-config-4.png" alt-text="On App Configuration stores, the Manage deleted stores option is highlighted.":::
72+
:::image type="content" source="./media/howto-soft-delete-app-config-4.png" alt-text="On App Configuration stores, the Manage deleted stores option is highlighted.":::
7373

7474
1. Select your subscription from the drop box. If you've deleted one or more App Configuration stores, these stores will appear in the context pane on the right. Click "Load More" at the bottom of the context pane if not all deleted stores are loaded.
7575
1. Once you find the store that you wish to recover or purge, select the checkbox next to it. You can select multiple stores
7676
1. Please click **Recover** at the bottom of the context pane to recover the store OR
7777
click **Purge** option to permanently delete the store. Note you won't be able to purge a store when purge protection is enabled.
7878

79-
:::image type="content" source="./media/how-to-soft-delete-app-config-5.png" alt-text="On Manage deleted stores panel, one store is selected, and the Recover button is highlighted.":::
79+
:::image type="content" source="./media/howto-soft-delete-app-config-5.png" alt-text="On Manage deleted stores panel, one store is selected, and the Recover button is highlighted.":::
8080

8181
## Recover an App Configuration store with customer-managed key enabled
8282

articles/azure-app-configuration/howto-targetingfilter-aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ The targeting filter evaluates a user's feature state based on the user's target
260260
```
261261
262262
> [!NOTE]
263-
> For Blazor applications, see [instructions](./faq.yml#how-to-enable-feature-management-in-blazor-applications-or-as-scoped-services-in--net-applications) for enabling feature management as scoped services.
263+
> For Blazor applications, see [instructions](./faq.yml#howto-enable-feature-management-in-blazor-applications-or-as-scoped-services-in--net-applications) for enabling feature management as scoped services.
264264
265265
## Targeting filter in action
266266

articles/azure-app-configuration/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
- build-2024
1212
ms.topic: landing-page
1313
ms.date: 05/10/2024
14-
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
14+
# linkListType: architecture | concept | deploy | download | get-started | howto-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1515

1616
landingContent:
1717
# Card
@@ -163,7 +163,7 @@ landingContent:
163163
- text: Roll out features to targeted audience
164164
url: howto-targetingfilter.md
165165
- text: Use variant feature flags
166-
url: how-to-variant-feature-flags.md
166+
url: howto-variant-feature-flags.md
167167
- linkListType: reference
168168
links:
169169
- text: .NET feature management

0 commit comments

Comments
 (0)