Skip to content

Commit 78aeb59

Browse files
Merge pull request #285181 from austinmccollum/patch-6
update API testing with SFI messaging
2 parents df7fcaf + 51ce1fa commit 78aeb59

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/sentinel/create-codeless-connector.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,20 @@ Research the following components and verify support for them in the [Data Conne
5252

5353
1. Pagination options to the data source
5454

55-
We also recommend a tool like Postman to validate the data connector components. For more information, see [Use Postman with the Microsoft Graph API](/graph/use-postman).
55+
We also recommend testing your components with an API testing tool like one of the following:
56+
57+
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
58+
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
59+
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
60+
- [Bruno](https://www.usebruno.com/)
61+
- [curl](https://curl.se/)
62+
63+
> [!CAUTION]
64+
> For scenarios where you have sensitive data, such as credentials, secrets, access tokens,
65+
> API keys, and other similar information, make sure to use a tool that protects your data
66+
> with the necessary security features, works offline or locally, doesn't sync your data to
67+
> the cloud, and doesn't require that you sign in to an online account. This way, you reduce
68+
> the risk around exposing sensitive data to the public.
5669
5770
## Build the data connector
5871

0 commit comments

Comments
 (0)