Skip to content

Commit 4b9567b

Browse files
Merge pull request #295248 from xuehongg/mybranch5
Adding more common problems and troubleshooting steps
2 parents d8c0be7 + 7f21e94 commit 4b9567b

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

articles/logic-apps/deploy-single-tenant-logic-apps-private-storage-account.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
88
ms.custom: engagement-fy23, devx-track-arm-template
9-
ms.date: 07/04/2024
9+
ms.date: 02/24/2025
1010
# Customer intent: As a developer, I want to deploy Standard logic apps to Azure storage accounts that use private endpoints.
1111
---
1212

@@ -100,10 +100,33 @@ The following errors commonly happen with a private storage account that's behin
100100

101101
| Problem | Error |
102102
|---------|-------|
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'."` |
104107
| Can't load workflows in the logic app resource | `"Encountered an error (ServiceUnavailable) from host runtime."` |
105108

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+
107130

108131
- 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.
109132

@@ -137,7 +160,7 @@ As the logic app isn't running when these errors occur, you can't use the Kudu c
137160

138161
`C:\psping {storage-account-host-name}.table.core.windows.net:443`
139162

140-
`C:\psping {storage-account-host-name}.file.core.windows.net:443`
163+
`C:\psping {storage-account-host-name}.file.core.windows.net:445`
141164

142165
1. If the queries resolve from the VM, continue with the following steps:
143166

0 commit comments

Comments
 (0)