An Azure service that automates the access and use of data across clouds without writing code.
Hi @Katherine He ,
Thanks for the confirmation, glad you were able to resolve the issue.
Based on our investigation, the 403 Forbidden error during WorkflowRuntimeTriggerListener.StartAsync is typically caused when Shared Key access is disabled (AllowSharedKeyAccess = false) on the storage account associated with the Logic App. This prevents the Logic App runtime from accessing the required storage resources.
As the error message suggests it's the 403 forbidden error when connecting to storage account, which means the runtime is not able to access the storage account.
Try connecting to storage account with access keys using storage explorer or tools and check if at all customer has any azure policy that is disabling the access key, that will help us to isolate that access key-based authentication is not working.
Hope this helps!
If the resolution was helpful, kindly take a moment to click on and click on Yes for was this answer helpful. And, if you have any further query do let us know.