Error deploying Logic App from Azure Portal

Sebastián Spinetti 0 Reputation points Microsoft Employee
2026-01-20T21:25:39.2666667+00:00

I'm getting the following error trying to deploy a new Logic App from Azure Portal using default settings:

{

"code": "BadRequest",

"message": "Creation of storage file share failed with: 'The remote server returned an error: (403) Forbidden.'. Please check if the storage account is accessible.",

"details": [

{

  "message": "Creation of storage file share failed with: 'The remote server returned an error: (403) Forbidden.'. Please check if the storage account is accessible."

},

{

  "code": "BadRequest"

},

{}

]

}

Has anyone run into this before?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-01-20T21:25:47.7066667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error you are encountering, "Creation of storage file share failed with: 'The remote server returned an error: (403) Forbidden.'", typically indicates that the Logic App is unable to access the specified storage account. Here are some steps you can take to troubleshoot this issue:

    1. Check Storage Account Accessibility: Ensure that the storage account is accessible and that there are no network restrictions (like firewalls) preventing access.
    2. Permissions: Verify that the account or service principal you are using has the necessary permissions to create file shares in the storage account. You may need to assign the appropriate roles to ensure access.
    3. Storage Account Configuration: Make sure that the storage account is configured correctly and that it is not set to a private endpoint that restricts access.
    4. Review Connection Strings: If you are using connection strings, confirm that they are correct and that any Shared Access Signature (SAS) keys are valid and have not expired.
    5. Retry Deployment: Sometimes, transient issues can cause such errors. Try redeploying the Logic App after verifying the above settings.

    If the issue persists, you may want to check the Azure portal for more detailed error messages or logs related to the deployment.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.