Skip to content

Commit 3b7bcd9

Browse files
committed
Docbug-80025006
1 parent 108fc6d commit 3b7bcd9

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

memdocs/configmgr/core/get-started/azure-template.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ For more information, see [Configuration Manager on Azure](../understand/configu
3030
## Prerequisites
3131

3232
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.
3638

3739
> [!Tip]
3840
> 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
6365

6466
- **Admin Password**: The password must meet the Azure complexity requirements. For more information, see [adminPassword](/rest/api/compute/virtualmachines/createorupdate#osprofile).
6567

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.
6769

6870
> [!Important]
6971
> 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
7375
> - **\_artifacts Location Sas Token**: The sasToken is required to access the artifacts location
7476
>
7577
> - **Location**: The location for all resources
76-
7778
> [!NOTE]
7879
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`
8184
8285
4. Read the terms and conditions. If you agree, select **I agree to the terms and conditions stated above**. Then select **Purchase** to continue.
8386

@@ -88,16 +91,16 @@ Azure validates the settings, and then begins the deployment. Check the status o
8891
8992
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.
9093

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.
9396
9497
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).
9598

9699

97100

98101
## Azure VM info
99102

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:
101104
- 150 GB of disk space
102105
- 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.
103106

0 commit comments

Comments
 (0)