Skip to content

Commit 3c1b44e

Browse files
committed
Update error code documentation to reflect Microsoft Entra ID terminology
1 parent fb287f0 commit 3c1b44e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/pipelines/release/includes/aadsts-errors-workload-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: juliakm
66
ms.date: 03/26/2026
77
---
88

9-
The following table lists common AADSTS error codes and possible issues related to workload identity service connections:
9+
The following table lists common Microsoft Entra ID error codes and possible issues related to workload identity service connections:
1010

1111
| Message | Possible issue |
1212
|---------|-----------------|

docs/pipelines/release/troubleshoot-workload-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ The following table identifies common error messages and issues that might gener
150150
| **Script failed with error: UnrecognizedArgumentError: unrecognized arguments: --federated-token** | You're using an AzureCLI task on an agent that has an earlier version of the Azure CLI installed. Workload identity federation requires Azure CLI 2.30 or later. |
151151
| **Failed to create an app in Microsoft Entra ID. Error: Insufficient privileges to complete the operation in Microsoft Graph. Ensure that the user has permissions to create a Microsoft Entra Application.** | The ability to create app registrations was [disabled](/azure/active-directory/roles/delegate-app-roles#restrict-who-can-create-applications) in the Microsoft Entra tenant. Assign the user who is creating the service connection the [Application Developer](/azure/active-directory/roles/permissions-reference#application-developer) Microsoft Entra role. Alternatively, create the service connection manually by using a managed identity. For more information, see [Workload identity with managed identity](https://aka.ms/azdo-rm-workload-identity-manual). |
152152

153-
### AADSTS error codes
153+
### Microsoft Entra ID error codes
154154

155155
[!INCLUDE [aadsts-errors-workload-identity](includes/aadsts-errors-workload-identity.md)]

0 commit comments

Comments
 (0)