Best Guide to Set up SCCM CMG Cloud Management Gateway

Prajwal Desai
Posted by Prajwal Desai
SCCM CMG Cloud Management Gateway

This article details the steps to set up SCCM Cloud Management Gateway role. SCCM CMG provides a simple way to manage Configuration Manager clients on the internet.

You can use this cloud management gateway implementation guide to install and configure CMG. Setting up the CMG (cloud management gateway) is straightforward in SCCM.

You deploy CMG as a cloud service in Microsoft Azure. The best thing about SCCM CMG setup is you don’t need to expose your on-premises infrastructure to the internet. Your Management Points are not exposed to internet when you use CMG.

You can install multiple instances of the cloud management gateway (CMG) at primary sites, or the central administration site (CAS).

In this guide, we will understand what is SCCM CMG, how to set up and configure CMG and CMG log files for troubleshooting.

What is SCCM Cloud Management Gateway?

The cloud management gateway also known as SCCM CMG provides a simple way to manage Configuration Manager clients on the internet. When you deploy the SCCM CMG as a cloud service in Microsoft Azure, you can manage internet clients without additional infrastructure.

The biggest advantage or benefits of SCCM cloud management gateway is you don’t need to expose your on-premises infrastructure to the internet. If you are planning to use CMG, I would suggest you to read this article by Microsoft.

The CMG uses Azure Cloud Services as PaaS, this service uses virtual machines (VMs) that will involve compute costs. By default, the SCCM CMG uses a Standard A2 V2 VM.

When you set up SCCM cloud management gateway, you select how many VM instances support the CMG. One CMG supports up to 16 virtual machine (VM) instances in the Azure cloud service.

SCCM CMG High-Level Steps

  • Setup SCCM CMG Server Authentication Certificate
  • Setup SCCM CMG trusted root certificate to clients
  • Setup Client trusted root certificate to SCCM CMG
  • Configure HTTPS certs for Management Points
  • Configure Azure management certificate
  • Specify Unique SCCM CMG DNS Name
  • Configure Azure Services for Cloud Management
  • Verify Configuration Manager Azure Service
  • Create and Issue Web Server SCCM CMG Certificate Template
  • Import Web Server CMG certificate on the Primary Site Server
  • Export CMG Web Server Certificate
  • Setup SCCM Cloud Management Gateway (SCCM CMG)
  • Install Cloud Management Gateway Connection Point
  • Allow SCCM Cloud Management Gateway Traffic and cloud distribution points
  • Associate SCCM CMG with Boundary groups
  • Configure Clients for CMG

SCCM CMG Ports and Data Flow

When you plan to set up SCCM CMG, you don’t need to open any inbound ports to your on-premises network. The service connection point and CMG connection point are the ones that initiate all communication with Azure and the CMG.

The service connection point deploys and monitors the service in Azure, and therefore it must be in online mode. The SCCM CMG connection point connects to the CMG to manage communication between the SCCM CMG and on-premises site system roles.

The below screenshot shows the SCCM cloud management gateway diagram. For complete information about SCCM cloud management gateway ports, read the following article.

CMG Data Flow
Copyright Microsoft – Conceptual data flow for the CMG

SCCM CMG Prerequisites

Listed below are important requirements or prerequisites for SCCM CMG:

  • First of all you need an Azure Subscription to host the cloud management gateway. It can be either in Global Azure cloud or Azure US Government cloud.
  • Customers with a Cloud Service Provider (CSP) subscription need to use SCCM version 2010 or later with a virtual machine scale set deployment.
  • Your user account needs to be a Full administrator or Infrastructure administrator in Configuration Manager.
  • If you are deploying SCCM CMG, you need a Subscription Admin. To integrate the site with Azure AD for deploying the CMG using Azure Resource Manager, you need a Global Admin.
  • The SCCM service connection point should be in online mode before setting up cloud management gateway.
  • You need a server authentication certificate for the CMG.
  • Clients must use IPv4.
  • Configure the management point to allow traffic from the CMG. It also needs to require HTTPS, or configure the site for Enhanced HTTP.
  • Integration with Azure AD for deploying the service with Azure Resource Manager.
  • When you integrate the site with Azure AD for deploying the CMG using Azure Resource Manager, you need a Global Administrator.
  • When you create the CMG, you need an account that is an Azure Subscription Owner and an Azure AD Global Administrator.
  • You need at-least one on-premises Windows Server to host the CMG Connection Point.
  • The following client settings in the Cloud services group are enabled for devices that will use the CMG:
    • Enable clients to use a cloud management gateway
    • Allow access to cloud distribution point
  • Starting in ConfigMgr version 2203, the option to deploy a CMG as a cloud service (classic) is removed. All CMG deployments should use a virtual machine scale set.

