Skip to content

Commit 2c6cb40

Browse files
committed
update
1 parent 7796079 commit 2c6cb40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,19 +316,19 @@ Add a feature flag called *Beta* to the App Configuration store and leave **Labe
316316

317317
1. Open a browser window, and go to `http://localhost:8080`. Your browser should display a page similar to the image below.
318318

319-
![Feature flag before enabled](./media/quickstarts/gin-app-feature-flag-before.png)
319+
:::image type="content" source="./media/quickstarts/gin-app-feature-flag-before.png" alt-text="Screenshot of gin web app before enabling feature flag.":::
320320

321321
1. Sign in to the [Azure portal](https://portal.azure.com). Select **All resources**, and select the App Configuration store that you created previously.
322322

323323
1. Select **Feature manager** and locate the *Beta* feature flag. Enable the flag by selecting the checkbox under **Enabled**.
324324

325325
1. Refresh the browser a few times. When the refresh interval time window passes, the page displays with updated content:
326326

327-
![Feature flag after enabled](./media/quickstarts/gin-app-feature-flag-after.png)
327+
:::image type="content" source="./media/quickstarts/gin-app-feature-flag-after.png" alt-text="Screenshot of gin web app after enabling feature flag.":::
328328

329329
1. Notice that the **Beta** menu item now appears in the navigation bar. Click on it to access the beta page:
330330

331-
![Feature flag beta page](./media/quickstarts/gin-app-feature-flag-beta-page.png)
331+
:::image type="content" source="./media/quickstarts/gin-app-feature-flag-beta-page.png" alt-text="Screenshot of gin web app beta page.":::
332332

333333

334334
## Clean up resources

0 commit comments

Comments
 (0)