Skip to content

Latest commit

 

History

History
80 lines (51 loc) · 2.77 KB

File metadata and controls

80 lines (51 loc) · 2.77 KB

Solution name

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)

.\Deploy-AzureResourceGroup.ps1 -ResourceGroupLocation 'eastus' -ArtifactsStagingDirectory '[foldername]'
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.

.\Deploy-AzureResourceGroup.ps1 -ResourceGroupLocation 'eastus' -ArtifactsStagingDirectory '100-blank-template' -UploadArtifacts 
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

Solution overview and deployed resources

This is an overview of the solution

The following resources are deployed as part of the solution

Resource provider 1

Description Resource Provider 1

  • Resource type 1A: Description Resource type 1A
  • Resource type 1B: Description Resource type 1B
  • Resource type 1C: Description Resource type 1C

Resource provider 2

Description Resource Provider 2

  • Resource type 2A: Description Resource type 2A

Resource provider 3

Description Resource Provider 3

  • Resource type 3A: Description Resource type 3A
  • Resource type 3B: Description Resource type 3B

Prerequisites

Decscription of the prerequistes for the deployment

Deployment steps

You can click the "deploy to Azure" button at the beginning of this document or follow the instructions for command line deployment using the scripts in the root of this repo.

Usage

Connect

How to connect to the solution

Management

How to manage the solution

Notes

Solution notes