Supported Configurations for Cloud Management Gateway

When you plan for a CMG, is it important to understand what configurations are supported by Cloud Management Gateway.

  • For Windows version, almost all Windows versions supported by Configuration Manager are supported for CMG.
  • CMG only supports the management point and software update point roles. You can also deploy task sequence over internet using CMG.
  • The CMG doesn’t support clients that only communicate with IPv6 addresses. The IPv4 clients are fully supported by CMG.
  • Software update points using a network load balancer don’t work with CMG.
  • Starting in version 2203, the option to deploy a CMG as a cloud service (classic) is removed. All CMG deployments should use a virtual machine scale set.

Cost of Cloud Management Gateway

When you plan for a CMG in SCCM, you must know that it is not free and there are costs associated. with it. The CMG comes with a cost because it uses several components in Azure.

The cost charges are incurred to your Azure subscription account. Some costs are fixed, but some vary depending upon usage.

The two main CMG costs include the cost of virtual machine that hosts CMG service and the amount of data that you transfer to the CMG.

Following components are involved when you calculate the cost for CMG:

  • Virtual machine scale set
  • Outbound data transfer
  • Content storage

For more information on CMG Cost, refer to cost of cloud management gateway article.

Configuration Manager CMG Components

When you plan for a CMG, the deployment and operation of the CMG includes the following components:

  • The CMG cloud service in Azure authenticates and forwards Configuration Manager client requests over the internet to the on-premises CMG connection point.
  • The CMG connection point site system role enables a consistent and high-performance connection from the on-premises network to the CMG service in Azure. It also publishes settings to the CMG including connection information and security settings. The CMG connection point forwards client requests from the CMG to on-premises roles according to URL mappings.
  • The service connection point site system role runs the cloud service manager component, which handles all CMG deployment tasks. Additionally, it monitors and reports service health and logging information from Azure Active Directory (Azure AD). Make sure your service connection point is in online mode.
  • The management point and software update point site system roles service client requests per normal.
  • The CMG uses a certificate-based HTTPS web service to help secure network communication with clients.
  • Internet-based clients connect to the CMG to access on-premises Configuration Manager components. There are multiple options for client identity and authentication:
  • The CMG creates an Azure storage account, which it uses for its standard operations. By default, the CMG is also content-enabled to provide deployment content to internet-based clients. This storage account doesn’t support customizations, such as virtual network restrictions.

SCCM CMG Certificates Requirements

Before you set up ConfigMgr CMG, one thing that you must really work on is the CMG certificates. I have not included this info under SCCM CMG prerequisites section because this topic is quite complex. However, I will try my best to make it easy for you.

  • CMG server authentication certificate
  • CMG trusted root certificate to clients
  • Server authentication certificate issued by public provider / Enterprise PKI
  • Client Authentication Certificate
  • Client trusted root certificate to SCCM CMG
  • HTTPS certs for Management Points
  • Azure Management Certificate

SCCM CMG Server Authentication Certificate

The server authentication certificate is required while creating the cloud management gateway in the Configuration Manager console. The SCCM CMG setup basically creates a HTTPS service to which your internet clients connect.

For a valid Configuration Manager CMG server authentication cert, you can either acquire a certificate from a public provider or issue it from your public key infrastructure (PKI). In this post, I will be issuing the cert from my PKI.

If you are using SCCM version 1802 and above, you can use the wildcard certificates as CMG server cert. Before you create this certificate, make sure the Azure domain name that you use for CMG is unique.

