From d1ed2bd37d6b6e508d5466e513b13c58a4c95671 Mon Sep 17 00:00:00 2001 From: Brian Moore Date: Tue, 12 Jun 2018 11:47:28 -0500 Subject: [PATCH] Update sample-README.md --- 1-CONTRIBUTION-GUIDE/sample-README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/1-CONTRIBUTION-GUIDE/sample-README.md b/1-CONTRIBUTION-GUIDE/sample-README.md index e773cdb3d991..021c076447d6 100644 --- a/1-CONTRIBUTION-GUIDE/sample-README.md +++ b/1-CONTRIBUTION-GUIDE/sample-README.md @@ -7,25 +7,6 @@ -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`