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
Copy file name to clipboardExpand all lines: memdocs/configmgr/core/get-started/azure-template.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,11 @@ For more information, see [Configuration Manager on Azure](../understand/configu
30
30
## Prerequisites
31
31
32
32
This process requires an Azure subscription in which you can create the following objects:
33
-
- Two Standard_B2s virtual machines for domain controller, management point, and distribution point. Choice available to choose client count(0-3) as a parameter.
34
-
- One Standard_B2ms virtual machine for the primary site server and the SQL Server database server and one other Standard_B2ms virtual machine for Central Administration Site if choosing to create hierarchy bench.
35
-
- Standard_LRS storage account
33
+
- Two Standard_B2s virtual machines for domain controller, management point, and distribution point.
34
+
- Zero to three virtual machines for client devices.
35
+
- One Standard_B2ms virtual machine for the primary site server and the SQL Server database server
36
+
- If you choose to create a hierarchy, one other Standard_B2ms virtual machine for the central administration site.
37
+
- Standard_LRS storage account.
36
38
37
39
> [!Tip]
38
40
> To help determine potential costs, see the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/).
@@ -63,7 +65,7 @@ This process requires an Azure subscription in which you can create the followin
63
65
64
66
-**Admin Password**: The password must meet the Azure complexity requirements. For more information, see [adminPassword](/rest/api/compute/virtualmachines/createorupdate#osprofile).
65
67
66
-
-**Configuration**: User can choose "Standalone" or "Hierarchy". This setting is available for Current Branch template only.
68
+
-**Configuration**: You can choose "Standalone" or "Hierarchy". This setting is available for the current branch template only.
67
69
68
70
> [!Important]
69
71
> The following settings are required by Azure. Use the default values. Don't change these values.
@@ -73,11 +75,12 @@ This process requires an Azure subscription in which you can create the followin
73
75
> -**\_artifacts Location Sas Token**: The sasToken is required to access the artifacts location
74
76
>
75
77
> -**Location**: The location for all resources
76
-
77
78
> [!NOTE]
78
79
79
-
> If the azure template was edited before being deployed then the _artifactsLocation value needs to be changed. For Tech Preview template the value is “https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/application-workloads/sccm/sccm-technicalpreview/azuredeploy.json”.
80
-
For Current Branch template value is “https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/application-workloads/sccm/sccm-currentbranch/azuredeploy.json”.
80
+
> If you edited the Azure template before you deployed it, then you need to change the `_artifactsLocation` value.
81
+
>
82
+
> - For the technical preview template, the value is `https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/application-workloads/sccm/sccm-technicalpreview/azuredeploy.json`
83
+
> - For the current branch template, the value is `https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/application-workloads/sccm/sccm-currentbranch/azuredeploy.json`
81
84
82
85
4. Read the terms and conditions. If you agree, select **I agree to the terms and conditions stated above**. Then select **Purchase** to continue.
83
86
@@ -88,16 +91,16 @@ Azure validates the settings, and then begins the deployment. Check the status o
88
91
89
92
To see the status of the configuration scripts, connect to the `<prefix>PS01` server, and view the following file: `%windir%\TEMP\ProvisionScript\PS01.json`. If it shows all steps as complete, the process is done.
90
93
91
-
[!NOTE]
92
-
> When using the Current Branch Template, the json file used is CAS.json at same location in`<prefix>CS01` server.
94
+
>[!NOTE]
95
+
> When you use the current branch template, it uses the CAS.json file at the same location on the`<prefix>CS01` server.
93
96
94
97
To connect to the VMs, first get from the Azure portal the public IP addresses for each VM. When you connect to the VM, the domain name is `contoso.com`. Use the credentials that you specified in the deployment template. For more information, see [How to connect and log on to an Azure virtual machine running Windows](/azure/virtual-machines/windows/connect-logon).
95
98
96
99
97
100
98
101
## Azure VM info
99
102
100
-
All Three VMs (VM count depends upon which configuration/clients count was chosen) have the following specifications:
103
+
All VMs have the following specifications:
101
104
- 150 GB of disk space
102
105
- Both a public and private IP address. The public IPs are in a network security group that only allows remote desktop connections on TCP port 3389.
0 commit comments