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
Copy file name to clipboardExpand all lines: articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,22 +230,22 @@ As you progress, you'll complete these high-level tasks:
230
230
231
231
1. To test the example workflow in this guide, you need a tool that can send HTTP requests to the endpoint created by the **Request** trigger, for example:
232
232
233
-
-[Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
233
+
-[Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
> For scenarios where you have sensitive data, such as credentials, secrets, access tokens, API keys,
246
-
> and other similar information, make sure to use a tool that protects your data with the necessary
247
-
> security features, works offline or locally, doesn't sync your data to the cloud, and doesn't require
248
-
> you to create an online account. That way, you reduce the risk around exposing sensitive data to the public.
243
+
> [!CAUTION]
244
+
>
245
+
> For scenarios where you have sensitive data, such as credentials, secrets, access tokens, API keys,
246
+
> and other similar information, make sure to use a tool that protects your data with the necessary
247
+
> security features, works offline or locally, doesn't sync your data to the cloud, and doesn't require
248
+
> you to create an online account. That way, you reduce the risk around exposing sensitive data to the public.
249
249
250
250
1. If you create your logic app resources with settings that support using [Application Insights](../azure-monitor/app/app-insights-overview.md), you can optionally enable diagnostics logging and tracing for your logic app resource. You can do so either when you create your logic app or after deployment. You need to have an Application Insights instance, but you can create this resource either [in advance](../azure-monitor/app/create-workspace-resource.md), when you create your logic app, or after deployment.
0 commit comments