Azure / Azure/azure-quickstart-templates

Azure Databricks all-in-template for private link needs to have AzureDatabricks service tag removed from the NSG definition.

Open
#13,701 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

--------------------MESSAGE FROM ADMIN, DELETE BEFORE SUBMITTING----------------------

Sorry to hear you had a bad experience with one of the templates :worried: But, in case you're just asking a question, we're happy to help. You can also check if the question might already have been asked here https://github.com/Azure/azure-quickstart-templates/issues?utf8=%E2%9C%93&q=is%3Aissue

We've created an outline of recommended sections to fill out that will help make this Pull Request awesome!

--------------------MESSAGE FROM ADMIN, DELETE BEFORE SUBMITTING----------------------

[[databricks-all-in-one-template-for-vnet-injection-privateendpoin](https://learn.microsoft.com/en-gb/samples/azure/azure-quickstart-templates/databricks-all-in-one-template-for-vnet-injection-privateendpoint/)]]

### Issue Details
According to the [Azure Databricks Private Link documentation](https://learn.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/private-link#create-the-workspace-by-using-a-custom-template-and-optionally-add-front-end-private-endpoints), setting requiredNsgRules to NoAzureDatabricksRules omits the NSG security rules that are otherwise necessary to reach the control plane (i.e. without private link).

However, when deploying the linked [all-in-one template](https://learn.microsoft.com/en-gb/samples/azure/azure-quickstart-templates/databricks-all-in-one-template-for-vnet-injection-privateendpoint/) with the parameter value NoAzureDatabricksRules, the NSG deployed does have the same security rules.

### Repro steps (*if necessary, delete otherwise*)
1. create azure databricks WS with private link noazuredatabricksrules for NSG.
2. observe that even though NoAzureDatabricksRules was selected the AzureDatabricks service tag remains in the NSG

If you remove the service tag from the ARM template the WS builds correcly.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the linked databricks-all-in-one-template-for-vnet-injection-privateendpoint template and inspect its ARM template NSG definition and requiredNsgRules handling. Reproduce a private-link deployment using NoAzureDatabricksRules, then verify the AzureDatabricks service tag is absent from the deployed NSG while the workspace builds correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud, infrastructure
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.