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
@@ -200,6 +203,8 @@ In this tutorial, you use a variant feature flag to manage experiences for diffe
200
203
</html>
201
204
```
202
205
206
+
For simplicity, the example extracts the `userId` from URL query parameters (e.g., `?userId=UserA`) to simulate different user identities.
207
+
203
208
## Run the application
204
209
205
210
1. Set the environment variable named **AZURE_APPCONFIG_ENDPOINT** to the endpoint of your App Configuration store found under the *Overview* of your store in the Azure portal.
@@ -228,7 +233,7 @@ In this tutorial, you use a variant feature flag to manage experiences for diffe
228
233
node server.js
229
234
```
230
235
231
-
1. Open your browser and visit `localhost:8080` to see the app running. You should see the default greeting message.
236
+
1. Open your browser and navigate to `localhost:8080`. You should see the default view of the app that doesn't have any greeting message.
232
237
233
238
:::image type="content" source="media/howto-variant-feature-flags-javascript/default-variant.png" alt-text="Screenshot of the Quote of the day app, showing no greeting message for the user.":::
0 commit comments