Enable Claude 4 Sonnet Support on Azure Databricks
I had access to azure databricks sonnet 4 model deployment This shortly disappeared after I started using it. Could I get assistance re-enabling this for my tenant?
Azure Databricks
Unable to start job runs and start cluster in Azure Databricks
Every time I start a workflow/job, I get the error message: "Triggering new runs for organization [org_number] is currently disabled temporarily." Every time I start any cluster, I get the error message: "Could not start cluster…
Azure Databricks
BAD_REQUEST: Azure Managed Identity Credential with Access Connector Id /subscriptions
Not able to create workspace - sbit-ws. Error - BAD_REQUEST: Azure Managed Identity Credential with Access Connector Id…
Azure Databricks
Azure Devops pipeline and dataset parametrization issue
I have added parametrization for ADF pipelines but yet I don't see the parameters reflected in the override parameters list. Tried reconnecting the adf connection to git and also overwriting the live mode from source branch and published the adf…
Azure Databricks
Can't access Azure Databricks account console as Account Admin
I am encountering an issue with Azure Databricks account management. --I am the owner of the Azure subscription that hosts my Databricks resources. --I am also a Global Administrator in Microsoft Entra ID for this tenant. Problem: Despite having these…
Azure Databricks
databricks not working with Geoparquet for write data
Py4JJavaError: An error occurred while calling o535.save. : org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 17.0 failed 4 times, most recent failure: Lost task 0.3 in stage 17.0 (TID 45) (10.137.237.68 executor 0):…
Azure Databricks
Datababricks managed network - can I access firewalled storage account in classic compute?
I have a default Databricks setup with managed network and public IP. I want it to talk to a storage account, that is firewalled. I can do this for serverless but not for a classic compute. I've added a vnet in between and peered bricks to this…
Azure Databricks
Unable to access Azure Databricks workspace from external applications like Power Apps
I am unable to access our Azure Databricks workspace from external applications like Microsoft Power Apps and Power Automate. Steps taken: Generated a Personal Access Token (PAT) from the Databricks workspace. Attempted REST API call using the token…
Azure Databricks
Request to Enable Lakehouse Apps (Preview)
We would like to request access to the Lakehouse Apps (Preview) feature in our Databricks workspace to enable internal development of low-code/no-code LLM applications. Workspace Details: Workspace URL: https://<your-workspace>.databricks.com/ …
Azure Databricks
Azure Quota Exceeded Exception Error even though I am using minimum.
Azure Quota Exceeded Exception: The VM size you are specifying is not available. [details] QuotaExceeded: Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource…
Azure Databricks
Can't access the Azure Databricks Accounts Console
Hi there, When I tried to log on to https://accounts.azuredatabricks.net/login, I encountered an error. It says: Selected user account does not exist in tenant 'Microsoft Services' and cannot access the application…
Azure Databricks
Applying Merged CDC Delta Data from ADLS to Azure SQL Hyperscale at Scale
As part of our enterprise-scale data migration project, we are migrating data from IBM DB2 (on-prem) to Azure SQL Hyperscale. The migration consists of three phases: One-time Historical Load CDC Catch-Up Phase (Batch) CDC Streaming Phase…
Azure Databricks
Upload .txt and .sh files to databricks Workspace folder.
I am trying to upload .txt and .sh files in the databricks workspace folder so that while starting a cluster the init script can be referred from the workspace folder, manually I am able to create the files but from azure devops pipeline its not…
Azure Databricks
azure databricks Claude/Sonnet endpoints missing
Not sure why, but when using Serving endpoint databricks-claude-3-7-sonnet I begun getting error - databricksException - {\"error_code\":\"PERMISSION_DENIED\",\"message\":\"PERMISSION_DENIED: Endpoint…
Azure Databricks
Need Lakeflow Connect enabled on the Azure Databricks instance azuredatabricks2025
Need Lakeflow Connect Public Preview feature to be enabled on the Azure Databricks instance azuredatabricks2025
Azure Databricks
Request for proposal based on the attached DWH scenario
Dear Sir or Madam, As pa Kind regards, Chaima Meddah
Azure Databricks
Databricks Repos or Alternatives?
We’re working on a large-scale data migration project from IBM DB2 to Azure SQL Hyperscale using ADF, Kafka, and Databricks. Our ingestion and transformation logic (including CDC handling, recon, and retry orchestration) is implemented in Databricks…
Azure Databricks
MERGE INTO
Is MERGE INTO between ADLS Delta layer and Azure SQL Hyperscale (relational) tables possible and effective?
Azure Databricks
DATABRICKS ASSET BUNDALS VS TERRAFORM
We are moving towards a multi-environment deployment model for our Databricks notebooks and jobs (Dev, QA, PreProd, Prod). Currently, infrastructure is provisioned via Terraform, and the DE team manually deploys notebooks or uses CLI scripts. We are…
Azure Databricks
Recommended Staging Layer Location in Streaming (ADLS Branch vs. Hyperscale Staging)
In our current project, we are migrating ~80 TB of data from on-prem DB2 to Azure SQL Hyperscale. We are using Kafka + Databricks Structured Streaming to ingest CDC data into Azure. Our ingestion strategy is split into three phases: One-Time Historical…