cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

private endpoint to non-storage azure resource

markbaas
New Contributor III

I'm trying to set up a ncc and private endpoint for a container app environment in azure. However I get the following error:

Error occurred when creating private endpoint rule: : BAD_REQUEST: Can not create Private Link Endpoint with name databricks-xxxxxx. Status code 409, "{"error":{"code":"PrivateEndpointSubscriptionIsNotRegistered","message":"Call to Microsoft.App/managedEnvironments failed. Error message: Private Endpoint subscription is not registered with Microsoft.App to which Private Link is being created. Please register 8453a5d5-9e9e-40c7-87a4-0ab4cc197f48 with Microsoft.App","details":[]}}"

I think this is something databricks related as I have no access to this subscription.

3 REPLIES 3

Alberto_Umana
Databricks Employee
Databricks Employee

Hi @markbaas,

This is not directly related to Databricks but rather an issue with the Azure subscription registration.

To resolve this issue, you need to register the subscription with the Microsoft.App resource provider

markbaas
New Contributor III

All the azure subscriptions have this registered. Could this not be a azure subscription within the databricks tenant?