Before installing PE, select an appropriate Azure machine type and configure a security group to accommodate PE's required network ports.
Selecting an Azure machine type
The VM you're running PE on must have sufficient memory and processing power.
To fulfill the hardware requirements, use at least a Standard D3 v2 VM as a minimum baseline. The PE installation contained in this image does not include additional Puppet compile masters and therefore should not manage more than 4,000 nodes.
Security groups
The PE ARM template defines the ports that are required for PE VM to be configured and accessible. The security group is created in the resource group associated with your account.
TCP ports
TCP Port | Description | VPC Access |
---|---|---|
22 | SSH | Externally visible |
433 | Puppet Enterprise console (HTTP) | Externally visible |
8140 | Puppet master | Visible inside virtual network only |
8142 | Orchestration services | Visible inside virtual network only |
8143 | Orchestration services | Visible inside virtual network only |
61613 | MCollective | Visible inside virtual network only |