Reputation: 21
I'm facing an issue with accessing Azure Storage Tables from a Consumption Logic App. The Storage Account is within a VNET and uses firewall rules for specific subnets/IPs. Since the Logic App can't join a VNET, it's blocked. Allowing "Enabled from all networks" works, but isn't an option. Using user assigned managed identity and Create Block Blob V2 in logic apps.
-Added the Logic App's runtime and connector IPs to the firewall allow list.
None of these solutions worked. How can I resolve this without moving to Logic App Standard or opening the Storage Account to all networks?
Upvotes: 0
Views: 471
Reputation: 6487
In order to access the storage account tables in consumption logic app by enabling Enabled from selected virtual networks and IP addresses, you can either follow the below steps or refer to the SO-Thread as commented by Pete - MSFT.
Upvotes: 1