Thank you for your feedback, Fede7. This article describes how to access Storage Accounts behind firewalls - Connect to Azure Blob Storage from workflows - Azure Logic Apps | Microsoft Learn.
If you are using a System-Assigned Managed Identity to access the storage account, you can make the following changes:
-
In the Azure portal, find and open your storage account resource.
-
On the storage account navigation menu, under Security + networking, select Networking.
-
Under Allow access from, select Selected networks, which shows the relevant settings.
-
If you need to access the storage account from your computer, under Firewall, select Add your client IP address.
-
Under Exceptions, select Allow trusted Microsoft services to access this storage account.
If you are not using a Managed Identity, the Logic App won't be able to access the storage account behind the firewalls when both the logic app resource and storage account exist in the same region. As a workaround, put your logic app resource in a different region than your storage account. Then, give access to the outbound IP addresses for the managed connectors in your region.