-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove auth private endpoint from databricks workspace service #3199
Remove auth private endpoint from databricks workspace service #3199
Conversation
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/4104784085 (with refid (in response to this comment from @guybartal) |
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/4106020497 (with refid (in response to this comment from @guybartal) |
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/4107826850 (with refid (in response to this comment from @guybartal) |
Resolves partially #3182 and related to #3122
What is being addressed
Removing auth private endpoint from Databricks workspace service as it should be deployed only once per region.
A separate PR will be created to deploy it with Databricks shared service.
Follow recommended configuration by Databricks see scenario table.
Consolidating
connection_uri
andinternal_connection_uri
into single output which will be rendered in UI according tois_exposed_externally
.How is this addressed
connection_uri
.network_security_group_rules_required
toNoAzureDatabricksRules
according to recommended configuration by Databricks .