diff --git a/learn-pr/achievements.yml b/learn-pr/achievements.yml index 85461bb9f4d..55978d20ee3 100644 --- a/learn-pr/achievements.yml +++ b/learn-pr/achievements.yml @@ -324,7 +324,7 @@ achievements: type: trophy title: MD-102 Manage authentication and compliance summary: | - This learning path covers the various solutions for managing authentication. Students will also learn about the different types of VPNs, as well as compliance and conditional access policies. + This learning path covers the various solutions for managing authentication. Students will also learn about the different types of VPNs, as well as compliance and Conditional Access policies. iconUrl: /training/achievements/authentication-compliance.svg - uid: learn.wwl.protect-identities-azure-acative-directory.badge type: badge @@ -339,7 +339,7 @@ achievements: - uid: learn.wwl.implement-device-compliance.badge type: badge title: Implement device compliance - summary: This module describes how to use compliance and conditional access policies to help protect access to organizational resources. + summary: This module describes how to use compliance and Conditional Access policies to help protect access to organizational resources. iconUrl: /training/achievements/generic-badge.svg - uid: learn.wwl.inventory-compliance-reports.badge type: badge diff --git a/learn-pr/advocates/intro-azure-machine-learning-auth/includes/2-authentication-azure-machine-learning-workspaces.md b/learn-pr/advocates/intro-azure-machine-learning-auth/includes/2-authentication-azure-machine-learning-workspaces.md index 6a3d5918c7d..3dcf46cfcd3 100644 --- a/learn-pr/advocates/intro-azure-machine-learning-auth/includes/2-authentication-azure-machine-learning-workspaces.md +++ b/learn-pr/advocates/intro-azure-machine-learning-auth/includes/2-authentication-azure-machine-learning-workspaces.md @@ -15,7 +15,7 @@ Users authenticate to an Azure Machine Learning workspace using one of the follo - **Managed identity**: When using the Azure Machine Learning SDK v2 on a compute instance or on an Azure Virtual Machine, users can use a managed identity for Azure. This workflow allows the VM to connect to the workspace using the managed identity, without storing credentials in Python code or prompting the user to authenticate. Azure Machine Learning compute clusters can also be configured to use a managed identity to access the workspace when training models. Whenever possible, using a managed identity is the preferred method and best practice. -You can use Microsoft Entra Conditional Access to further control or restrict access to the workspace for each authentication workflow. For example, you can configure conditional access so that an administrator is only able to access an Azure Machine Learning workspace from a managed device. +You can use Microsoft Entra Conditional Access to further control or restrict access to the workspace for each authentication workflow. For example, you can configure Conditional Access so that an administrator is only able to access an Azure Machine Learning workspace from a managed device. Azure Machine Learning can authenticate with other services using the following methods: diff --git a/learn-pr/advocates/secure-azure-openai-authentication-authorization/includes/3-methods-of-authentication-supported-by-azure-openai.md b/learn-pr/advocates/secure-azure-openai-authentication-authorization/includes/3-methods-of-authentication-supported-by-azure-openai.md index 15904816e4a..acfbf0f17af 100644 --- a/learn-pr/advocates/secure-azure-openai-authentication-authorization/includes/3-methods-of-authentication-supported-by-azure-openai.md +++ b/learn-pr/advocates/secure-azure-openai-authentication-authorization/includes/3-methods-of-authentication-supported-by-azure-openai.md @@ -42,7 +42,7 @@ Client IDs, tenant IDs, and object IDs are identifiers, not secrets. A leaked cl Microsoft recommends Microsoft Entra ID authentication where possible because it enables centralized identity controls and RBAC. Compared with key-based authentication, Microsoft Entra ID authentication can: - Grant least-privilege access to users, apps, and managed identities instead of sharing a resource key. -- Use conditional access, identity governance, auditing, and credential lifecycle controls available in Microsoft Entra. +- Use Conditional Access, identity governance, auditing, and credential lifecycle controls available in Microsoft Entra. - Avoid storing long-lived API keys in app settings, configuration files, scripts, or deployment pipelines. - Let you rotate or revoke credentials for one identity without replacing a shared key across every workload. diff --git a/learn-pr/azure/entra-external-identities/includes/11-enable-multifactor-authentication.md b/learn-pr/azure/entra-external-identities/includes/11-enable-multifactor-authentication.md index f7efed79bd5..c31e8258e4e 100644 --- a/learn-pr/azure/entra-external-identities/includes/11-enable-multifactor-authentication.md +++ b/learn-pr/azure/entra-external-identities/includes/11-enable-multifactor-authentication.md @@ -37,13 +37,13 @@ [ ![Screenshot of New Conditional Access policy blade highlighting On for Enable policy at the bottom.](../media/enable-multifactor-authentication/7_inline.png) ](../media/enable-multifactor-authentication/7.png#lightbox) - ***Well done!** You created a Conditional access policy that requires users to complete MFA. To check the user experience, sign-in to your application.* + ***Well done!** You created a Conditional Access policy that requires users to complete MFA. To check the user experience, sign-in to your application.* ::: zone-end ::: zone pivot="microsoft-graph-api" -#### Create conditional access policy -The following example creates a [conditional access policy](/graph/api/conditionalaccessroot-post-policies?view=graph-rest-beta&tabs=http). This policy targets all sign-ins for all users (except for the tenant's Global Administrator.) In the request below, replace the **{web-or-mobile-app-ID}** with your own web or mobile application (App ID, not object ID.) Note that you can add more applications. +#### Create Conditional Access policy +The following example creates a [Conditional Access policy](/graph/api/conditionalaccessroot-post-policies?view=graph-rest-beta&tabs=http). This policy targets all sign-ins for all users (except for the tenant's Global Administrator.) In the request below, replace the **{web-or-mobile-app-ID}** with your own web or mobile application (App ID, not object ID.) Note that you can add more applications. ```json POST https://graph.microsoft.com/v1.0/identity/conditionalAccess/policies diff --git a/learn-pr/device-partner-university/choose-best-windows-upgrade-end-of-support/includes/2-identify-upgrade-options.md b/learn-pr/device-partner-university/choose-best-windows-upgrade-end-of-support/includes/2-identify-upgrade-options.md index d09623775c8..854b42e7eba 100644 --- a/learn-pr/device-partner-university/choose-best-windows-upgrade-end-of-support/includes/2-identify-upgrade-options.md +++ b/learn-pr/device-partner-university/choose-best-windows-upgrade-end-of-support/includes/2-identify-upgrade-options.md @@ -141,4 +141,4 @@ This model works especially well when device refresh timelines are uncertain or Windows 365 shifts much of the desktop delivery model away from physical device dependency and toward identity, access, and network performance. This can simplify provisioning for new users, contractors, or seasonal workers, since desktops can be assigned and decommissioned without shipping hardware. -However, this model also places increased importance on identity management, network resiliency, and cloud governance. IT teams adopting Windows 365 should consider how user access, conditional access policies, and endpoint security tooling align with a cloud-first desktop experience. \ No newline at end of file +However, this model also places increased importance on identity management, network resiliency, and cloud governance. IT teams adopting Windows 365 should consider how user access, Conditional Access policies, and endpoint security tooling align with a cloud-first desktop experience. \ No newline at end of file diff --git a/learn-pr/device-partner-university/introduction-to-entra-id-2026/4-risk-based-conditional-access.yml b/learn-pr/device-partner-university/introduction-to-entra-id-2026/4-risk-based-conditional-access.yml index 25c870e8da3..511de333212 100644 --- a/learn-pr/device-partner-university/introduction-to-entra-id-2026/4-risk-based-conditional-access.yml +++ b/learn-pr/device-partner-university/introduction-to-entra-id-2026/4-risk-based-conditional-access.yml @@ -1,6 +1,6 @@ ### YamlMime:ModuleUnit uid: learn.dpu.introduction-to-entra-id-2026.risk-based-conditional-access -title: Risk-based conditional access +title: Risk-based Conditional Access metadata: title: Risk-Based Conditional Access description: This content is part of the "Introduction to Microsoft Entra ID" module. diff --git a/learn-pr/device-partner-university/introduction-to-entra-id-2026/includes/13-summary.md b/learn-pr/device-partner-university/introduction-to-entra-id-2026/includes/13-summary.md index 33a2ec9d6c1..7a00da04791 100644 --- a/learn-pr/device-partner-university/introduction-to-entra-id-2026/includes/13-summary.md +++ b/learn-pr/device-partner-university/introduction-to-entra-id-2026/includes/13-summary.md @@ -1,3 +1,3 @@ In this module, learners explored the core functions of Microsoft Entra ID for managing identities and access in organizational environments. Practical guidance was provided for addressing security challenges and implementing effective identity solutions. -Entra ID centralizes identity and access management across cloud and hybrid environments, strengthens security through multifactor and passwordless authentication, and enables risk-based conditional access to protect organizational resources. It also provides tools for configuring users, devices, and groups, and supports ongoing monitoring of security posture with secure score. \ No newline at end of file +Microsoft Entra ID centralizes identity and access management across cloud and hybrid environments, strengthens security through multifactor and passwordless authentication, and enables risk-based Conditional Access to protect organizational resources. It also provides tools for configuring users, devices, and groups, and supports ongoing monitoring of security posture with secure score. \ No newline at end of file diff --git a/learn-pr/device-partner-university/introduction-to-entra-id-2026/includes/2-microsoft-entra-id.md b/learn-pr/device-partner-university/introduction-to-entra-id-2026/includes/2-microsoft-entra-id.md index b1b77d6db3d..331b2f181a8 100644 --- a/learn-pr/device-partner-university/introduction-to-entra-id-2026/includes/2-microsoft-entra-id.md +++ b/learn-pr/device-partner-university/introduction-to-entra-id-2026/includes/2-microsoft-entra-id.md @@ -36,9 +36,9 @@ Organizations face increasing complexity in securing user identities due to evol - Operational efficiency - User convenience -## Benefits of Entra ID +## Benefits of Microsoft Entra ID -Entra ID: +Microsoft Entra ID: - Provides enhanced security through granular access controls, improved visibility, and adherence to established security practices. - Improves productivity by enabling streamlined access to organizational resources. @@ -48,7 +48,7 @@ Entra ID: ## Secure adaptive access -Entra ID enables organizations to protect access to resources and data using strong authentication mechanisms and conditional access policies based on risk signals. These measures are designed to maintain security without negatively impacting user experience. +Microsoft Entra ID enables organizations to protect access to resources and data using strong authentication mechanisms and Conditional Access policies based on risk signals. These measures are designed to maintain security without negatively impacting user experience. ## Seamless user experiences diff --git a/learn-pr/device-partner-university/introduction-to-microsoft-365-business-standard/includes/4-when-to-use-microsoft-365-business-standard.md b/learn-pr/device-partner-university/introduction-to-microsoft-365-business-standard/includes/4-when-to-use-microsoft-365-business-standard.md index f6a17e7ae18..937b523077e 100644 --- a/learn-pr/device-partner-university/introduction-to-microsoft-365-business-standard/includes/4-when-to-use-microsoft-365-business-standard.md +++ b/learn-pr/device-partner-university/introduction-to-microsoft-365-business-standard/includes/4-when-to-use-microsoft-365-business-standard.md @@ -53,7 +53,7 @@ The following table compares Microsoft 365 Business Standard, Microsoft Office H | Microsoft Defender for Business | ❌ | ❌ | ✅ | | Azure Active Directory Premium | ❌ | ❌ | ✅ | | Data loss prevention (DLP) | ❌ | ❌ | ✅ | -| Conditional access and compliance | ❌ | ❌ | ✅ | +| Conditional Access and compliance | ❌ | ❌ | ✅ | | Copilot add-on support | ✅ | ❌ | ✅ | | Admin center and user management | ✅ | ❌ | ✅ | | Web versions of Office apps | ✅ | ❌ | ✅ | diff --git a/learn-pr/device-partner-university/operate-hybrid-infrastructure-with-azure-local/includes/4-security-and-compliance.md b/learn-pr/device-partner-university/operate-hybrid-infrastructure-with-azure-local/includes/4-security-and-compliance.md index 374a46d9b8c..fcd97c5673d 100644 --- a/learn-pr/device-partner-university/operate-hybrid-infrastructure-with-azure-local/includes/4-security-and-compliance.md +++ b/learn-pr/device-partner-university/operate-hybrid-infrastructure-with-azure-local/includes/4-security-and-compliance.md @@ -16,7 +16,7 @@ From encryption and threat detection to role-based access controls and complianc - Integrate with Microsoft Entra ID (formerly Azure AD) for identity-based access. - Apply role-based access control (RBAC) consistently across environments. -- Use conditional access policies for stronger authentication. +- Use Conditional Access policies for stronger authentication. ## Compliance alignment @@ -30,7 +30,7 @@ Beyond built-in protections, Azure Local also supports operational security meas - **Patch automation:** Use update rings to automatically roll out patches in waves, minimizing disruption. - **Log monitoring:** Centralize logs in Azure Monitor or Microsoft Sentinel for continuous visibility and threat hunting. -- **Access auditing:** Regularly review role assignments and conditional access policies to ensure least-privilege principles are followed. +- **Access auditing:** Regularly review role assignments and Conditional Access policies to ensure least-privilege principles are followed. ## Real-world example diff --git a/learn-pr/device-partner-university/plan-windows/includes/5-infrastructure.md b/learn-pr/device-partner-university/plan-windows/includes/5-infrastructure.md index 76a231452b0..028cd93848d 100644 --- a/learn-pr/device-partner-university/plan-windows/includes/5-infrastructure.md +++ b/learn-pr/device-partner-university/plan-windows/includes/5-infrastructure.md @@ -47,7 +47,7 @@ Check the prerequisites and plan for the tools that you’ll need to acquire sti - **Definition & use:** This collection of scores, baselines, and insights reflects the quality of user experience as your organization undergoes digital transformation. You can better detect regressions and proactively support your users throughout configuration changes or disruptions due to legacy hardware. - **Prerequisites:** Enroll devices via Microsoft Intune or Configuration Manager with a valid Microsoft Intune license. Visit [additional permissions, roles, and access requirements](/intune/endpoint-analytics/?pivots=intune#prerequisites) for your scenario. - [**Windows Hello for Business:**](/windows/security/identity-protection/hello-for-business/) - - **Definition & use:** This identity protection technology provides security and management capabilities, including device attestation, certificate-based authentication, and conditional access policies. It uses a two-factor authentication method for Microsoft Entra ID and other accounts, combining a device-specific credential with a biometric or PIN gesture. + - **Definition & use:** This identity protection technology provides security and management capabilities, including device attestation, certificate-based authentication, and Conditional Access policies. It uses a two-factor authentication method for Microsoft Entra ID and other accounts, combining a device-specific credential with a biometric or PIN gesture. - **Prerequisites:** You’ll need one of the following license entitlements: Windows Pro/Pro Education/SE, Windows Enterprise E3/E5, or Windows Education A3/A5. Additionally, review [hardware requirements](/windows/security/identity-protection/hello-for-business/), including biometric sensors. - [**Microsoft Configuration Manager:**](/mem/configmgr/core/understand/introduction) - **Definition & use:** This system management solution, as part of the Microsoft Intune family of products, is designed for on-premises and hybrid environments while integrating with Microsoft cloud. It helps simplify deployment of apps, software updates, and operating systems. You can use it to manage servers, desktops, and laptops, as well as compliance settings, with increased IT productivity. diff --git a/learn-pr/device-partner-university/powerful-security-designed-for-ai/includes/6-microsoft-copilot-enterprise-ready-design.md b/learn-pr/device-partner-university/powerful-security-designed-for-ai/includes/6-microsoft-copilot-enterprise-ready-design.md index 986edb7f803..cfb8197f157 100644 --- a/learn-pr/device-partner-university/powerful-security-designed-for-ai/includes/6-microsoft-copilot-enterprise-ready-design.md +++ b/learn-pr/device-partner-university/powerful-security-designed-for-ai/includes/6-microsoft-copilot-enterprise-ready-design.md @@ -9,7 +9,7 @@ This integrated approach helps organizations manage AI experiences while maintai Copilot+ PCs can be managed using familiar tools and frameworks: - **Microsoft Intune** for device management, compliance policies, and configuration of on-device AI experiences -- **Microsoft Entra ID** for identity, authentication, and conditional access +- **Microsoft Entra ID** for identity, authentication, and Conditional Access - **Zero-touch deployment** for streamlined provisioning at scale These tools enable IT administrators to control how AI features are enabled, configured, and used across devices. diff --git a/learn-pr/device-partner-university/security-management-education/includes/4-security-foundation.md b/learn-pr/device-partner-university/security-management-education/includes/4-security-foundation.md index faacbeb85c3..97bacf4f7d0 100644 --- a/learn-pr/device-partner-university/security-management-education/includes/4-security-foundation.md +++ b/learn-pr/device-partner-university/security-management-education/includes/4-security-foundation.md @@ -18,7 +18,7 @@ The Zero Trust model is built on three core principles: | Use least privilege access | Limit user access with Just-In-Time and Just-Enough-Access (JIT/JEA), risk-based adaptive policies, and data protection. | | Assume breach | Minimize blast radius and segment access. Verify end-to-end encryption and use analytics to get visibility, drive threat detection, and improve defenses. | -For example, a student logging in from home on a shared device, a professor accessing research systems while traveling, or a staff member using a personal device might each introduce different levels of risk. Zero Trust addresses these scenarios through conditional access policies that adapt in real time. +For example, a student logging in from home on a shared device, a professor accessing research systems while traveling, or a staff member using a personal device might each introduce different levels of risk. Zero Trust addresses these scenarios through Conditional Access policies that adapt in real time. By enforcing explicit verification, limiting access to only what is necessary, and operating under the assumption that a breach has occurred, Zero Trust helps institutions reduce unauthorized access and prevent lateral movement across networks. @@ -41,7 +41,7 @@ Microsoft delivers this unified protection through a set of solutions that work | Microsoft solution | What it does | |--------------------|--------------| | Microsoft Defender for Endpoint | Protects endpoints from malware, ransomware, and advanced persistent threats. | -| Microsoft Entra ID | Authenticates users and applies conditional access policies to control access to resources. | +| Microsoft Entra ID | Authenticates users and applies Conditional Access policies to control access to resources. | | Microsoft Intune for Education | Provides device configuration, app deployment, and policy enforcement through a centralized, cloud-based dashboard. | | Microsoft Priva | Helps organizations manage personal data and privacy risk and supports compliance with privacy regulations. | | Microsoft Purview | Provides data governance, classification, and compliance capabilities across the organization. | diff --git a/learn-pr/device-partner-university/security-management-education/includes/5-deep-dive.md b/learn-pr/device-partner-university/security-management-education/includes/5-deep-dive.md index a9f414c0755..a6a61cc2714 100644 --- a/learn-pr/device-partner-university/security-management-education/includes/5-deep-dive.md +++ b/learn-pr/device-partner-university/security-management-education/includes/5-deep-dive.md @@ -28,10 +28,10 @@ Its endpoint detection and response capabilities enable institutions to monitor ## Microsoft Entra ID -[Microsoft Entra ID](/entra/fundamentals/what-is-entra) secures access to resources through strong identity management. It supports single sign-on, multifactor authentication, conditional access, and lifecycle management for students, staff, and visitors. +[Microsoft Entra ID](/entra/fundamentals/what-is-entra) secures access to resources through strong identity management. It supports single sign-on, multifactor authentication, Conditional Access, and lifecycle management for students, staff, and visitors. By detecting unusual sign-in behavior and enabling passwordless authentication, Microsoft Entra ID reduces the risk of compromised accounts. -Microsoft Entra ID pairs with Windows Hello to provide secure, passwordless access on managed devices, while also supporting personal devices through conditional access policies. This flexibility allows institutions to maintain security without hindering user experience, even in hybrid learning environments. +Microsoft Entra ID pairs with Windows Hello to provide secure, passwordless access on managed devices, while also supporting personal devices through Conditional Access policies. This flexibility allows institutions to maintain security without hindering user experience, even in hybrid learning environments. **Example:** A teacher travels abroad and attempts to sign in to the school network. Microsoft Entra ID identifies the unfamiliar location and prompts for multifactor authentication to verify the user’s identity before granting access. diff --git a/learn-pr/device-partner-university/windows-ecosystems-modern-work/includes/2-devices-as-productivity-ecosystems.md b/learn-pr/device-partner-university/windows-ecosystems-modern-work/includes/2-devices-as-productivity-ecosystems.md index bebf767a37b..6d3366ed9d2 100644 --- a/learn-pr/device-partner-university/windows-ecosystems-modern-work/includes/2-devices-as-productivity-ecosystems.md +++ b/learn-pr/device-partner-university/windows-ecosystems-modern-work/includes/2-devices-as-productivity-ecosystems.md @@ -55,7 +55,7 @@ Windows is designed as a platform for work, where interoperability, management c Here's how Windows ecosystem design translates to practice: - **Broad hardware choice:** Organizations can select devices based on roles, performance needs, budget, and durability -- **Identity at the platform level:** Microsoft Entra ID integrates deeply into authentication, conditional access, and security posture +- **Identity at the platform level:** Microsoft Entra ID integrates deeply into authentication, Conditional Access, and security posture - **Integrated management:** Intune and Autopilot provides consistent, cloud-ready provisioning across diverse hardware fleets - **Enterprise security model:** Hardware-rooted protections, OS safeguards, and Defender intelligence work together as a unified threat posture - **Ecosystem-wide AI:** Windows supports hybrid AI with local NPUs and cloud AI through Microsoft 365 Copilot and Windows experiences diff --git a/learn-pr/device-partner-university/windows-ecosystems-modern-work/includes/4-management-security-scale-windows.md b/learn-pr/device-partner-university/windows-ecosystems-modern-work/includes/4-management-security-scale-windows.md index ad48606b6a3..b77400a68da 100644 --- a/learn-pr/device-partner-university/windows-ecosystems-modern-work/includes/4-management-security-scale-windows.md +++ b/learn-pr/device-partner-university/windows-ecosystems-modern-work/includes/4-management-security-scale-windows.md @@ -44,7 +44,7 @@ Core security components include: - **Hardware-rooted protections**, such as TPM and secure boot - **OS-level security**, including Microsoft Defender, exploit protection, and credential safeguards -- **Conditional access policies** enforced through Microsoft Entra ID +- **Conditional Access policies** enforced through Microsoft Entra ID - **Cloud-driven threat detection** powered by Microsoft Defender for Endpoint - **Integrated update channels** that help devices stay protected against emerging threats @@ -76,7 +76,7 @@ Using Windows ecosystem capabilities, the IT team can: - Deploy devices remotely using Windows Autopilot with zero-touch provisioning - Enforce consistent security and compliance policies through Microsoft Intune -- Apply conditional access rules through Microsoft Entra ID based on user role and location +- Apply Conditional Access rules through Microsoft Entra ID based on user role and location - Monitor device health and update compliance from a centralized dashboard This approach enables the organization to scale without increasing manual IT overhead at each location. @@ -92,7 +92,7 @@ The table below reflects how Windows ecosystems support large-scale operations: | **Role diversity** | Different teams require different device capabilities | Wide range of OEM hardware, performance tiers, and specialized options | | **Geographic distribution** | Need consistent management across regions | Intune enables global, cloud-based governance | | **Application mix** | Departments may rely on legacy and modern apps | Broad compatibility with Win32, web, and modern applications | -| **Varied compliance and regional requirements** | Security and regulatory standards differ across roles and regions | Conditional access and role-based policies support region-specific controls | +| **Varied compliance and regional requirements** | Security and regulatory standards differ across roles and regions | Conditional Access and role-based policies support region-specific controls | | **Large device fleets** | Requires efficient, predictable operations | Automated updates, device telemetry, and scalable management | This flexibility helps organizations align ecosystem capabilities with the needs of each team—without fragmenting their platform strategy. diff --git a/learn-pr/endpoint-manager/intro-to-endpoint-manager/includes/5-cloud-attach.md b/learn-pr/endpoint-manager/intro-to-endpoint-manager/includes/5-cloud-attach.md index 5ad6b90adec..bb3aea4f493 100644 --- a/learn-pr/endpoint-manager/intro-to-endpoint-manager/includes/5-cloud-attach.md +++ b/learn-pr/endpoint-manager/intro-to-endpoint-manager/includes/5-cloud-attach.md @@ -22,7 +22,7 @@ There are two main paths to co-management: When you enroll existing Configuration Manager clients in co-management, you immediately gain the following capabilities: -- Conditional access with device compliance +- Conditional Access with device compliance - Intune-based remote actions, such as restart, remote control, or factory reset - Centralized device health visibility - Microsoft Entra ID to link users, devices, and apps diff --git a/learn-pr/paths/enhance-endpoint-security-microsoft-intune-copilot/index.yml b/learn-pr/paths/enhance-endpoint-security-microsoft-intune-copilot/index.yml index e894e74f585..fd81bde5a04 100644 --- a/learn-pr/paths/enhance-endpoint-security-microsoft-intune-copilot/index.yml +++ b/learn-pr/paths/enhance-endpoint-security-microsoft-intune-copilot/index.yml @@ -13,7 +13,7 @@ prerequisites: | - Familiarity with Microsoft 365, Microsoft Intune, and Microsoft Entra ID - (Optional) Access to Microsoft Intune and Microsoft Security Copilot for hands-on practice summary: | - In this learning path, you will learn how to prepare your environment for device management, enroll and validate devices, configure and secure endpoints, protect data with conditional access, harden security with Defender for Endpoint, and accelerate remediation using Microsoft Security Copilot. Gain hands-on experience with real-world labs and practical scenarios to implement Zero Trust principles and modern endpoint security. + In this learning path, you will learn how to prepare your environment for device management, enroll and validate devices, configure and secure endpoints, protect data with Conditional Access, harden security with Defender for Endpoint, and accelerate remediation using Microsoft Security Copilot. Gain hands-on experience with real-world labs and practical scenarios to implement Zero Trust principles and modern endpoint security. iconUrl: /training/achievements/copilot-learning-path.svg levels: - intermediate diff --git a/learn-pr/paths/perform-basic-identity-access-tasks/index.yml b/learn-pr/paths/perform-basic-identity-access-tasks/index.yml index 399d8875c6d..d8d30d87293 100644 --- a/learn-pr/paths/perform-basic-identity-access-tasks/index.yml +++ b/learn-pr/paths/perform-basic-identity-access-tasks/index.yml @@ -2,7 +2,7 @@ uid: learn.wwl.perform-basic-identity-access-tasks metadata: title: Perform Basic Identity and Access Tasks - description: Learn to create and manage identity and access using Microsoft Entra ID. Explore the basics of creating users, groups, and how to control access with conditional access. + description: Learn to create and manage identity and access using Microsoft Entra ID. Explore the basics of creating users, groups, and how to control access with Conditional Access. ms.date: 01/23/2026 author: wwlpublish ms.author: roberts @@ -11,7 +11,7 @@ title: Perform basic identity and access tasks prerequisites: | - Entry level knowledge of cloud computing. summary: | - Learn the fundamentals of identity and access management with Microsoft Entra ID. You create and manage users and groups, assign licenses and roles, and control access using conditional access policies. + Learn the fundamentals of identity and access management with Microsoft Entra ID. You create and manage users and groups, assign licenses and roles, and control access using Conditional Access policies. iconUrl: /training/achievements/generic-trophy.svg levels: - beginner