Skip to content

Commit 2ccd8af

Browse files
authored
Update feedUrl in logic apps quickstart
1 parent bc59c75 commit 2ccd8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/quickstart-create-logic-apps-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Before you start, make sure that you have these items:
170170
"method": "get",
171171
"path": "/OnNewFeed",
172172
"queries": {
173-
"feedUrl": "@{encodeURIComponent('')}",
173+
"feedUrl": "@{encodeURIComponent('https://feeds.content.dowjones.io/public/rss/RSSMarketsMain')}",
174174
"sinceProperty": "PublishDate"
175175
}
176176
}

0 commit comments

Comments
 (0)