Datafactory Network access to private endpoint

Bharath-4205 80 Reputation points
2024-01-31T21:19:44.4466667+00:00

Hello Experts, I need to update ADF network access to private endpoint. I can't do it via the portal and I am looking for Azure CLI. Please let me know if you have the documentation or detailed steps for the same. Thank you for the help.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,199 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bhargava-MSFT 29,266 Reputation points Microsoft Employee
    2024-01-31T22:08:18.17+00:00

    Hello https://learn.microsoft.com/en-us/users/na/?userid=83ad0ae9-80ce-4e8a-8c24-2240838c0b98

    You can use Azure CLI to update the network access for your Azure Data Factory to use a private endpoint.

    for this you need to create a managed virtual network and private endpoint for your ADF: https://learn.microsoft.com/en-us/azure/data-factory/managed-virtual-network-private-endpoint#managed-virtual-network

    Once you have created the private endpoint, you can update the network access for your Azure Data Factory to use the private endpoint using the Azure CLI command:

    az datafactory managed-private-endpoint update [--add] [--factory-name] [--force-string] [--fqdns] [--group-id] [--ids] [--if-match] [--if-none-match] [--managed-private-endpoint-name] [--managed-virtual-network-name] [--private-link] [--remove] [--resource-group] [--set] [--subscription]

    Reference document:

    https://learn.microsoft.com/en-us/cli/azure/datafactory/managed-private-endpoint?view=azure-cli-latest#az-datafactory-managed-private-endpoint-update

    I hope this helps. Please let me know if you have any further questions.

    0 comments No comments

0 additional answers

Sort by: Most helpful