SCCM CMG trusted root certificate to clients

This certificate is for clients that must trust the CMG server authentication certificate. There are two methods to accomplish this :-

  • Use a certificate from a public and globally trusted certificate provider.
  • Use a certificate issued by an enterprise CA from your public key infrastructure (PKI).

Client trusted root certificate to SCCM CMG

You supply this root certificate when you set up cloud management gateway in the Configuration Manager console. The CMG must trust the client authentication certificates. If you’re using PKI client authentication certificates, then you must add a trusted root certificate to the CMG.

HTTPS certs for Management Points

To configure HTTPS on Management points requires PKI and this topic is huge. Don’t worry, I have covered step-by-step deployment of the PKI certificates for SCCM here.

Azure management certificate

The Azure management certificate is required for classic service deployments. With SCCM 1810 and above the classic service deployments in Azure are deprecated. So start using Azure Resource Manager deployments for the cloud management gateway.

Specify Unique SCCM CMG DNS Name

The DNS name that you use for setting up CMG in Azure must be unique. You can check the availability of CMG DNS name in Azure portal. When you enter the DNS name, you should see either a green tick or red X. Green tick means YES the domain name is available and red X means the DNS name is not available.

Login to Azure portal and select Cloud Services (classic). Click +Add button.

Specify Unique SCCM CMG DNS Name
Specify Unique SCCM CMG DNS Name

Enter the DNS name which should be unique as I mentioned earlier. In my case, I see a green tick, so I will be using prajwalcmg.cloudapp.net as CMG DNS name.

At this point, there are two options that you have. You can skip creating this service because it will be created automatically when we set up SCCM CMG. You may also create the service and use it while setting up SCCM CMG.

Confirm Unique Azure Domain Name
Specify Unique SCCM CMG DNS Name

Configure Azure Services for Cloud Management

We will now configure Azure cloud services for CMG that you can use with SCCM using the Azure Services Wizard. We will create web app and native client app that provide subscription and configuration details, and authenticate communications with Azure AD.

Go to Administration > Overview > Cloud Services > Azure Services. Right click Azure Services and click Configure Azure Services.

Configure Azure Services for Cloud Management
Configure Azure Services for Cloud Management

Select the Azure Services as Cloud Management and specify a name and description. Click Next.

Configure Azure Services
Configure Azure Services for Cloud Management

Select the Azure environment which is AzurePublicCloud. First we will create a web app, click Browse.

Create Web App for server
Create Web App for server

In the Server App box, click Create.

Create Web App for server
Create Web App for server

In the Create Server Application box, enter the application name. It can be anything. Specify key validation period and next click Sign-in button.

You should now see a box where-in you must sign in. Once you enter the correct credentials, your Azure AD tenant name will be shown along with Signed in successfully message. Click OK.

Create Web App for server
Create Web App for server

Select the server app that you just created and click OK.

Create Web App for server
Create Web App for server

We will now create a native client app, so click Browse.

Create Native App for Client
Create Native App for Client

Enter the application name, and you must sign in again. When you do that click OK.

Create native App for client
Create Native App for Client

Now we have Server and Client app created. Click Next.

SCCM Azure Service
SCCM Azure Service

You can leave this option “Enable Azure Active Directory User Discovery” selected. Click Next.

SCCM Azure Service
SCCM Azure Service

Click Next on Summary page.

SCCM Azure Service
SCCM Azure Service

Finally, on the Completion window, click Close.

SCCM Azure Service
Close Azure Services Wizard

Verify Configuration Manager Azure Service

To verify the Azure Service that you created for Configuration Manager, click Azure Services. On the right pane you should see the Azure service and Associated Azure Service which is Cloud Management.

SCCM Azure Service
Configuration Manager Azure Service

If you click Azure Active Directory Tenants, you should see Tenant name and tenant ID. In addition to that, you will see the Application Name, Tenant ID, Client ID in the bottom pane.

SCCM client and Server app
SCCM Client App and SCCM Server App

Create and Issue Web Server SCCM CMG Certificate Template

In this section, we will create a new custom certificate which by using the web server certificate template. At this point, if you have templates created during implementing PKI, you can simply duplicate the SCCM IIS Certificate and use it.

