Skip to content

Commit 9ed04c7

Browse files
committed
Fix merge conflicts
2 parents eb0d088 + ef4980a commit 9ed04c7

File tree

110 files changed

+379
-889
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+379
-889
lines changed

.openpublishing.redirection.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34398,6 +34398,56 @@
3439834398
"source_path": "learn-pr/azure/introduction-code-to-cloud/index.yml",
3439934399
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/",
3440034400
"redirect_document_id": false
34401+
},
34402+
{
34403+
"source_path": "learn-pr/wwl-azure/configure-network-routing-endpoints/index.md",
34404+
"redirect_url": "/training/modules/control-network-traffic-flow-with-routes/",
34405+
"redirect_document_id": false
34406+
},
34407+
{
34408+
"source_path": "learn-pr/wwl-azure/configure-network-routing-endpoints/5-determine-service-endpoint-services.md",
34409+
"redirect_url": "/training/modules/control-network-traffic-flow-with-routes/",
34410+
"redirect_document_id": false
34411+
},
34412+
{
34413+
"source_path": "learn-pr/wwl-azure/configure-network-routing-endpoints/4-determine-service-endpoint-uses.md",
34414+
"redirect_url": "/training/modules/control-network-traffic-flow-with-routes/",
34415+
"redirect_document_id": false
34416+
},
34417+
{
34418+
"source_path": "learn-pr/wwl-azure/configure-network-routing-endpoints/6-identify-private-link-uses.md",
34419+
"redirect_url": "/training/modules/control-network-traffic-flow-with-routes/",
34420+
"redirect_document_id": false
34421+
},
34422+
{
34423+
"source_path": "learn-pr/wwl-azure/configure-network-routing-endpoints/3-identify-user-defined-routes.md",
34424+
"redirect_url": "/training/modules/control-network-traffic-flow-with-routes/",
34425+
"redirect_document_id": false
34426+
},
34427+
{
34428+
"source_path": "learn-pr/wwl-azure/configure-network-routing-endpoints/7-simulation-routing.md",
34429+
"redirect_url": "/training/modules/control-network-traffic-flow-with-routes/",
34430+
"redirect_document_id": false
34431+
},
34432+
{
34433+
"source_path": "learn-pr/wwl-azure/configure-network-routing-endpoints/1-introduction.md",
34434+
"redirect_url": "/training/modules/control-network-traffic-flow-with-routes/",
34435+
"redirect_document_id": false
34436+
},
34437+
{
34438+
"source_path": "learn-pr/wwl-azure/configure-network-routing-endpoints/8-knowledge-check.md",
34439+
"redirect_url": "/training/modules/control-network-traffic-flow-with-routes/",
34440+
"redirect_document_id": false
34441+
},
34442+
{
34443+
"source_path": "learn-pr/wwl-azure/configure-network-routing-endpoints/2-review-system-routes.md",
34444+
"redirect_url": "/training/modules/control-network-traffic-flow-with-routes/",
34445+
"redirect_document_id": false
34446+
},
34447+
{
34448+
"source_path": "learn-pr/wwl-azure/configure-network-routing-endpoints/9-summary-resources.md",
34449+
"redirect_url": "/training/modules/control-network-traffic-flow-with-routes/",
34450+
"redirect_document_id": false
3440134451
}
3440234452
]
3440334453
}

learn-pr/achievements.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4122,3 +4122,8 @@ achievements:
41224122
title: Introduction to Code to Cloud
41234123
summary: This module covers provides an Introduction to Code to Cloud, a service that allows you to seamlessly deploy your complex micro-architecture solutions to Microsoft Azure.
41244124
iconUrl: /learn/achievements/generic-badge.svg
4125+
- uid: learn.wwl.configure-network-routing-endpoints.badge
4126+
type: badge
4127+
title: Configure network routing and endpoints
4128+
summary: Learn how to configure network routes, including endpoints and private links.
4129+
iconUrl: /training/achievements/network-routing-endpoints-configure.svg

learn-pr/azure/cna-set-up-azure-ad-use-scale/index.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ metadata:
1111
ms.author: robmcm
1212
ms.topic: module-standard-task-based
1313
ms.service: azure-active-directory
14-
### NOTE: Temporarily hiding this module while SFI issues are addressed.
15-
hidden: true
14+
hidden: true
1615
title: Authenticate and authorize multi-tenant apps using Microsoft Entra ID
1716
summary: Microsoft Entra ID enables you to improve the functionality of cloud-native apps in multitenant scenarios.
1817
abstract: |
1918
In this module, you'll:
2019
- Describe the characteristics and functionality of Microsoft Entra ID
2120
- Implement Microsoft Entra authentication for cloud-native applications
22-
prerequisites: |
21+
prerequisites: |
2322
Before working on this module, it's helpful but not required that you have:
2423
- A basic understanding of cloud computing
2524
- Basic familiarity with Azure
@@ -50,4 +49,3 @@ units:
5049
- learn.azure.cna-set-up-apps-use-scale.9-summary
5150
badge:
5251
uid: learn.azure.cna-set-up-apps-use-scale.badge
53-

