Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.13 KB

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.