2.9 KiB
Solution name
This template deploys a solution name. The solution name is a description
Tags: [Tag1, Tag2, Tag3]
Endpoint | Version | Validated |
---|---|---|
Microsoft Azure | - | no |
Microsoft Azure Stack | - | no |
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.
It is also possible to create a storage account in your subscription and perform the deployment from that storage account using the following steps. 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 'local' -ArtifactsStagingDirectory '[foldername]'
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 'local' -ArtifactsStagingDirectory '100-STARTER-TEMPLATE-with-VALIDATION' -UploadArtifacts
Usage
Connect
How to connect to the solution
Management
How to manage the solution
Notes
Solution notes