MicrosoftDocs / SCCMdocs

Configuration Manager documentation public repo
https://docs.microsoft.com/sccm/
Creative Commons Attribution 4.0 International
252 stars 362 forks source link

CMG on Azure Resource Manager #2325

Closed CahillRobert closed 4 years ago

CahillRobert commented 4 years ago

If Azure Resource Manager is the only method to install a CMG post 1810. What is the process for creation?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

aczechowski commented 4 years ago

Hi @CahillRobert, see the accompanying article on how to set up a CMG, which has the process for creating a CMG.

CahillRobert commented 4 years ago

Thank you for your response.

The documentation covers the following.

- 1.

  If you want to reuse the same service name:
  1.

     First delete the classic CMG, taking into account the guidance to
     always have at least one active CMG for internet-based clients.
     2.

     Create a new CMG using a Resource Manager deployment. Reuse the
     same server authentication certificate.
     3.

     Reconfigure the CMG connection point to use the new CMG instance.
     2.

  If you want to use a new service name:
  1.

     Create a new CMG using a Resource Manager deployment. Use a new
     server authentication certificate.
     2.

     Create a new CMG connection point and link with the new CMG.
     3.

     Wait at least one day for internet-based clients to receive policy
     about the new CMG.
     4.

Where in Azure or SCCM is Resource Manager? I am using version 1910 I'll be damned if I can find anything about this. I dont find this document covering it. Searching resources in Azure I dont find it.

That is the source of my frustration.

Thanks for your help.

On Wed, Apr 22, 2020, 16:39 Aaron Czechowski notifications@github.com wrote:

Closed #2325 https://github.com/MicrosoftDocs/SCCMdocs/issues/2325.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MicrosoftDocs/SCCMdocs/issues/2325#event-3262358599, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL6RKCBPRTSMTOH47WC2CETRN5IYBANCNFSM4MJT7ACA .

aczechowski commented 4 years ago

Hi @CahillRobert, it's a technical implementation of how ConfigMgr deploys the CMG service into our Azure subscription. It's really only important from the perspective of comparison against the original Azure Service Manager implementation with the early version of the CMG, which relied upon shared certificates. Azure Resource Manager provides integration with Azure Active Directory for authentication in this scenario. Again, you don't really need to know about the guts of Azure to deploy a CMG. It's a "platform as a service (PaaS)" where you don't need to worry about the underlying components of the service. If you really want to learn more about Azure Resource Manager, see this overview in the Azure management docs.