Skip to content

Create a sample Azure DevOps project and Azure resources in a single command

License

Notifications You must be signed in to change notification settings

e-gineering/azure-cli-concierge-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure CLI Concierge Extension

Build status

The Azure Concierge Extension for Azure CLI adds a Concierge command to allow easy creation of an Azure DevOps project and associated Azure resources.

This is similar to and inspired by the Azure DevOps Demo Generator, seen here.

Usage

$ az concierge [group]
$ az concierge -h

Group
  az concierge : Create a sample Azure DevOps project and Azure resources in a single command.

Commands:
  create : Create resources

Example Usage

$ az concierge create \
    --organization MyAzureDevOpsOrganization \
    --project AzureDevOpsProjectName \
    --location 'northcentralus' \
    --group-name ResourceGroupName \
    --site-type function \
    --site-name AzureResourceName

By default the template used creates an Azure Function webapp with associated storage account and app service plan all in the same resource group. More types are coming soon.