Azure AD Connect Staging mode with immutableTag changes

Julien Soulet 5 Reputation points
2023-09-12T13:15:20.3733333+00:00

Hello,

I have performed a swing migration of our old Azure AD Connect v1 to a new Azure AD Connect v2
I have imported the .json file from our V1 to the new server and enabled the stagging mode on the new server.

Regarding this upgrade I have 2 concerns, after a comparison of the Exported json and the new applied json, I discovered some changes in the immutableTag of 4 Items and additional item at the end of the V2 json file.

I just wanna know if I need to worry about or it's because we upgrade from 1.6.16.0 to 2.2.1.0 ?

thanks :-)

on json file of V1

"Name": "Out to AAD - User Join",
        "uniqueIdentifier": "c9dd1b2d-cd34-44ef-8adc-4090dc514839",
        "immutableTag": "Microsoft.OuttoAADUserJoin.007",
        "precedence": 140

on json file of V2

"Name": "Out to AAD - User Join",
        "uniqueIdentifier": "c9dd1b2d-cd34-44ef-8adc-4090dc514839",
        "immutableTag": "Microsoft.OuttoAADUserJoin.013",
        "precedence": 140

and the last concern it's about additional option in the V2 json

        },
        {
          "Name": "In from AD - Device Common",
          "uniqueIdentifier": "09113be1-4cc3-4755-b955-f6c0bfb113ab",
          "immutableTag": "Microsoft.InfromADDeviceCommon.002",
          "precedence": 207
        },
        {
          "Name": "Out to AD - User NGCKey",
          "uniqueIdentifier": "d55578a4-c7ec-4ad7-9e1a-e540cb6e5b07",
          "immutableTag": "Microsoft.OuttoADUserNGCKey.001",
          "precedence": 208
        },
        {
          "Name": "Out to AD - Device STKKey",
          "uniqueIdentifier": "f991ab2e-feee-4b60-9a69-74553cd21b92",
          "immutableTag": "Microsoft.OuttoADDeviceSTKKey.001",
          "precedence": 209
        }
Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} vote

1 answer

Sort by: Most helpful
  1. Julien Soulet 5 Reputation points
    2023-10-09T08:09:27.23+00:00

    An update that can help someone.

    We put the new server in production and the old one in stagging mode without any issue.

    ImmutableTag have no impact on the migration of the ADConnect.

    I'm agree Katflp with the different database.

    thanks

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.