MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.46k forks source link

Creating databrick fails with exception VirtualNetworkIdChangeNotAllowed - Inbound/Outbound Network Security Group #111122

Open rodneytamblyn opened 1 year ago

rodneytamblyn commented 1 year ago

[Enter feedback here] On attempting to install the Azure Databrick I got the following error

Updating required Virtual Network from /subscriptions/xxxxxxxxxxxxx/resourceGroups/ob-services/providers/Microsoft.Network/virtualNetworks/xxxxxxxxxx-vnet to /subscriptions/2xxxxxxxxxxxx/xxxxxxxxxx/providers/Microsoft.Network/virtualNetworks/xxxxxxxx is currently not allowed (Code: VirtualNetworkIdChangeNotAllowed)."

The issue arises when the Inbound/Outbound Network Security Group (NSG) rules are not whitelisted prior to creating a workspace. This prevented creating the workspace.

To address this, it is necessary to refer to the following documents and manually implement the required security rules:

URL: https://learn.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-inject

URL: https://learn.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-inject#network-security-group-rules-for-workspaces-created-after-january-13-2020

I would recommend that these instructions be tested and if necessary:

Thank you

Rodney


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Naveenommi-MSFT commented 1 year ago

@rodneytamblyn Thank you for bringing this to our attention. I've assigned this issue to the author who will investigate and update as appropriate.

JasonWHowell commented 3 days ago

@seesharprun FYI