Skip to content

Commit f6a4bd0

Browse files
author
ecfan
committed
Fix indent
1 parent 1fd9da6 commit f6a4bd0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -230,22 +230,22 @@ As you progress, you'll complete these high-level tasks:
230230

231231
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:
232232

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)
234234

235-
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
235+
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
236236

237-
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
237+
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
238238

239-
- [Bruno](https://www.usebruno.com/)
239+
- [Bruno](https://www.usebruno.com/)
240240

241-
- [Curl](https://curl.se/)
241+
- [Curl](https://curl.se/)
242242

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.
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.
249249
250250
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.
251251

0 commit comments

Comments
 (0)