Skip to content

Commit d9b9e24

Browse files
committed
content review
1 parent b05ff0f commit d9b9e24

15 files changed

Lines changed: 169 additions & 164 deletions

File tree

  • learn-pr
    • paths
      • azure-fundamentals-describe-azure-architecture-services
      • describe-azure-management-governance
      • microsoft-azure-fundamentals-describe-cloud-concepts
    • wwl-azure
      • describe-azure-compute-networking-services
      • describe-azure-identity-access-security
      • describe-azure-storage-services
      • describe-benefits-use-cloud-services
      • describe-cloud-compute
      • describe-cloud-service-types
      • describe-core-architectural-components-of-azure
      • describe-cost-management-azure
      • describe-features-tools-azure-for-governance-compliance
      • describe-features-tools-manage-deploy-azure-resources
      • describe-monitoring-tools-azure

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ Thumbs.db
2626
*.iws
2727
*.ipr
2828
*.ids
29+
30+
######################
31+
# Custom reference files
32+
######################
33+
robbarefoot-content-map.json

learn-pr/paths/azure-fundamentals-describe-azure-architecture-services/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.azure-fundamentals-describe-azure-architecture-services
33
metadata:
44
title: 'Introduction to Cloud Infrastructure: Describe Azure Architecture and Services'
55
description: 'Architecture and services component of the Introduction to Cloud Infrastructure training'
6-
ms.date: 10/28/2025
6+
ms.date: 01/09/2026
77
author: wwlpublish
88
ms.author: robbarefoot
99
ms.topic: learning-path

learn-pr/paths/describe-azure-management-governance/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.describe-azure-management-governance
33
metadata:
44
title: 'Introduction to Cloud Infrastructure: Describe Azure Management and Governance'
55
description: 'Management and governance focused portion of Introduction to Cloud Infrastructure training.'
6-
ms.date: 10/28/2025
6+
ms.date: 01/16/2026
77
author: wwlpublish
88
ms.author: robbarefoot
99
ms.topic: learning-path

learn-pr/paths/microsoft-azure-fundamentals-describe-cloud-concepts/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.microsoft-azure-fundamentals-describe-cloud-concepts
33
metadata:
44
title: 'Introduction to Cloud Infrastructure: Describe Cloud Concepts'
55
description: 'Introductory learning path that is part of the Azure Infrastructure fundamentals content.'
6-
ms.date: 10/28/2025
6+
ms.date: 12/19/2025
77
author: wwlpublish
88
ms.author: robbarefoot
99
ms.topic: learning-path

