How to check exact IP address of ADB workspace env .
i just want to know my IP address of Azure data bricks workspace env, I have vnet and subnet configured. How can i get exact IP address of ADB workspace. As i have more than 100 NIC to check the exact IP. Is their any easiest way to get exact ip…
scim tenant url
I am new to azure and using a trial version, i want to connect azure to azure databricks for that i need scim tenant url, the thing is every tutorial video is saying tio go to ser management, but there is no user managment in the drop down in databricks,…
how to connect azure cache redis to azure databricks through service principal
I need to connect azure redis to databricks using service principal . but I am getting this error Failed to connect to Redis: invalid username-password pair
Azure Databricks and Key vault key versioning
We are building a Data encryption solution and are using pyspark AES encrypt and AES Decrypt function to encrypt the PII columns in the Databricks tables on Unity catalog. We have created views on top of these tables and using the same encryption key we…
Serverless not showing for my notebooks in Databricks
Hi. Serverless option is not showing for my notebooks and I cannot even see it in the feature enablement in accounts administration. In the attached screenshots, you can see that I have unity catalog enable and that serverless does not appear in feature…
Unable to remove resource group, and deny assigments, in Azure.
In azure I cant remove a resource group, and I cant remove deny assigments. I think it could be like this example: https://stackoverflow.com/questions/60694149/unable-to-remove-azure-databricks-managed-resource-group
Lineage was extracted from unity but duplicate process created for same table In Purview
Hi Microsoft Team, I have registered and scanned databricks unity catalog in azure purview and then all tables,views metadata came into purview and that time lineage is not pulled into azure purview and now i have enabled access schema in unity catalog…
We want to know details about azure local , can we use databricks , adlsg2, datafactory, machine learning on azure local ?
We want to know details about azure local , can we use databricks , adlsg2, datafactory, machine learning on azure local?
How to connect from Azure Databricks to an prem MS SQL server
I have an Azure Databricks instance deployed on a Virtual Network. On the same (!) Virtual Network, I also have a Azure VM deployed, that is successfully able to connect to an on-prem MS SQL server. However, when I try to connect via the Azure…
ADF Copy Data JSON Source dynamic schema mapping
Hi I am working on ADF Copy data activity. HTTP Dataset is returning a JSON with the following sample JSON output { "totalRowCount": 1, "data": [ { "ProductCode": "P - 1", …
Not able to create azure databricks
Hi , I am not able to create azure databricks after upgrading to pay-as-you-go model as free tier does not have feature for unity catalog . Even if i give all the details for the mandatory fields still not able to create azure databricks. If anyone face…
Issue with Specifying Cluster Log Path During Databricks Unity Catalog Upgrade
Hi Team, As part of our upgrade to Unity Catalog, we are removing all mount point usages. During this process, we encountered an issue while specifying the cluster log destination in the Linked Service configuration. We noticed that DBFS paths (with…
Using this mssparkutils.notebook.runMultiple function to run notebook in parallel, how to find the failed notebook.
Hi Team, Could you please help us to find the failed notebook in parallel run using the below code, but not able to find the failed one. Eg: If any notebook got failed it is stopping the processs, but we don't know which notebook failed , can you…
how to fix "quota exceed exception" for a free trail user subscription ?
Can anyone tell me which is the right configuration while Compute the cluster configuration. Need the info. worker type , min workers, max workers Driver type Additional input if it is mandatory. I selected the region East-US
Retrieving 'Person or Group' Fields from SharePoint List in Azure Data Factory or Synapse
I'm able to retrieve data from a SharePoint list using Azure Data Factory > Copy Data (via the SharePoint Connector), but the list contains 'Person or Group' type fields that return only 'Id' values in the results. These 'Id' values are not useful,…
In Synapse Notebook using pyspark inbuilt functions how to convert country code to country name as description
Hi Team, Could you please help us that how to change country code to country name (as description) for a column in synapse notebook using pyspark (modules or libraries) could you please share the code. we have used below but it is not working. …
DP-203 Labs
Is there any way to do all the labs for DP-203 without costing alot of money AND without taking like 10 minutes to install something? For each lab, the ./setup.ps1 file takes like 10 or 15 minutes to load. I'd like to not have to delete the resources…
How to configure default Lakehouse in notebook in Fabric
I want to configure defualt laekhouse in notebook. i can do it using %%configure command. but i am note able to use variables here to be used in %%configure command. As configure should be the first cell of the notebook and if you put it in middle of the…
Unable to access unity catalogue
Unable to access managed account console, unable to access.azuredatabricks.net its showing that "Selected user account does not exist in tenant 'Microsoft Services' and cannot access the application '2ff814a6-3304-4ab8-85cb-cd0e6f879c1d' in that…
Retrieving files created by Databricks Jobs
I am currently working with a Databricks workspace through Azure and using the Databricks Jobs API to execute Python scripts. These scripts create files during their execution. I would like to understand how to retrieve these files after the job…