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
# Customer intent: As a developer, I want to deploy Standard logic apps to Azure storage accounts that use private endpoints.
11
11
---
12
12
@@ -100,10 +100,33 @@ The following errors commonly happen with a private storage account that's behin
100
100
101
101
| Problem | Error |
102
102
|---------|-------|
103
-
| Access to the `host.json` file is denied |`"System.Private.CoreLib: Access to the path 'C:\\home\\site\\wwwroot\\host.json' is denied."`|
103
+
| Access to the `host.json` file is denied |`"System.Private.CoreLib: Access to the path 'C:\home\site\wwwroot\host.json' is denied."`|
104
+
| Unable to connect to file share |`"System.Private.CoreLib: The network path was not found: 'C:\home\data\Functions\secrets\Sentinels'."`|
105
+
| Unable to authenticate to file share |`"System.Private.CoreLib: The user name or password is incorrect: 'C:\home\data\Functions\secrets\Sentinels'."`|
106
+
| Error building configuration in an external startup class |`"System.Private.CoreLib: Could not find a part of the path 'C:\home\site\wwwroot'."`|
104
107
| Can't load workflows in the logic app resource |`"Encountered an error (ServiceUnavailable) from host runtime."`|
105
108
106
-
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:
109
+
To help you troubleshoot these problems and find the root cause, follow these steps:
110
+
111
+
1. In the Azure portal, make sure that the storage account and file share still exist.
112
+
113
+
1. On the logic app resource menu, under **Settings**, select **Environment variables**.
114
+
115
+
1. On the **App settings** tab, find the settings named **WEBSITE_CONTENTAZUREFILECONNECTIONSTRING** and **WEBSITE_CONTENTSHARE**.
116
+
117
+
1. Check that these settings specify the correct storage account and file share, respectively. Make sure no spelling errors exist.
118
+
119
+
1. On the logic app resource menu, select **Diagnose and solve problems**. Find and run the following detectors: **Logic App Down or Reporting Errors** and **Network Troubleshooter**
120
+
121
+
These detectors provide insights and suggestions for fixing the problem.
122
+
123
+
The following list includes more troubleshooting actions that you can take to find the cause:
124
+
125
+
> [!NOTE]
126
+
>
127
+
> Your logic app resource and workflows aren't running when these errors occur,
128
+
> so you can't use the Kudu console debugging capability in Azure for troubleshooting.
129
+
107
130
108
131
- 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.
109
132
@@ -137,7 +160,7 @@ As the logic app isn't running when these errors occur, you can't use the Kudu c
0 commit comments