Skip to content

Commit e757279

Browse files
update
1 parent e9eb89e commit e757279

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-app-configuration/howto-targetingfilter-javascript.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,12 @@ In the web application, the targeting context can also be provided as an ambient
132132
133133
We will use ambient targeting context as an example in this tutorial.
134134
135-
1. Add the following code after where you declare the express server.
135+
1. Add the following code after the express server declaration
136136
137137
```js
138138
const express = require("express");
139139
const server = express();
140+
const port = 8080
140141
141142
const { AsyncLocalStorage } = require("async_hooks");
142143
const requestAccessor = new AsyncLocalStorage();

0 commit comments

Comments
 (0)