Skip to content

Commit

Permalink
Update sample-README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft authored Jun 12, 2018
1 parent 24d7930 commit d1ed2bd
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions 1-CONTRIBUTION-GUIDE/sample-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,6 @@
<img src="https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/visualizebutton.png"/>
</a>

To deploy this template using the scripts from the root of this repo: (change the folder name below to match the folder name for this sample)

```PowerShell
.\Deploy-AzureResourceGroup.ps1 -ResourceGroupLocation 'eastus' -ArtifactsStagingDirectory '[foldername]'
```
```bash
azure-group-deploy.sh -a [foldername] -l eastus -u
```
If your sample has artifacts that need to be "staged" for deployment (Configuration Scripts, Nested Templates, DSC Packages) then set the upload switch on the command.
You can optionally specify a storage account to use, if so the storage account must already exist within the subscription. If you don't want to specify a storage account
one will be created by the script (think of this as "temp" storage for AzureRM) and reused by subsequent deployments.

```PowerShell
.\Deploy-AzureResourceGroup.ps1 -ResourceGroupLocation 'eastus' -ArtifactsStagingDirectory '100-blank-template' -UploadArtifacts
```
```bash
azure-group-deploy.sh -a 100-blank-template -l eastus -u
```

This template deploys a **solution name**. The **solution name** is a **description**

`Tags: Tag1, Tag2, Tag3`
Expand Down

0 comments on commit d1ed2bd

Please sign in to comment.