learn-pr/language/powershell-write-first/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: Begin your software development journey by learning PowerShell.
7-
ms.date: 10/04/2023
7+
ms.date: 10/07/2024
88
author: michaeltlombardi
99
ms.author: mlombardi
1010
ms.topic: unit

learn-pr/language/powershell-write-first/2-exercise-hello-world.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ uid: learn.languages.powershell-write-first.exercise-hello-world
33
title: Exercise - "Hello World!"
44
metadata:
55
title: Exercise - "Hello World!"
6-
description: Write your first line of code to output a message to a console window with PowerShell.
7-
ms.date: 10/04/2023
6+
description: Write your first PowerShell code to output a message to a console window.
7+
ms.date: 10/07/2024
88
author: michaeltlombardi
99
ms.author: mlombardi
1010
ms.topic: unit

learn-pr/language/powershell-write-first/3-how-it-works.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: How PowerShell code works
44
metadata:
55
title: How PowerShell code works
66
description: Learn how code works in PowerShell, and what those words and symbols mean.
7-
ms.date: 10/04/2023
7+
ms.date: 10/07/2024
88
author: michaeltlombardi
99
ms.author: mlombardi
1010
ms.topic: unit

learn-pr/language/powershell-write-first/4-challenge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Challenge
44
metadata:
55
title: Challenge
66
description: Use what you just learned about PowerShell to print messages to output.
7-
ms.date: 10/04/2023
7+
ms.date: 10/07/2024
88
author: michaeltlombardi
99
ms.author: mlombardi
1010
ms.topic: unit

learn-pr/language/powershell-write-first/5-solution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Solution
44
metadata:
55
title: Solution
66
description: Study a solution to the challenge issued in the preceding unit.
7-
ms.date: 10/04/2023
7+
ms.date: 10/07/2024
88
author: michaeltlombardi
99
ms.author: mlombardi
1010
ms.topic: unit

learn-pr/language/powershell-write-first/6-knowledge-check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ uid: learn.languages.powershell-write-first.knowledge-check
33
title: Knowledge check
44
metadata:
55
title: Check your knowledge
6-
description: Review what you've learned in this module.
7-
ms.date: 10/04/2023
6+
description: Review what you learned in this module.
7+
ms.date: 10/07/2024
88
author: michaeltlombardi
99
ms.author: mlombardi
1010
ms.topic: unit
@@ -17,14 +17,14 @@ quiz:
1717
choices:
1818
- content: "You run your code through a compiler as a step to outputting an executable program."
1919
isCorrect: false
20-
explanation: "PowerShell code doesn't need to be run through a compiler as a manual step."
21-
- content: "PowerShell is an interpreted language and your code will be interpreted to the computer as it runs."
20+
explanation: "PowerShell code doesn't need to run through a compiler as a manual step."
21+
- content: "PowerShell is an interpreted language and your code is interpreted to the computer as it runs."
2222
isCorrect: false
2323
explanation: "PowerShell isn't an interpreted language and doesn't get communicated to the computer as it runs."
2424
- content: "PowerShell doesn't compile at all, and the computer knows what your code says automatically."
2525
isCorrect: false
2626
explanation: "PowerShell code is compiled to something the computer can understand."
27-
- content: "PowerShell code is compiled to an AST, checked for issues, and then translated again so the computer can understand it."
27+
- content: "PowerShell code is compiled to an abstract syntax tree (AST), checked for issues, and then translated again so the computer can understand it."
2828
isCorrect: true
2929
explanation: "Correct!"
3030
- content: "Which of the following statements is true about PowerShell."
@@ -52,6 +52,6 @@ quiz:
5252
- content: "The string should be enclosed in single quotation marks."
5353
isCorrect: false
5454
explanation: "You can enclose strings in either single or double quotation marks."
55-
- content: "Nothing is wrong with this command. It will run normally."
55+
- content: "Nothing is wrong with this command. It should run normally."
5656
isCorrect: true
5757
explanation: "Correct! PowerShell's relaxed behavior allows this command to run normally."

learn-pr/language/powershell-write-first/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: Review what you learned in this module and what you should learn next.
7-
ms.date: 10/04/2023
7+
ms.date: 10/07/2024
88
author: michaeltlombardi
99
ms.author: mlombardi
1010
ms.topic: unit

0 commit comments

Comments
 (0)