If not, you can duplicate the web server template and configure it. This certificate will be used for the installation of the SCCM cloud management gateway.

Login to Certification Authority server, open the Certification Authority console. Right-click Certificate Templates and select Manage.

Create and Issue Web Server CMG Certificate Template
SCCM CMG Certificate Template

Right click Web Server and click Duplicate Template.

Create and Issue Web Server CMG Certificate Template
SCCM CMG Certificate Template

Click Compatibility tab and ensure the settings are same as per below screenshot.

Create and Issue Web Server CMG Certificate Template
SCCM CMG Certificate Template

Click General tab and specify a name to this temple. I will name it as SCCM CMG Certificate.

Create and Issue Web Server CMG Certificate Template
SCCM CMG Certificate Template

Click Request Handling and ensure Allow private key to be exported is checked.

Create and Issue Web Server CMG Certificate Template
SCCM CMG Certificate Template

Now click Security tab, add the group that contains your SCCM Primary Site server computer account. Select the group and enable Enroll permission.

Create and Issue Web Server CMG Certificate Template
SCCM CMG Certificate Template

For Enterprise Admins, you can uncheck Enroll permission. Click Apply and OK. Close the console.

Create and Issue Web Server CMG Certificate Template
SCCM CMG Certificate Template

Now right click Certificate Templates and click New > Certificate Template to Issue.

Create and Issue Web Server CMG Certificate Template
SCCM CMG Certificate Template

Select the SCCM CMG Certificate and click OK.

Create and Issue Web Server CMG Certificate Template
SCCM CMG Certificate Template

Import Web Server CMG certificate on the Primary Site Server

After you have created the SCCM CMG certificate, we will now import this certificate on our SCCM server.

Login to SCCM server. Open the Certificates console (run the command certlm.msc – this saves your time). Expand Personal > Certificates. Right click Certificates > All Tasks > Request New Certificate.

Import Web server CMG certificate on the Primary Site Server
Import Web Server CMG certificate

From the list of certs, select SCCM CMG Certificate and click the link below it.

Import Web server CMG certificate on the Primary Site Server
Import Web Server CMG certificate

In the Certificate Properties dialog box, under for Subject name, select Type as Full DN. Under Alternative name, select Type as DNS and enter the service name.

Enter a public DNS name that you want to use with SCCM CMG. I will enter *.prajwal.org here which allows me to use any subdomain for CMG.

Import Web server CMG certificate on the Primary Site Server
Import Web Server CMG certificate

Click General tab and specify a friendly name for this certificate and then click Apply and OK.

Import Web server CMG certificate on the Primary Site Server
Import Web Server CMG certificate

Click Enroll.

SCCM CMG Certificate
Import Web Server CMG certificate

The certificate is enrolled successfully. Click Finish.

SCCM CMG Certificate
Import Web Server CMG certificate

Export CMG Web Server Certificate

In the above step, on the site server, you requested the CMG certificate and enrolled it. Now we will export this certificate in a .PFX format. This certificate will be required while creating cloud management gateway.

Select the CMG certificate, right click and click All Tasks > Export.

Export SCCM CMG Certificate
Export CMG Web Server Certificate

On welcome to certificate export wizard, click Next.

Export SCCM CMG Certificate
Export CMG Web Server Certificate

Select Yes, export the private key. Click Next.

Export SCCM CMG Certificate
Export CMG Web Server Certificate

Make no changes here and click Next.

Export SCCM CMG Certificate
Export CMG Web Server Certificate

Enter a password for the CMG certificate and click Next.

Export SCCM CMG Certificate
Export CMG Web Server Certificate

Save the CMG certificate on your computer. Click Next.

Export SCCM CMG Certificate
Export CMG Web Server Certificate

Click Finish. This completes the CMG certificate export process.

Export SCCM CMG Certificate
Export CMG Web Server Certificate

Setup SCCM Cloud Management Gateway (SCCM CMG)

Follow the below steps to set up cloud management gateway in SCCM:

  • Launch the SCCM console.
  • Navigate to Administration > Cloud Services > Cloud Management Gateway.
  • Right click Cloud Management Gateway and click Create Cloud Management Gateway
