You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-feature-flag-go-gin.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,19 +316,19 @@ Add a feature flag called *Beta* to the App Configuration store and leave **Labe
316
316
317
317
1. Open a browser window, and go to `http://localhost:8080`. Your browser should display a page similar to the image below.
318
318
319
-

319
+
:::image type="content" source="./media/quickstarts/gin-app-feature-flag-before.png" alt-text="Screenshot of gin web app before enabling feature flag.":::
320
320
321
321
1. Sign in to the [Azure portal](https://portal.azure.com). Select **All resources**, and select the App Configuration store that you created previously.
322
322
323
323
1. Select **Feature manager** and locate the *Beta* feature flag. Enable the flag by selecting the checkbox under **Enabled**.
324
324
325
325
1. Refresh the browser a few times. When the refresh interval time window passes, the page displays with updated content:
326
326
327
-

327
+
:::image type="content" source="./media/quickstarts/gin-app-feature-flag-after.png" alt-text="Screenshot of gin web app after enabling feature flag.":::
328
328
329
329
1. Notice that the **Beta** menu item now appears in the navigation bar. Click on it to access the beta page:
330
330
331
-

331
+
:::image type="content" source="./media/quickstarts/gin-app-feature-flag-beta-page.png" alt-text="Screenshot of gin web app beta page.":::
0 commit comments