Skip to content

Commit

Permalink
Update provision team README (Azure-Samples#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
rguthriemsft authored and dtzar committed Jun 19, 2018
1 parent f5e0ee0 commit 10ec647
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions provision-team/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Description

This script is used to install the Openhack team environment for the DevOps OpenHack. This script will deploy all the necessary resources and configure the environment for a team to participate in the OpenHack.

## Pre-requisites

- Access to [MyDriving github repository](https://github.com/Azure-Samples/openhack-devops-team)
Expand All @@ -15,7 +17,7 @@

`./setup.sh -i <subscriptionId> -g <resourceGroupName> -l <resourceGroupLocation> -n <teamName> -e <teamNumber>`

**NOTE:** You will be asked to login to your subscription if you have not already done so using the azure cli.
**NOTE:** You must login to the target subscription, if you have not already done so using the azure cli, prior to executing the setup script for a team.

### Parameters

Expand All @@ -29,4 +31,4 @@ An example command to provision with a random team number:
`./setup.sh -i 9d05a3cd-f0f4-439f-883e-c855e054 -l eastus -n devopsoh`

An example command to provision with a specific team number:
`./setup.sh -i 9d05a3cd-f0f4-439f-883e-c855e054 -l eastus -n devopsoh -e 01`
`./setup.sh -i 9d05a3cd-f0f4-439f-883e-c855e054 -l eastus -n devopsoh -e 01`

0 comments on commit 10ec647

Please sign in to comment.