πŸ“‹ Microsoft Entra Documentation Changes

Changes for July 1st 2025

Period: June 30th 2025, 12:00 AM to July 1st 2025, 12:00 AM

πŸ“š Historical Report: This report shows documentation changes that occurred during the 24-hour period ending on July 1st 2025.

πŸ“Š Summary

19
Total Commits
0
New Files
9
Modified Files
0
Deleted Files
7
Contributors

πŸ“ Modified Documentation Files

+10 / -5 lines changed
Commit: added tabs for portal and PS
Changes:
Before
After
ms.reviewer: bochingwa
ms.custom: has-azure-ad-ps-ref, azure-ad-ref-level-one-done
---
# Transport Layer Security (TLS) 1.2 enforcement for Microsoft Entra Domain Services
 
Microsoft is enhancing security by disabling TLS versions 1.0 and 1.1 as communicated on November 10, 2023. While the Microsoft implementation of TLS 1.0 and TLS 1.1 versions is not known to have vulnerabilities, TLS 1.2 or later versions provide improved security features, including perfect forward secrecy and stronger cipher suites. This change helps protect customer data and ensures compliance with industry standards.
 
1. Domain Services will remove the ability to disable the TLS 1.2 only mode. Customers who disable TLS 1.2 only mode can enable it.
1. After Domain Services removes the ability to disable the TLS 1.2 only mode, customers can't enable or disable TLS 1.2 only mode.
 
## How to migrate to TLS 1.2 only mode in Domain Services
 
Use the Azure portal:
 
 
This may take about 10 minutes to complete as domain security updates are enforced.
 
Use PowerShell:
 
1. Install the Az.ADDomainServices module:
ms.reviewer: bochingwa
ms.custom: has-azure-ad-ps-ref, azure-ad-ref-level-one-done
---
# How to migrate to Transport Layer Security (TLS) 1.2 enforcement for Microsoft Entra Domain Services
 
Microsoft is enhancing security by disabling TLS versions 1.0 and 1.1 as communicated on November 10, 2023. While the Microsoft implementation of TLS 1.0 and TLS 1.1 versions is not known to have vulnerabilities, TLS 1.2 or later versions provide improved security features, including perfect forward secrecy and stronger cipher suites. This change helps protect customer data and ensures compliance with industry standards.
 
1. Domain Services will remove the ability to disable the TLS 1.2 only mode. Customers who disable TLS 1.2 only mode can enable it.
1. After Domain Services removes the ability to disable the TLS 1.2 only mode, customers can't enable or disable TLS 1.2 only mode.
 
 
 
## [**Azure portal**](#tab/portal)
 
Use the Azure portal:
 
 
This may take about 10 minutes to complete as domain security updates are enforced.
 
