-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Update build-data-pipeline.md to remove unavailable extension #14240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -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: | ||||||||||||||||||||||
|
||||||||||||||||||||||
| > There is an alternate third-party extension: | |
| > | |
| > [!IMPORTANT] | |
| > Microsoft does not support or endorse third-party extensions. There is an alternate third-party extension: |
Copilot
AI
Apr 21, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This blockquote reads like internal PR/triage notes (“customers have reported…”, “this documentation needs to be updated…”). For published docs, please rewrite this as a user-facing admonition (for example, a [!NOTE]/[!IMPORTANT] callout) that clearly states what readers should do now (supported alternative) rather than describing what maintainers need to do.
| > 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 | |
| > [!IMPORTANT] | |
| > The DevOps for Azure Databricks extension is no longer available. The sample pipeline YAML file, [data_pipeline_ci_cd.yml](https://github.com/MicrosoftDocs/azure-devops-docs-samples/blob/main/azure-data-pipeline/data_pipeline_ci_cd.yml), still references this extension and won't work as written. | |
| > | |
| > To use this sample, update the pipeline to deploy Azure Databricks and Azure Data Factory by using your own scripts or tasks instead of the unavailable extension. You can also evaluate a third-party alternative, such as [Databricks Deploy Scripts Tasks](https://marketplace.visualstudio.com/items?itemName=DataThirstLtd.databricksDeployScriptsTasks), if it meets your requirements. |
Uh oh!
There was an error while loading. Please reload this page.