Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e-gineering/azure-cli-concierge-extension
Create a sample Azure DevOps project and Azure resources in a single command
https://github.com/e-gineering/azure-cli-concierge-extension
azure azure-cli azure-cli-extension azure-devops azure-devops-extension cicd command-line command-line-tool devops git
Last synced: 3 months ago
JSON representation
Create a sample Azure DevOps project and Azure resources in a single command
- Host: GitHub
- URL: https://github.com/e-gineering/azure-cli-concierge-extension
- Owner: e-gineering
- License: mit
- Created: 2019-10-15T19:00:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T15:21:10.000Z (about 5 years ago)
- Last Synced: 2024-07-29T17:04:38.715Z (6 months ago)
- Topics: azure, azure-cli, azure-cli-extension, azure-devops, azure-devops-extension, cicd, command-line, command-line-tool, devops, git
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure CLI Concierge Extension
[![Build status](https://dev.azure.com/eg-internal/Concierge/_apis/build/status/Azure%20CLI%20Concierge)](https://dev.azure.com/eg-internal/Concierge/_build/latest?definitionId=12)
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](https://azuredevopsdemogenerator.azurewebsites.net).
## Usage
```
$ az concierge [group]
``````
$ az concierge -hGroup
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.