Skip to content

Commit 5375e13

Browse files
authored
pull base content,head:wwlpublishsync,into:882fb6eb904537ee56fa040133256c81cb1967f9cd5ae798fd376de9b62a7fff-live
2 parents c04197e + 86e4f51 commit 5375e13

File tree

199 files changed

+1267
-603
lines changed

Some content is hidden

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

199 files changed

+1267
-603
lines changed
484 KB
Loading

learn-pr/achievements/review-principles-code-debugging-exception-handling-c-sharp.svg

Lines changed: 85 additions & 0 deletions
Loading

learn-pr/azure/connect-vm-with-azure-bastion/1-introduction.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: Introduction
77
description: Introduction
8-
ms.date: 12/06/2023
8+
ms.date: 03/25/2025
99
author: cherylmc
1010
ms.author: cherylmc
1111
ms.topic: unit

learn-pr/azure/connect-vm-with-azure-bastion/2-what-is-azure-bastion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: What is Azure Bastion?
88
description: What is Azure Bastion?
9-
ms.date: 12/06/2023
9+
ms.date: 03/25/2025
1010
author: cherylmc
1111
ms.author: cherylmc
1212
ms.topic: unit

learn-pr/azure/connect-vm-with-azure-bastion/3-how-does-azure-bastion-work.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: How does Azure Bastion work?
88
description: How does Azure Bastion work?
9-
ms.date: 12/06/2023
9+
ms.date: 03/25/2025
1010
author: cherylmc
1111
ms.author: cherylmc
1212
ms.topic: unit

learn-pr/azure/connect-vm-with-azure-bastion/4-exercise-connect-vm-with-bastion.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:ModuleUnit
22
uid: learn.connect-vm-with-azure-bastion.exercise-connect-to-vm-with-bastion
3-
title: Exercise Connect to a virtual machine by using Azure Bastion
3+
title: Exercise - Connect to a virtual machine by using Azure Bastion
44
metadata:
55
adobe-target: true
66
prefetch-feature-rollout: true
7-
title: Exercise Connect to a virtual machine by using Azure Bastion
8-
description: Exercise Connect to a virtual machine by using Azure Bastion
9-
ms.date: 12/06/2023
7+
title: Exercise - Connect to a virtual machine by using Azure Bastion
8+
description: Exercise - Connect to a virtual machine by using Azure Bastion
9+
ms.date: 03/25/2025
1010
author: cherylmc
1111
ms.author: cherylmc
1212
ms.topic: unit

learn-pr/azure/connect-vm-with-azure-bastion/5-manage-remote-sessions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Monitor and manage remote sessions
88
description: Monitor and manage remote sessions
9-
ms.date: 12/06/2023
9+
ms.date: 03/25/2025
1010
author: cherylmc
1111
ms.author: cherylmc
1212
ms.topic: unit

learn-pr/azure/connect-vm-with-azure-bastion/6-exercise-enable-diagnostic-logs-monitor-sessions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Exercise - Enable diagnostic logs and monitor remote sessions
88
description: Exercise - Enable diagnostic logs and monitor remote sessions
9-
ms.date: 12/06/2023
9+
ms.date: 03/25/2025
1010
author: cherylmc
1111
ms.author: cherylmc
1212
ms.topic: unit

learn-pr/azure/connect-vm-with-azure-bastion/7-knowledge-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Check your knowledge
88
description: Review what you've learned.
9-
ms.date: 12/06/2023
9+
ms.date: 03/25/2025
1010
author: cherylmc
1111
ms.author: cherylmc
1212
ms.topic: unit
@@ -22,7 +22,7 @@ quiz:
2222
- content: The organization can eliminate all of its VM management work.
2323
isCorrect: false
2424
explanation: Azure Bastion simplifies the management of internal VMs by providing a secure connection to those VMs over the internet without requiring the installation of anything.
25-
- content: The organization can simplify the management of its VMs.
25+
- content: The organization can simplify VM management.
2626
isCorrect: true
2727
explanation: Azure Bastion is a fully managed PaaS service. It provides seamless RDP/SSH access to VMs over the internet without requiring the installation of connection software like Remote Desktop.
2828
- content: "To what resource level or scope does an Azure Bastion connection apply?"
@@ -46,10 +46,10 @@ quiz:
4646
explanation: You can't connect to the Azure Bastion host without a public IP address.
4747
- content: Subnet named AzureBastionSubnet, public IP, and Azure Bastion
4848
isCorrect: true
49-
explanation: Create a subnet named AzureBastionSubnet for the virtual network; create a public IP; and then create the Azure Bastion resource with the virtual network and public IP address information.
49+
explanation: Create a subnet named AzureBastionSubnet for the virtual network, create a public IP, then create the Azure Bastion resource with the virtual network and public IP address information.
5050
- content: "Several of your peers are having trouble connecting to VMs by using Azure Bastion. What isn't likely to cause the problem?"
5151
choices:
52-
- content: The public IP address of the destination VM
52+
- content: The destination VM's public IP address
5353
isCorrect: true
5454
explanation: You connect to internal VMs by using the public IP of Azure Bastion, not a public IP of the destination VM.
5555
- content: The number of current remote connections

learn-pr/azure/connect-vm-with-azure-bastion/8-summary.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: Summary
77
description: Summary
8-
ms.date: 12/06/2023
8+
ms.date: 03/25/2025
99
author: cherylmc
1010
ms.author: cherylmc
1111
ms.topic: unit

0 commit comments

Comments
 (0)