DEV Community

Cover image for BIG data azure devops (open community)
Saroj_DevOps
Saroj_DevOps

Posted on

BIG data azure devops (open community)

Image description

Image description

  1. setup the repo in azure devops portal
  2. create a service connection give a contributor role
  3. create a build and release pipeline

BUILD PIPELINE

gitdiff copy
publish build artifact
Enter fullscreen mode Exit fullscreen mode

note: flatten shoud off according to the req...

RELEASE PIPELINE

Databricks Deploy Notebooks
Enter fullscreen mode Exit fullscreen mode
Display name : Databricks Notebooks deployment
Azure Region :East US
Source files path : $(System.DefaultWorkingDirectory)/_DataBricks-CI/drop
Target files path : /databricks/Data1
Clean Workspace Folder
Enter fullscreen mode Exit fullscreen mode

Top comments (0)