Update azure-services-wizard.md#4828
Open
nilakhum wants to merge 3 commits intoMicrosoftDocs:mainfrom
Open
Conversation
We have confirmed from lab test as well as cx in environment. The Privileged Admin role permissions are insufficient to renew secret key in SCCM 2409.
With Global Administrator role permissions secret key gets renewed successfully.
verbose smsadminui.log:
09-03-2025 08:30:37.000 1 (0x1) Executing WQL: 'SELECT Environment,TenantID, Name FROM SMS_AAD_Tenant_Ex WHERE ID = 1'
09-03-2025 08:30:37.000 1 (0x1) Executing WQL: 'select EnvironmentName, ManagementPortalURL , PublishSettingsURL, ServiceManagementEndpoint, ResourceManagerEndpoint, ActiveDirectoryEndpoint, GalleryEndpoint, KeyVaultEndpoint, GraphEndpoint, StorageEndpointSuffix, SQLDatabaseDNSSuffix, TrafficManagerDNSSuffix, KeyVaultDNSSuffix, ServiceBusEndpointSuffix, CloudServiceSuffix, GatewayService, CMMicroServiceResourceEndpoint, MicrosoftGraphEndpoint, MicrosoftGraphAudience, ServiceFabricSuffix from SMS_AzureEnvironments where ID = 1'
09-03-2025 08:30:58.000 35 (0x23) {
"error": {
"code": "Authorization_RequestDenied",
"message": "Insufficient privileges to complete the operation.",
"innerError": {
"date": "2025-09-03T12:30:58",
"request-id": "bac56e2e-d455-445f-9cbc-60ab9e32df9c",
"client-request-id": "bac56e2e-d455-445f-9cbc-60ab9e32df9c"
}
}
}
09-03-2025 08:30:58.000 1 (0x1) System.Exception
{
"error": {
"code": "Authorization_RequestDenied",
"message": "Insufficient privileges to complete the operation.",
"innerError": {
"date": "2025-09-03T12:30:58",
"request-id": "bac56e2e-d455-445f-9cbc-60ab9e32df9c",
"client-request-id": "bac56e2e-d455-445f-9cbc-60ab9e32df9c"
}
}
}
System.Net.WebException
The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.ConfigurationManagement.AdminConsole.CloudServicesManagement.AAD.AADDataHandler.AddServerAppSecretKey(String objectId, String secretkeyJson)
Contributor
|
@nilakhum : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Contributor
|
Learn Build status updates of commit c609594: ✅ Validation status: passed
For more details, please refer to the build report. |
undoing the previous change. Even though this has been tested in lab that Privilege Admin role is insufficient to renew the secret key. Will open a collab with Microsoft Entra team to investigate and will propose to update the doc afterwords
Contributor
|
Learn Build status updates of commit db4a104: ✅ Validation status: passed
For more details, please refer to the build report. |
Collaborator
|
@nilakhum Hey - This PR has a merge conflict. If it's still needed, can you create a new pull request? We want to make sure you get credit. |
Contributor
|
Learn Build status updates of commit 11e8366: ✅ Validation status: passed
For more details, please refer to the build report. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have confirmed from lab test as well as cx in environment. The Privileged Admin role permissions are insufficient to renew secret key in SCCM 2409.
With Global Administrator role permissions secret key gets renewed successfully.
verbose smsadminui.log:
09-03-2025 08:30:37.000 1 (0x1) Executing WQL: 'SELECT Environment,TenantID, Name FROM SMS_AAD_Tenant_Ex WHERE ID = 1'
09-03-2025 08:30:37.000 1 (0x1) Executing WQL: 'select EnvironmentName, ManagementPortalURL , PublishSettingsURL, ServiceManagementEndpoint, ResourceManagerEndpoint, ActiveDirectoryEndpoint, GalleryEndpoint, KeyVaultEndpoint, GraphEndpoint, StorageEndpointSuffix, SQLDatabaseDNSSuffix, TrafficManagerDNSSuffix, KeyVaultDNSSuffix, ServiceBusEndpointSuffix, CloudServiceSuffix, GatewayService, CMMicroServiceResourceEndpoint, MicrosoftGraphEndpoint, MicrosoftGraphAudience, ServiceFabricSuffix from SMS_AzureEnvironments where ID = 1'
09-03-2025 08:30:58.000 35 (0x23) {
"error": {
"code": "Authorization_RequestDenied",
"message": "Insufficient privileges to complete the operation.",
"innerError": {
"date": "2025-09-03T12:30:58",
"request-id": "bac56e2e-d455-445f-9cbc-60ab9e32df9c",
"client-request-id": "bac56e2e-d455-445f-9cbc-60ab9e32df9c"
}
}
}
09-03-2025 08:30:58.000 1 (0x1) System.Exception
{
"error": {
"code": "Authorization_RequestDenied",
"message": "Insufficient privileges to complete the operation.",
"innerError": {
"date": "2025-09-03T12:30:58",
"request-id": "bac56e2e-d455-445f-9cbc-60ab9e32df9c",
"client-request-id": "bac56e2e-d455-445f-9cbc-60ab9e32df9c"
}
}
}
System.Net.WebException
The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.ConfigurationManagement.AdminConsole.CloudServicesManagement.AAD.AADDataHandler.AddServerAppSecretKey(String objectId, String secretkeyJson)