Setup SCCM Cloud Management Gateway
Setup SCCM Cloud Management Gateway (SCCM CMG)

You should now see the Create Cloud Management Gateway Wizard. Click Sign-in and login with your subscription admin account.

On successful sign-in you should see Subscription ID, Azure AD app name and tenant name automatically populated. Click Next

Setup SCCM Cloud Management Gateway
Set up SCCM Cloud Management Gateway (SCCM CMG)

On the Settings page, click Browse and select the CMG certificate. The Service name and deployment name are populated automatically.

You can use an existing resource group or create a new resource group. I will go with just 1 VM instance.

You see two options and a certificates button.

  • Verify Client Certificate Revocation.
  • Allow CMG to function as a cloud distribution point and serve content from Azure storage – With SCCM 1806, you get this new option. Now a CMG can also serve content to clients. This functionality reduces the required certificates and cost of Azure VMs.

I will leave both the above options checked. Next click Certificates.

Setup SCCM Cloud Management Gateway
Setup SCCM Cloud Management Gateway (SCCM CMG)

You need to specify a certificate that tells CMG what certs it needs to trust. In my case, I have got an PKI setup, so I will add the root certificate. If you need help with exporting the root certificate, refer to how to export Root CA certificate for ConfigMgr.

Setup SCCM Cloud Management Gateway
Setup SCCM Cloud Management Gateway (SCCM CMG)

Click Next.

Setup SCCM Cloud Management Gateway
Setup SCCM Cloud Management Gateway (SCCM CMG)

On the Alerts page, click Next.

Setup SCCM Cloud Management Gateway
Setup SCCM Cloud Management Gateway (SCCM CMG)

On the Completion page click Close.

Setup ConfigMgr Cloud Management Gateway
Setup SCCM Cloud Management Gateway (SCCM CMG)

Cloud Management Gateway Status

After you set up cloud management gateway, monitor the status in the SCCM console. Right now, the status in Provisioning.

Setup SCCM Cloud Management Gateway
Cloud Management Gateway Status

After few minutes the status is changed to Provisioning Completed. Later I will cover what log file do you need to monitor for this.

Setup ConfigMgr Cloud Management Gateway
Cloud Management Gateway Status

Install Cloud Management Gateway Connection Point

To install cloud management gateway connection point role in SCCM:

  • In SCCM console, go to Administration > Site Configuration > Servers and Site System Roles.
  • Right-click site server and select Add Site System Roles.
Add Cloud Management Gateway Connection Point
Install Cloud Management Gateway Connection Point

On the General window of Add Site System roles wizard, click Next.

Add Cloud Management Gateway Connection Point
Install Cloud Management Gateway Connection Point

Check the box for Cloud Management gateway connection point. Click Next.

Add Cloud Management Gateway Connection Point
Install Cloud Management Gateway Connection Point

Select your cloud management gateway and click Next.

Add Cloud Management Gateway Connection Point
Install Cloud Management Gateway Connection Point

On the Completion window, click Close.

Add Cloud Management Gateway Connection Point
Install Cloud Management Gateway Connection Point

Allow Cloud Management Gateway Traffic

You must configure the management point and software update point site systems to accept cloud management gateway traffic. Do this procedure on the primary site, for all management points and software update points that service internet-based clients.

Go Administration > Site Configuration > Servers and Site System Roles. Select the site server and in the bottom pane, right click Management point and click Properties.

Under Management Point Properties, check the box Allow Configuration Manager cloud management gateway traffic. Click OK.

Allow SCCM Cloud Management Gateway traffic
Allow SCCM Cloud Management Gateway Traffic

Under Software update point properties, check the box Allow Configuration Manager cloud management gateway traffic. Click OK.

Allow Configuration Manager Cloud Management Gateway traffic
Allow SCCM Cloud Management Gateway Traffic

Allow access to Cloud Distribution Points

Under the client settings, click Cloud Services. Under Device/User Settings, set Allow access to cloud distribution point to Yes.

Allow access to cloud distribution point
Allow access to cloud distribution points

