Resolving Issues with Azure Data Factory Private Endpoint to Blob Storage

Smaran Thoomu 19,955 Reputation points Microsoft Vendor
2024-07-31T14:51:30.58+00:00

How can I resolve the issue where my Azure Data Factory private endpoint to Blob Storage is not visible in the branch but appears in live mode?

PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.

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

1 answer

Sort by: Most helpful
  1. Smaran Thoomu 19,955 Reputation points Microsoft Vendor
    2024-07-31T14:52:47.5133333+00:00

    Greetings!

    The issue occurs when the private endpoint is deleted from the storage blob but not from Azure Data Factory (ADF). This discrepancy causes the endpoint to be invisible in the branch you're working on but visible in live mode. To resolve this, you need to:

    1. Recreate the private endpoint in the branch with the same name.
    2. Delete the newly created private endpoint from the branch.
    3. Recreate the private endpoint again, ensuring it is properly synchronized.

    This process ensures that the private endpoint is correctly reflected in both the branch and live mode. If you encounter further issues, consider checking permissions in your Git repository as they might be causing the deletion failure.

    Resources:

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.

    Please do not forget to "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.

    0 comments No comments

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.