Accessing Azure Storage Accounts with Selected Network Enabled

Mukteswar Patnaik 1 Reputation point
2022-05-26T15:57:59.773+00:00

As per the requirements, I need to Enable Firewall with Selected Network ON for Azure Storage Accounts. But when I do the same along with adding all required IPs, Azure Function App and Azure Data Factory is going down.

Currently the VNET is unavailable and cannot be created. Managed Identity is not an option as Contributor role unavailable.

Is there a way to to configure the Data Factory and Function Apps after enabling FireWall with selected networks for Azure KeyVault and Azure Storage Accounts.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,904 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,111 questions
Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
655 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,584 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vidhya Sagar Karthikeyan 396 Reputation points
    2022-05-27T10:46:33.773+00:00

    Hello @Mukteswar Patnaik ,

    That's expected. When you enable a firewall for a storage account, make sure you also check the Allow Trusted Services to ON. This allows connectivity from Azure trusted service. Data Factory is a trusted service, and it should go through fine.

    For Azure function, you can create a VNET and attach the VNET to the function. Then allow this VNET to connect to the storage account.

    Mark as answer if this post helps you


Your answer

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