Share via

Resolving Issues with Azure Data Factory Private Endpoint to Blob Storage

Bathini Harshitha 345 Reputation points Moderator
2024-10-04T10:29:15.34+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.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Bathini Harshitha 345 Reputation points Moderator
    2024-10-04T10:30:37.6366667+00:00

    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 "Accept the answer" and "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.

    Was this answer helpful?

    0 comments No comments

Your answer

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