Skip to content

Commit b4e8801

Browse files
author
ecfan
committed
Updates per feedback
1 parent d0fee7d commit b4e8801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/logic-apps/create-standard-workflows-hybrid-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This how-to guide shows how to create and deploy a Standard logic app workflow u
3939
- Managed identity authentication
4040
- File System connector
4141

42-
- You must create connections for managed connectors in your workflow through Visual Studio Code, not the Azure portal. To set up authentication for managed connectors, [follow these steps to set up connection authentication](azure-arc-enabled-logic-apps-create-deploy-workflows.md#set-up-connection-authentication).
42+
- Although you can create connections for managed connectors in your workflow through Azure portal and Visual Studio Code, to set up authentication for managed connectors, [follow these steps to set up authentication in Visual Studio Code](azure-arc-enabled-logic-apps-create-deploy-workflows.md#set-up-connection-authentication).
4343

4444
- Some function-based triggers, such as Azure Blob, Cosmos DB, and Event Hubs require a connection to the Azure storage account associated with your Standard logic app. If you use any function-based triggers, in your Standard logic app's environment variables in the Azure portal or in your logic app project's **local.settings.json** file in Visual Studio Code, add the following app setting and provide your storage account connection string:
4545

articles/logic-apps/set-up-standard-workflows-hybrid-deployment-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ This section covers the Azure PowerShell steps in [Tutorial: Enable Azure Contai
180180
1. Confirm that the SMB driver is installed by running the following **kubectl** command, which should list **smb.csi.k8s.io**:
181181
182182
```azurepowershell
183-
kubectl get csidrivers
183+
kubectl get csidriver
184184
```
185185
186186
For more information, see [kubectl get](https://kubernetes.io/docs/reference/kubectl/generated/kubectl_get/).

0 commit comments

Comments
 (0)