Set up to be tested by Azure pipelines
If necessary, install the az command line tools and devops extension.
pip install --user azure-cli
az extension add devops
And register an account and/or organization on Microsoft DevOps.
Then run the following incantation
az devops login --organization <organization_url e.g. https://dev.azure.com/jrper>
az devops project create --name <project_name>
az pipelines create --name <project_name> --repository <repo_url e.g. >