Skip to content

Commit 05cf31a

Browse files
committed
update
1 parent 40c890a commit 05cf31a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-gin-web-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,17 @@ Now that you've set up dynamic configuration refresh, let's test it to see it in
127127
go run .
128128
```
129129

130-
2. Open a web browser and navigate to `http://localhost:8080` to access your application. The web page looks like this:
130+
1. Open a web browser and navigate to `http://localhost:8080` to access your application. The web page looks like this:
131131

132132
:::image type="content" source="./media/quickstarts/gin-app-refresh-before.png" alt-text="Screenshot of the gin web app refresh before.":::
133133

134-
3. Navigate to your App Configuration store and update the value of the `Config.Message` key.
134+
1. Navigate to your App Configuration store and update the value of the `Config.Message` key.
135135

136136
| Key | Value | Content type |
137137
|------------------------|----------------------------------------|--------------------|
138138
| *Config.Message* | *Hello from Azure App Configuration - now with live updates!* | Leave empty |
139139

140-
4. After refreshing the browser a few times, you'll see the updated content once the ConfigMap is updated in 30 seconds.
140+
1. After refreshing the browser a few times, you'll see the updated content once the ConfigMap is updated in 30 seconds.
141141
142142
:::image type="content" source="./media/quickstarts/gin-app-refresh-after.png" alt-text="Screenshot of the gin web app refresh after.":::
143143

0 commit comments

Comments
 (0)