You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This template deploys a [solution name]. The [solution name] is a [description]
10
+
This template deploys a **solution name**. The **solution name** is a **description**
7
11
8
12
`Tags: [Tag1, Tag2, Tag3]`
9
13
@@ -12,92 +16,66 @@ This template deploys a [solution name]. The [solution name] is a [description]
12
16
| Microsoft Azure | - | no |
13
17
| Microsoft Azure Stack | TP1 | no |
14
18
15
-
## Deployed resources
19
+
## Solution overview and deployed resources
20
+
21
+
This is an overview of the solution
16
22
17
23
The following resources are deployed as part of the solution
18
24
19
-
####[Resource provider 1]
20
-
[Description Resource Provider 1]
21
-
+**[Resource type 1A]**: [Description Resource type 1A]
22
-
+**[Resource type 1B]**: [Description Resource type 1B]
23
-
+**[Resource type 1C]**: [Description Resource type 1C]
25
+
#### Resource provider 1
26
+
27
+
Description Resource Provider 1
28
+
29
+
+**Resource type 1A**: Description Resource type 1A
30
+
+**Resource type 1B**: Description Resource type 1B
31
+
+**Resource type 1C**: Description Resource type 1C
32
+
33
+
#### Resource provider 2
34
+
35
+
Description Resource Provider 2
24
36
25
-
####[Resource provider 2]
26
-
[Description Resource Provider 2]
27
-
+**[Resource type 2A]**: [Description Resource type 2A]
37
+
+**Resource type 2A**: Description Resource type 2A
28
38
29
-
####[Resource provider 3]
30
-
[Description Resource Provider 3]
31
-
+**[Resource type 3A]**: [Description Resource type 3A]
32
-
+**[Resource type 3B]**: [Description Resource type 3B]
39
+
#### Resource provider 3
40
+
41
+
Description Resource Provider 3
42
+
43
+
+**Resource type 3A**: Description Resource type 3A
44
+
+**Resource type 3B**: Description Resource type 3B
33
45
34
46
## Prerequisites
35
47
36
-
[Decscription of the prerequistes for the deployment]
48
+
Decscription of the prerequistes for the deployment
37
49
38
50
## Deployment steps
39
-
You can either click the "deploy to Azure" button at the beginning of this document or deploy the solution from PowerShell with the following PowerShell script.
40
-
41
-
```PowerShell
42
-
## Specify your AzureAD Tenant in a variable.
43
-
# If you know the prefix of your <prefix>.onmicrosoft.com AzureAD account use option 1)
44
-
# If you do not know the prefix of your <prefix>.onmicrosoft.com AzureAD account use option 2)
45
-
46
-
# Option 1) If you know the prefix of your <prefix>.onmicrosoft.com AzureAD namespace.
47
-
# You need to set that in the $AadTenantId varibale (e.g. contoso.onmicrosoft.com).
48
-
$AadTenantId = "contoso"
49
-
50
-
# Option 2) If you don't know the prefix of your AzureAD namespace, run the following cmdlets.
51
-
# Validate with the Azure AD credentials you also use to sign in as a tenant to Microsoft Azure Stack Technical Preview.
52
-
$AadTenant = Login-AzureRmAccount
53
-
$AadTenantId = $AadTenant.Context.Tenant.TenantId
54
-
55
-
## Configure the environment with the Add-AzureRmEnvironment cmdlt
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.
53
+
54
+
It is also possible to create a storage account in your subscription and perform the deployment from that storage account using the following steps.
55
+
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)
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.
62
+
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
63
+
one will be created by the script (think of this as "temp" storage for AzureRM) and reused by subsequent deployments.
0 commit comments