An Azure service that automates the access and use of data across clouds without writing code.
Hi @Sumit Gaur ,
Thank you for sharing the screenshots and configuration details.
Based on the information provided so far, we understand that:
- Private Endpoints are configured for the Blob, File, Queue, and Table services.
DNS resolution is correctly resolving the storage endpoints to their private IP addresses.
Network connectivity to the Storage Account is successful.
Built-in connector workflows continue to function as expected.
The issue appears to be isolated to Local Functions when WEBSITE_RUN_FROM_PACKAGE=1 is enabled in the private networking configuration.
Since the storage connectivity and DNS resolution appear to be functioning correctly, we would like to focus the next stage of troubleshooting on package retrieval/mounting and Local Functions host startup.
Could you please provide the following information from a fresh reproduction?
Runtime/host logs captured during Logic App startup while WEBSITE_RUN_FROM_PACKAGE=1 is enabled.
Any relevant errors reported under Diagnose and Solve Problems for the Logic App.
Application Insights traces, if Application Insights is enabled, particularly those related to:
Function loading
Package mounting
Host startup
Storage access
Confirmation of where the deployment package (`.zip`) is stored:
In the same private Storage Account, or
In a different Storage Account
The exact deployment method used by the CI/CD pipeline when Run From Package is enabled.
Any errors or warnings visible in:
Host Status
Functions blade
Kudu/Event Logs
Deployment Center logs
If possible, please reproduce the issue once more with WEBSITE_RUN_FROM_PACKAGE=1 enabled and share the corresponding startup/host logs and timestamps.
These details will help us determine whether the failure is occurring while the package is being retrieved, mounted, or loaded by the Local Functions runtime, and will allow us to narrow down the issue further.