From 91c8dacf9b41d44d0554332ebf5b29351b61ae8c Mon Sep 17 00:00:00 2001 From: akoppanur <45830002+akoppanur@users.noreply.github.com> Date: Wed, 12 Feb 2025 09:21:41 -0600 Subject: [PATCH 1/2] Update build-data-pipeline.md to remove unavaillabe extension DevOps for Azure Databricks extension is no longer available. Here is the pipeline yml file that refers to the unavailable extension: https://github.com/MicrosoftDocs/azure-devops-docs-samples/blob/main/azure-data-pipeline/data_pipeline_ci_cd.yml Customers have reported this issue and requested alternate methods. See here: https://github.com/microsoft/azdo-databricks/pull/43 This documentation needs to be updated to provide our own custom script for deployment to Azure Databricks and ADF or documentation to be removed. There is an alternate third-party extension: https://marketplace.visualstudio.com/items?itemName=DataThirstLtd.databricksDeployScriptsTasks --- docs/pipelines/apps/cd/azure/build-data-pipeline.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/pipelines/apps/cd/azure/build-data-pipeline.md b/docs/pipelines/apps/cd/azure/build-data-pipeline.md index 31faedeb46a..bedac229d4b 100644 --- a/docs/pipelines/apps/cd/azure/build-data-pipeline.md +++ b/docs/pipelines/apps/cd/azure/build-data-pipeline.md @@ -28,6 +28,13 @@ Before you begin, you need: - Access to the [data pipeline solution](https://github.com/MicrosoftDocs/azure-devops-docs-samples/tree/main/azure-data-pipeline) in GitHub. - [DevOps for Azure Databricks](https://marketplace.visualstudio.com/items?itemName=riserrad.azdo-databricks). + > DevOps for Azure Databricks extension is no longer available. Here is the pipeline yml file that referes to the unavailable extension: + > https://github.com/MicrosoftDocs/azure-devops-docs-samples/blob/main/azure-data-pipeline/data_pipeline_ci_cd.yml + > Customer's have reported this issue and requested alternate methods. See here: https://github.com/microsoft/azdo-databricks/pull/43 + > This documentation needs to be updated to provide our own custom script for deployment to Azure Databricks and ADF or documentation to be removed. + > There is an alternate third-party extension: + > https://marketplace.visualstudio.com/items?itemName=DataThirstLtd.databricksDeployScriptsTasks + ## Provision Azure resources From 7795801ebe231fa784829b5cab5d57de62488a0f Mon Sep 17 00:00:00 2001 From: Diana Richards Date: Tue, 21 Apr 2026 15:27:00 -0500 Subject: [PATCH 2/2] typo fixes Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/pipelines/apps/cd/azure/build-data-pipeline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pipelines/apps/cd/azure/build-data-pipeline.md b/docs/pipelines/apps/cd/azure/build-data-pipeline.md index bedac229d4b..61be0d0ea6f 100644 --- a/docs/pipelines/apps/cd/azure/build-data-pipeline.md +++ b/docs/pipelines/apps/cd/azure/build-data-pipeline.md @@ -28,9 +28,9 @@ Before you begin, you need: - Access to the [data pipeline solution](https://github.com/MicrosoftDocs/azure-devops-docs-samples/tree/main/azure-data-pipeline) in GitHub. - [DevOps for Azure Databricks](https://marketplace.visualstudio.com/items?itemName=riserrad.azdo-databricks). - > DevOps for Azure Databricks extension is no longer available. Here is the pipeline yml file that referes to the unavailable extension: + > DevOps for Azure Databricks extension is no longer available. Here is the pipeline yml file that refers to the unavailable extension: > https://github.com/MicrosoftDocs/azure-devops-docs-samples/blob/main/azure-data-pipeline/data_pipeline_ci_cd.yml - > Customer's have reported this issue and requested alternate methods. See here: https://github.com/microsoft/azdo-databricks/pull/43 + > Customers have reported this issue and requested alternate methods. See here: https://github.com/microsoft/azdo-databricks/pull/43 > This documentation needs to be updated to provide our own custom script for deployment to Azure Databricks and ADF or documentation to be removed. > There is an alternate third-party extension: > https://marketplace.visualstudio.com/items?itemName=DataThirstLtd.databricksDeployScriptsTasks