Skip to content

Commit aff0dad

Browse files
authored
Update articles/azure-functions/functions-develop-local.md
1 parent 9ef49c6 commit aff0dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-develop-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Avoid using tools that centrally store your HTTP request history (including sens
120120

121121
Consider using one of these tools for securely sending HTTP requests to your function endpoints:
122122

123-
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
123+
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode), such as [REST client]https://marketplace.visualstudio.com/items?itemName=humao.rest-client
124124
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
125125
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
126126
- [Bruno](https://www.usebruno.com/)

0 commit comments

Comments
 (0)