## [**PowerShell**](#tab/powershell)
+1 / -3 lines changed
Commit: Update workload-identity-federation-config-app-trust-managed-identity.md
Changes:
Before
After
- *issuer*, *subject* are the key pieces of information needed to set up the trust relationship. When the Azure workload requests Microsoft identity platform to exchange the managed identity token for an Entra app access token, the *issuer* and *subject* values of the federated identity credential are checked against the `issuer` and `subject` claims provided in the Managed Identity token. If that validation check passes, Microsoft identity platform issues an access token to the external software workload.
- *issuer* is the URL of the Microsoft Entra tenant's Authority URL in the form `https://login.microsoftonline.com/{tenant}/v2.0`. Both the Microsoft Entra app and managed identity must belong to the same tenant. If the `issuer` claim has leading or trailing whitespace in the value, the token exchange is blocked.
- `subject`: This is the case-sensitive GUID of the managed identity’s **Object (Principal) ID** assigned to the Azure workload. The managed identity must be in the same tenant as the app registration, even if the target resource is in a different cloud. The Microsoft identity platform will reject the token exchange if the `subject` in the federated identity credential configuration does not exactly match the managed identity's Principal ID.
> [!IMPORTANT]
> Only user-assigned managed identities can be used as a federated credential for apps. system-assigned identities aren't supported.
- *audiences* specifies the value that appears in the `aud` claim in the managed identity token (Required). The value must be one of the following depending on the target cloud.
- **Microsoft Entra ID global service**: `api://AzureADTokenExchange`
- **Microsoft Entra ID for US Government**: `api://AzureADTokenExchangeUSGov`
- *issuer*, *subject* are the key pieces of information needed to set up the trust relationship. When the Azure workload requests Microsoft identity platform to exchange the managed identity token for an Entra app access token, the *issuer* and *subject* values of the federated identity credential are checked against the `issuer` and `subject` claims provided in the Managed Identity token. If that validation check passes, Microsoft identity platform issues an access token to the external software workload.
- *issuer* is the URL of the Microsoft Entra tenant's Authority URL in the form `https://login.microsoftonline.com/{tenant}/v2.0`. Both the Microsoft Entra app and managed identity must belong to the same tenant. If the `issuer` claim has leading or trailing whitespace in the value, the token exchange is blocked.
- `subject`: This is the case-sensitive GUID of the managed identity’s **Object (Principal) ID** assigned to the Azure workload. The managed identity must be in the same tenant as the app registration, even if the target resource is in a different cloud. The Microsoft identity platform will reject the token exchange if the `subject` in the federated identity credential configuration does not exactly match the managed identity's Principal ID.
 
