Skip to content

Commit 34adeaf

Browse files
update
1 parent 690e0f6 commit 34adeaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ The following example shows how to update an existing http server to use refresh
295295
1. Visit `http://localhost:3000` and verify the response which is the `message` key in your App Configuration store.
296296

297297
> [!div class="mx-imgBorder"]
298-
> ![Screenshot of browser with a message.](./media/dynamic-refresh-javascript/http-server.png)
298+
> ![Screenshot of browser with a message from App Configuration.](./media/dynamic-refresh-javascript/http-server.png)
299299

300300
1. Update the following key-values to the Azure App Configuration store. Update value of the key `message` first and then `sentinel`.
301301

@@ -307,7 +307,7 @@ The following example shows how to update an existing http server to use refresh
307307
1. After about 15 seconds, refresh the page and the message should be updated.
308308

309309
> [!div class="mx-imgBorder"]
310-
> ![Screenshot of browser with a message.](./media/dynamic-refresh-javascript/http-server-refreshed.png)
310+
> ![Screenshot of browser with an updated message from App Configuration.](./media/dynamic-refresh-javascript/http-server-refreshed.png)
311311

312312
## Clean up resources
313313

0 commit comments

Comments
 (0)