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:
- Recreate the private endpoint in the branch with the same name.
- Delete the newly created private endpoint from the branch.
- 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:
- Create and manage private endpoints for Azure Data Factory
- Azure Data Factory and Azure Blob Storage Integration
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.