I’m a bit stuck. The first task in this challenge is to create a new DevOps org in Azure but you can’t. You need contributor permissions to the subcription to create an org which you dont have and cant add. There is no organisation already existing either so there’s really nothing you can do.
I’ve tried adding my org via Azure CLI too after alot of searching to find out how and if it’s even possible, I’m not actully entirely sure it is but I tried this to set a org name:
az extension add --name azure-devops
az devops organization create --name kklabusermain-10338964d41d4d23 --location eastus
az devops configure --defaults organization=https://dev.azure.com/kklabusermain-10338964d41d4d23
az devops project create --name datacenter-project --description “datacenter-project” --visibility private --source-control git
Still hit errors and the organisation is not live. Anyone got past this or know what I’m supposed to do? Cheers
