Reputation: 720
I understand how to create a new DevOps project from https://portal.azure.com and I see how that creates a new DevOps organisation or reuses an existing one (scoped to that AzureAD). A new project is also created as well as an associated WebApps project.
These are my challenges:
There doesn't seem to be any documentation anywhere that directly addresses these issues for me.
Upvotes: 1
Views: 1231
Reputation: 16018
You may use Azure DevOps Organizations to connect your azure subscription with devops account:
Then you may use users on Azure DevOps from Azure Active Directory and manage billing (get more license):
Also you may use DevOps Project wizard to create a team project from a template:
Additional links:
Upvotes: 2