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/deploy-single-tenant-logic-apps-private-storage-account.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This deployment method requires that temporary public access to your storage acc
41
41
42
42
1. Deploy your logic app resource by using either the Azure portal or Visual Studio Code.
43
43
44
-
1. After deployment finishes, enable VNet integration between your logic app and the private endpoints on the virtual network that connects to your storage account.
44
+
1. After deployment finishes, enable virtual network integration between your logic app and the private endpoints on the virtual network that connects to your storage account.
45
45
46
46
1. In the [Azure portal](https://portal.azure.com), open your logic app resource.
47
47
@@ -73,11 +73,11 @@ This deployment method requires that temporary public access to your storage acc
73
73
This deployment method doesn't require public access to the storage account. For an example ARM template, review [Deploy logic app using secured storage account with private endpoints](https://github.com/VeeraMS/LogicApp-deployment-with-Secure-Storage). The example template creates the following resources:
74
74
75
75
- A storage account that denies the public traffic
76
-
- An Azure VNet and subnets
76
+
- An Azure virtual network and subnets
77
77
- Private DNS zones and private endpoints for Blob, File, Queue, and Table services
78
78
- A file share for the Azure Logic Apps runtime directories and files. For more information, review [Host and app settings for logic apps in single-tenant Azure Logic Apps](edit-app-settings-host-settings.md).
79
79
- An App Service plan (Workflow Standard WS1) for hosting Standard logic app resources
80
-
- A Standard logic app resource with a network configuration that's set up to use VNet integration. This configuration enables the logic app to access the storage account through private endpoints.
80
+
- A Standard logic app resource with a network configuration that's set up to use virtual network integration. This configuration enables the logic app to access the storage account through private endpoints.
81
81
82
82
## Troubleshoot common errors
83
83
@@ -91,7 +91,7 @@ The following errors commonly happen with a private storage account that's behin
91
91
92
92
As the logic app isn't running when these errors occur, you can't use the Kudu console debugging service on the Azure platform to troubleshoot these errors. However, you can use the following methods instead:
93
93
94
-
- Create an Azure virtual machine (VM) inside a different subnet within the same VNet that's integrated with your logic app. Try to connect from the VM to the storage account.
94
+
- Create an Azure virtual machine (VM) inside a different subnet within the same virtual network that's integrated with your logic app. Try to connect from the VM to the storage account.
95
95
96
96
- Check access to the storage account services by using the [Storage Explorer tool](https://azure.microsoft.com/features/storage-explorer/#overview).
97
97
@@ -131,7 +131,7 @@ As the logic app isn't running when these errors occur, you can't use the Kudu c
131
131
132
132
1. In your logic app, [find and set the `WEBSITE_DNS_SERVER` app setting](edit-app-settings-host-settings.md?tabs=azure-portal?tabs=azure-portal#manage-app-settings---localsettingsjson) to the same DNS server value that you found in the previous step.
133
133
134
-
1. Check that the VNet integration is set up correctly with the appropriate VNET and subnet in your logic app.
134
+
1. Check that the virtual network integration is set up correctly with the appropriate virtual network and subnet in your logic app.
0 commit comments