learn-pr/wwl-azure/describe-azure-compute-networking-services/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.describe-azure-compute-networking-services
33
metadata:
44
title: Describe Azure Compute and Networking Services
55
description: "Introduction to Azure compute services (virtual machines, Azure Virtual Desktop, Azure Functions) and networking services (virtual networks, ExpressRoute, DNS, etc.)."
6-
ms.date: 08/15/2025
6+
ms.date: 01/09/2026
77
author: wwlpublish
88
ms.author: robbarefoot
99
ms.topic: module
Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
1-
### YamlMime:Module
2-
uid: learn.wwl.describe-azure-identity-access-security
3-
metadata:
4-
title: Describe Azure identity, access, and security
5-
description: "Describe Azure identity, access, and security"
6-
ms.date: 10/03/2024
7-
author: wwlpublish
8-
ms.author: robbarefoot
9-
ms.topic: module
10-
ms.collection: N/A
11-
ms.custom:
12-
- N/A
13-
ms.service: azure-architecture-center
14-
ai-usage: human-only
15-
title: Describe Azure identity, access, and security
16-
summary: This module covers some of the authorization and authentication methods available with Azure.
17-
abstract: |
18-
By the end of this module, you will be able to:
19-
20-
- Describe directory services in Azure, including Microsoft Entra ID and Microsoft Entra Domain Services
21-
22-
- Describe authentication methods in Azure, including single sign-on (SSO), multifactor authentication (MFA), and passwordless
23-
24-
- Describe external identities and guest access in Azure
25-
26-
- Describe Microsoft Entra Conditional Access
27-
28-
- Describe Azure Role Based Access Control (RBAC)
29-
30-
- Describe the concept of Zero Trust
31-
32-
- Describe the purpose of the defense in depth model
33-
34-
- Describe the purpose of Microsoft Defender for Cloud
35-
prerequisites: '- Basic familiarity with IT terms and concepts'
36-
iconUrl: /training/achievements/describe-azure-identity-access-security.svg
37-
levels:
38-
- beginner
39-
roles:
40-
- administrator
41-
- developer
42-
- devops-engineer
43-
- solution-architect
44-
products:
45-
- azure
46-
units:
47-
- learn.wwl.describe-azure-identity-access-security.introduction
48-
- learn.wwl.describe-azure-identity-access-security.directory-services
49-
- learn.wwl.describe-azure-identity-access-security.authentication-methods
50-
- learn.wwl.describe-azure-identity-access-security.external-identities
51-
- learn.wwl.describe-azure-identity-access-security.conditional-access
52-
- learn.wwl.describe-azure-identity-access-security.role-based-access-control
53-
- learn.wwl.describe-azure-identity-access-security.describe-zero-trust-model
54-
- learn.wwl.describe-azure-identity-access-security.describe-defense-depth
55-
- learn.wwl.describe-azure-identity-access-security.describe-microsoft-defender-for-cloud
56-
- learn.wwl.describe-azure-identity-access-security.knowledge-check
57-
- learn.wwl.describe-azure-identity-access-security.summary
58-
badge:
59-
uid: learn.wwl.describe-azure-identity-access-security.badge
1+
### YamlMime:Module
2+
uid: learn.wwl.describe-azure-identity-access-security
3+
metadata:
4+
title: Describe Azure identity, access, and security
5+
description: "Describe Azure identity, access, and security"
6+
ms.date: 01/09/2026
7+
author: wwlpublish
8+
ms.author: robbarefoot
9+
ms.topic: module
10+
ms.collection: N/A
11+
ms.custom:
12+
- N/A
13+
ms.service: azure-architecture-center
14+
ai-usage: human-only
15+
title: Describe Azure identity, access, and security
16+
summary: This module covers some of the authorization and authentication methods available with Azure.
17+
abstract: |
18+
By the end of this module, you will be able to:
19+
20+
- Describe directory services in Azure, including Microsoft Entra ID and Microsoft Entra Domain Services
21+
22+
- Describe authentication methods in Azure, including single sign-on (SSO), multifactor authentication (MFA), and passwordless
23+
24+
- Describe external identities and guest access in Azure
25+
26+
- Describe Microsoft Entra Conditional Access
27+
28+
- Describe Azure Role Based Access Control (RBAC)
29+
30+
- Describe the concept of Zero Trust
31+
32+
- Describe the purpose of the defense in depth model
33+
34+
- Describe the purpose of Microsoft Defender for Cloud
35+
prerequisites: '- Basic familiarity with IT terms and concepts'
36+
iconUrl: /training/achievements/describe-azure-identity-access-security.svg
37+
levels:
38+
- beginner
39+
roles:
40+
- administrator
41+
- developer
42+
- devops-engineer
43+
- solution-architect
44+
products:
45+
- azure
46+
units:
47+
- learn.wwl.describe-azure-identity-access-security.introduction
48+
- learn.wwl.describe-azure-identity-access-security.directory-services
49+
- learn.wwl.describe-azure-identity-access-security.authentication-methods
50+
- learn.wwl.describe-azure-identity-access-security.external-identities
51+
- learn.wwl.describe-azure-identity-access-security.conditional-access
52+
- learn.wwl.describe-azure-identity-access-security.role-based-access-control
53+
- learn.wwl.describe-azure-identity-access-security.describe-zero-trust-model
54+
- learn.wwl.describe-azure-identity-access-security.describe-defense-depth
55+
- learn.wwl.describe-azure-identity-access-security.describe-microsoft-defender-for-cloud
56+
- learn.wwl.describe-azure-identity-access-security.knowledge-check
57+
- learn.wwl.describe-azure-identity-access-security.summary
58+
badge:
59+
uid: learn.wwl.describe-azure-identity-access-security.badge

learn-pr/wwl-azure/describe-azure-storage-services/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Describe Azure storage services
77
description: "Azure storage services, tiers, redundancy options, and migration options and tools."
8-
ms.date: 09/09/2025
8+
ms.date: 01/09/2026
99
author: wwlpublish
1010
ms.author: robbarefoot
1111
ms.topic: module-standard-task-based

learn-pr/wwl-azure/describe-benefits-use-cloud-services/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.describe-benefits-use-cloud-services
33
metadata:
44
title: Describe the benefits of using cloud services
55
description: "Introduction to concepts surrounding cloud computing. Mostly platform agnostic, focused instead on general concepts."
6-
ms.date: 12/12/2024
6+
ms.date: 12/19/2025
77
author: wwlpublish
88
ms.author: robbarefoot
99
ms.topic: module

learn-pr/wwl-azure/describe-cloud-compute/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.describe-cloud-compute
33
metadata:
44
title: Describe Cloud Computing
55
description: "Introduction to concepts surrounding cloud computing. Mostly platform agnostic, focused instead on general concepts."
6-
ms.date: 12/12/2024
6+
ms.date: 12/19/2025
77
author: wwlpublish
88
ms.author: robbarefoot
99
ms.topic: module

learn-pr/wwl-azure/describe-cloud-service-types/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.describe-cloud-service-types
33
metadata:
44
title: Describe Cloud Service Types
55
description: "Introduction to cloud service types (Infrastructure, Platform, and Software as a Service models) and associated use cases for each."
6-
ms.date: 12/12/2024
6+
ms.date: 12/19/2025
77
author: wwlpublish
88
ms.author: robbarefoot
99
ms.topic: module

0 commit comments

Comments
 (0)