Is the Azure Databricks to git integration documented on this page between the Databricks Control plane to the git repo or is it between the Databricks Workspace to the git repo.
I am using VNET integrated workspaces in my environment and my security team has strict requirements around which endpoints the workspace can access. If this git integration requires connectivity from the workspace to the git repo then I need to make some changes to the egress Firewall on my VNET (I am using an Azure Firewall to filter this traffic). If the integration is from the Databricks Control plane on the other hand then I assume that no changes are required on my Azure Firewall.
The Microsoft documentation on that page just says "The Git server must be accessible from Azure Databricks. Azure Databricks does not support private Git servers, such as Git servers behind a VPN." which is a bit ambiguous