Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Azure DevOps

Rob Earlam edited this page Oct 26, 2020 · 2 revisions

You can see a see the CI/CD pipeline we used to deploy this solution here.

There are a series of DevOps variables used, here is an overview of their purpose.

Variable Name Notes
AZURE_CONTAINER_REGISTRY JSON object containing connection details for ACR instance built images are pushed to
AZURE_SUBSCRIPTION Azure Subscription details
DOCKER_COMPOSE_ARGS Variable used to override ENV vars being used to build & push docker images, in our case we just use this to populate the MVP_DOCKER_REGISTRY environment variable.
SITECORE_PUBLIC_NUGET_FEED URL for Sitecore's public Nuget feed
Clone this wiki locally