Skip to content

Commit 108fc6d

Browse files
committed
Docbug-80025006
1 parent 9b0d179 commit 108fc6d

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

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

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ 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.
34-
- One Standard_B2ms virtual machine for the primary site server and the SQL Server database server.
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.
3535
- Standard_LRS storage account
3636

3737
> [!Tip]
@@ -62,6 +62,8 @@ This process requires an Azure subscription in which you can create the followin
6262
- **Admin Username**: The name of a user on the VMs with administrative rights. You use this user to sign in to the VMs.
6363

6464
- **Admin Password**: The password must meet the Azure complexity requirements. For more information, see [adminPassword](/rest/api/compute/virtualmachines/createorupdate#osprofile).
65+
66+
- **Configuration**: User can choose "Standalone" or "Hierarchy". This setting is available for Current Branch template only.
6567

6668
> [!Important]
6769
> The following settings are required by Azure. Use the default values. Don't change these values.
@@ -72,22 +74,30 @@ This process requires an Azure subscription in which you can create the followin
7274
>
7375
> - **Location**: The location for all resources
7476
77+
> [!NOTE]
78+
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”.
81+
7582
4. Read the terms and conditions. If you agree, select **I agree to the terms and conditions stated above**. Then select **Purchase** to continue.
7683

7784
Azure validates the settings, and then begins the deployment. Check the status of the deployment in the Azure portal.
7885

7986
> [!NOTE]
8087
> The process can take 2-4 hours. Even when the Azure portal shows successful deployment, configuration scripts continue to run. Don't restart the VMs during the process.
8188
82-
To see the status of the configuration scripts, connect to the `<prefix>PS1` server, and view the following file: `%windir%\TEMP\ProvisionScript\PS1.json`. If it shows all steps as complete, the process is done.
89+
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+
91+
[!NOTE]
92+
> When using the Current Branch Template, the json file used is CAS.json at same location in `<prefix>CS01` server.
8393
8494
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).
8595

8696

8797

8898
## Azure VM info
8999

90-
All Three VMs have the following specifications:
100+
All Three VMs (VM count depends upon which configuration/clients count was chosen) have the following specifications:
91101
- 150 GB of disk space
92102
- 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.
93103

@@ -98,7 +108,7 @@ The prefix that you specified in the deployment template is the VM name prefix.
98108

99109
- Active Directory domain controller
100110
- Standard_B2s, which has two processors and 4 GB of memory
101-
- Windows Server 2019 Datacenter edition
111+
- Windows Server 2022 Datacenter edition
102112

103113
#### Windows features and roles
104114
- Active Directory Domain Services (ADDS)
@@ -109,7 +119,7 @@ The prefix that you specified in the deployment template is the VM name prefix.
109119
### `<prefix>PS01`
110120

111121
- Standard_B2ms, which has two processors and 8 GB of memory
112-
- Windows Server 2016 Datacenter edition
122+
- Windows Server 2019 Datacenter edition
113123
- SQL Server
114124
- Windows 10 ADK with Windows PE
115125
- Configuration Manager primary site
@@ -133,8 +143,8 @@ The prefix that you specified in the deployment template is the VM name prefix.
133143
- Internet Information Service (IIS)
134144
- Background intelligent transfer service (BITS)
135145

136-
### `<prefix>CL01`
146+
### `<prefix>CL01`
137147

138148
- Only for Configuration Manager current branch evaluation template
139149
- Windows 10
140-
- Configuration Manager client
150+
- Configuration Manager client

0 commit comments

Comments
 (0)