SCCM CMG Boundary Group

If you are using Configuration Manager 1902, you can associate a SCCM Cloud Management Gateway with a boundary group. You can do this after you setup SCCM cloud management gateway. When you create or configure a boundary group, on the References tab, add a cloud management gateway.

Associate Cloud management gateway with Boundary groups
Associate SCCM CMG with Boundary groups

Configure Clients for CMG

After you set up SCCM cloud management gateway and all the site system roles are running, clients get the location of the CMG service automatically on the next location request.

Most of all the clients must be on the intranet to receive the location of the SCCM CMG service. By default, the polling cycle for location requests is every 24 hours. However, to speed up the request, you can restart the SMS Agent Host service (ccmexec.exe) on the computer.

Sometimes when you switch the client to internet, the client still talks to your internal management point. In such cases, you can force the client to always use the CMG with a registry key change. This configuration is useful for testing purposes, or for clients that you want to force to always use the CMG.

You can set the following registry key on the client. By setting ClientAlwaysOnInternet = 1, the clients will use SCCM CMG service.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CCM\Security, ClientAlwaysOnInternet = 1

To troubleshoot CMG client traffic, use CMGHttpHandler.log, CMGService.log, and SMS_Cloud_ProxyConnector.log. I will cover more about CMG troubleshooting and other stuff related to it another post.

Enable Remote Desktop on SCCM CMG

Once you set up SCCM CMG, you can enable remote desktop and access the virtual machine located in Azure. Once you enable remote desktop on CMG, you can review the IIS log files from the CMG Virtual Machine. Here is a step-by-step guide on how to enable remote desktop in SCCM cloud management gateway.

SCCM CMG Logs for Troubleshooting

When you set up the SCCM cloud management gateway, you must know the CMG log files that can help you to troubleshoot issues.

The below table lists all the CMG log files useful for troubleshooting issues related to cloud management gateway.

CMG Log File NameDescriptionLog File Location
SMS_Cloud_ProxyConnector.logRecords details about setting up connections between the cloud management gateway service and the cloud management gateway connection point.This log file is located on site system server – C:\Program Files\Microsoft Configuration Manager\Logs
CloudMgr.logThis file logs details related to cloud management gateway service, ongoing service status, and all the data associated with the service.On site server – C:\Program Files\Microsoft Configuration Manager\Logs
CMGContentService.logThis log records the details of the service when you enable a CMG to also serve content from Azure storage.%approot%\logs on your Azure server
CMGService.logRecords details about the cloud management gateway (CMG) service core component in Azure.%approot%\logs on your Azure server
CMGHttpHandler.logYou see this log file only if you are using version 1802. This is because in SCCM 1806, this log has been removed. The component functionality is merged into the CMG service component. Therefore see the CMGService.log instead.%approot%\logs on your Azure server
CMGSetup.logRecords details about the second phase of the cloud management gateway deployment (local deployment in Azure).%approot%\logs on your Azure server

SCCM CMG (Cloud Management Gateway) FAQs

Some common questions related to SCCM cloud management gateway setup.

What is SCCM CMG?

SCCM Cloud management gateway (CMG) is an Azure service (PAAS) to manage SCCM clients over the internet. The cloud management gateway provides a simple way to manage SCCM clients over the internet.

Can I use PowerShell command to setup CMG?

You can use New-CMCloudManagementGateway to setup CMG using PowerShell.

Can a Primary site have multiple instances of the CMG?

Yes, you can install multiple instances of the CMG connection point at primary sites.

Does CMG Require PKI?

Yes, the server requires a server authentication certificate to build the secure channel. You can acquire a certificate for this purpose from a public provider, or issue it from your public key infrastructure (PKI).

Does CMG need Azure ExpressRoute?

The answer is No. ExpressRoute, or any such virtual network connections aren’t required for the CMG.

Share This Article
Prajwal Desai
Posted by Prajwal Desai
Follow:
Prajwal Desai is a Microsoft MVP in Intune and SCCM. He writes articles on SCCM, Intune, Windows 365, Windows Server, Windows 11, WordPress and other topics, with the goal of providing people with useful information.
83 Comments