- *audiences* specifies the value that appears in the `aud` claim in the managed identity token (Required). The value must be one of the following depending on the target cloud.
- **Microsoft Entra ID global service**: `api://AzureADTokenExchange`
- **Microsoft Entra ID for US Government**: `api://AzureADTokenExchangeUSGov`
 
 
Modified by Pratik Jadhav on Jun 30, 2025 4:24 PM
πŸ“– View on learn.microsoft.com
+2 / -2 lines changed
Commit: (AzureCXP) fixes MicrosoftDocs/entra-docs#440397
Changes:
Before
After
 
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Domain Name Administrator](~/identity/role-based-access-control/permissions-reference.md#domain-name-administrator).
1. Choose your *external* tenant: Select the **Settings** icon in the top menu, and then switch to your external tenant.
1. Navigate to **Entra ID** > **Domain names** > **Custom domain names**.
 
1. [Add your custom domain name](~/fundamentals/add-custom-domain.yml#add-your-custom-domain-name) to Microsoft Entra ID.
 
 
## Next steps
 
See all of our [sample guides and tutorials for building apps for External ID](samples-ciam-all.md?tabs=apptype).
 
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Domain Name Administrator](~/identity/role-based-access-control/permissions-reference.md#domain-name-administrator).
1. Choose your *external* tenant: Select the **Settings** icon in the top menu, and then switch to your external tenant.
1. Navigate to **Identity** > **Settings** > **Domain names** > **Custom domain names**.
 
1. [Add your custom domain name](~/fundamentals/add-custom-domain.yml#add-your-custom-domain-name) to Microsoft Entra ID.
 
 
## Next steps
 
See all of our [sample guides and tutorials for building apps for External ID](samples-ciam-all.md?tabs=apptype).
+2 / -2 lines changed
Commit: (AzureCXP) fixes MicrosoftDocs/entra-docs#438792
Changes:
Before
After
Most recommendations follow the same pattern. You're provided information about how the recommendation works, its value, and some action steps to address the recommendation. This section provides an overview of the details provided in a recommendation, but aren't specific to one recommendation.
 
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Reports Reader](../role-based-access-control/permissions-reference.md#reports-reader).
1. Browse to **Entra ID** > **Overview** > **Recommendations**.
1. Select a recommendation from the list.
 
![Screenshot of the list of recommendations.](media/howto-use-recommendations/recommendations-list.png)
## Related content
 
- [Review the Microsoft Entra recommendations overview](overview-recommendations.md)
- [Learn about Service Health notifications](/azure/service-health/service-health-portal-update)
Most recommendations follow the same pattern. You're provided information about how the recommendation works, its value, and some action steps to address the recommendation. This section provides an overview of the details provided in a recommendation, but aren't specific to one recommendation.
 
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Reports Reader](../role-based-access-control/permissions-reference.md#reports-reader).
1. Browse to **Identity** > **Overview** > **Recommendations**.
1. Select a recommendation from the list.
 
![Screenshot of the list of recommendations.](media/howto-use-recommendations/recommendations-list.png)
## Related content
 
- [Review the Microsoft Entra recommendations overview](overview-recommendations.md)
- [Learn about Service Health notifications](/azure/service-health/service-health-portal-update)
Modified by Ortagus Winfrey on Jun 30, 2025 9:07 PM
πŸ“– View on learn.microsoft.com
+1 / -1 lines changed
Commit: updates
Changes:
Before
After
- US Gov -> Commercial
- Commercial -> China
[Configure cross-tenant synchronization](../identity/multi-tenant-organizations/cross-tenant-synchronization-configure.md)
---
- US Gov -> Commercial
- Commercial -> China
For more information, see: [Configure cross-tenant synchronization](../identity/multi-tenant-organizations/cross-tenant-synchronization-configure.md)
---
+1 / -1 lines changed
Commit: updated dates
Changes:
Before
After
ms.service: entra-id
ms.subservice: domain-services
ms.topic: overview
ms.date: 04/22/2025
ms.author: justinha
#Customer intent: As an IT administrator or decision maker, I want to understand the differences between Active Directory Domain Services (AD DS), Microsoft Entra ID, and Domain Services so I can choose the most appropriate identity solution for my organization.
---
ms.service: entra-id
ms.subservice: domain-services
ms.topic: overview
ms.date: 06/30/2025
ms.author: justinha
#Customer intent: As an IT administrator or decision maker, I want to understand the differences between Active Directory Domain Services (AD DS), Microsoft Entra ID, and Domain Services so I can choose the most appropriate identity solution for my organization.
---
+1 / -1 lines changed
Commit: updated dates
Changes:
Before
After
ms.service: entra-id
ms.subservice: domain-services
ms.topic: conceptual
ms.date: 04/22/2025
ms.author: justinha
---
 
ms.service: entra-id
ms.subservice: domain-services
ms.topic: conceptual
ms.date: 06/30/2025
ms.author: justinha
---
 
+1 / -1 lines changed
Commit: updated dates
Changes:
Before
After
ms.service: entra-id
ms.subservice: domain-services
ms.topic: conceptual
ms.date: 04/22/2025
ms.author: justinha
ms.reviewer: wanjikumugo
ms.custom: devx-track-azurepowershell, has-azure-ad-ps-ref, azure-ad-ref-level-one-done
ms.service: entra-id
ms.subservice: domain-services
ms.topic: conceptual
ms.date: 06/30/2025
ms.author: justinha
ms.reviewer: wanjikumugo
ms.custom: devx-track-azurepowershell, has-azure-ad-ps-ref, azure-ad-ref-level-one-done
+1 / -1 lines changed
Commit: updated dates
Changes:
Before
After
ms.subservice: domain-services
ms.workload: identity
ms.topic: tutorial
ms.date: 04/22/2025
ms.author: justinha
ms.custom: sfi-image-nochange
#Customer intent: As an identity administrator, I want to create a one-way outbound forest from a Microsoft Entra Domain Services forest to an on-premises Active Directory Domain Services forest to provide authentication and resource access between forests.
ms.subservice: domain-services
ms.workload: identity
ms.topic: tutorial
ms.date: 06/30/2025
ms.author: justinha
ms.custom: sfi-image-nochange
#Customer intent: As an identity administrator, I want to create a one-way outbound forest from a Microsoft Entra Domain Services forest to an on-premises Active Directory Domain Services forest to provide authentication and resource access between forests.