A template that can be used to accelerate customising the DLRM data Ingest landing zones to suit a given project.
This template is designed to be used with the DLRM data ingest project. It provides a starting point for layering project specific customisations on top of the existing DLRM Data Ingest Landing Zones.
- Click the "Use this template" button to create a new repository based on this template.
- Create a new pipeline in Azure DevOps pointing to the
azure-pupelines.yaml
file in the root of the repository. - Clone the repository to your local machine/normal development environment.
- Make any changes to the
azure-pipelines.yaml
file to suit your project. This may include:- Changing the name of the pipeline
- Changing the branch that the pipeline runs on
- Adding or removing steps from the pipeline
- Rename instances of
project
with your project name. - Update the
landing_zones
variable in thetfvars
files to point to your own Landing Zone(s) deployed via dlrm-data-ingest-infra. - Raise a PR with your changes, the pipeline should be triggered automatically. You will need to approve the use of the service connections on first run.