Skip to content

Commit 6127d7d

Browse files
committed
Updates from review
1 parent 4d9ffb3 commit 6127d7d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

articles/azure-app-configuration/howto-timewindow-filter-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The example used in this tutorial is based on the Node.js application introduced
2020
## Prerequisites
2121

2222
- Create a [Node.js application with a feature flag](./quickstart-feature-flag-javascript.md).
23-
- [Add a non-recurring time window filter to the feature flag](./howto-timewindow-filter.md)
23+
- [Add a time window filter to the feature flag](./howto-timewindow-filter.md)
2424

2525
## Use the time window filter
2626

articles/azure-app-configuration/howto-timewindow-filter.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this article, you learn how to add and configure a time window filter for you
4141

4242
A recurring time window filter always has a start time and an end time, defining a base time window that recurs according to the recurrence pattern you specify. Enter a **Start time** and an **End time**, then select the **Enable recurrence** checkbox, and select the recurrence details, including a recurrence pattern and an expiration time.
4343

44-
In this example, we activate the *Beta* feature between 5:00 PM and 6:00 PM, starting from November 25. You can alternatively select a weekly frequency and select one or more days of the week for the recurrence. We set an **expiration time** a few weeks later.
44+
In this example, you activate the *Beta* feature between 5:00 PM and 6:00 PM, starting from November 25. You can alternatively select a weekly frequency and select one or more days of the week for the recurrence. We set an **expiration time** a few weeks later.
4545

4646
:::image type="content" source="media/time-window-filters/add-timewindow-filter-recurrence.png" alt-text="Screenshot of the Azure portal showing feature filter recurrence.":::
4747

@@ -50,8 +50,7 @@ In this article, you learn how to add and configure a time window filter for you
5050

5151
1. The time window filter is now listed in the feature filter details, under **Feature filters**. Select **Apply** to save the feature flag with the new feature filter.
5252

53-
> [!div class="mx-imgBorder"]
54-
> ![Screenshot of the Azure portal, applying new time window filter.](./media/time-window-filters/feature-flag-edit-apply-timewindow-filter.png)
53+
:::image type="content" source="media/time-window-filters/feature-flag-edit-apply-timewindow-filter.png" alt-text="Screenshot of the Azure portal, applying new time window filter.":::
5554

5655
Now, you successfully added a time window filter to a feature flag.
5756

-5.35 KB
Loading

0 commit comments

Comments
 (0)