Skip to content

Commit 839622a

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents e91ccb4 + 9537c3f commit 839622a

15 files changed

+278
-255
lines changed

learn-pr/azure/configure-network-for-azure-virtual-machines/5-exercise-create-azure-vpn-gateway.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Create an Azure VPN gateway
44
metadata:
55
title: Exercise - Create an Azure VPN gateway
66
description: Exercise - Create an Azure VPN gateway
7-
ms.date: 11/01/2023
7+
ms.date: 04/16/2025
88
author: cherylmc
99
ms.author: cherylmc
1010
ms.topic: unit
@@ -13,4 +13,4 @@ metadata:
1313
durationInMinutes: 40
1414
content: |
1515
[!include[](includes/5-exercise-create-azure-vpn-gateway.md)]
16-
16+

learn-pr/azure/configure-network-for-azure-virtual-machines/includes/5-exercise-create-azure-vpn-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $GWIPconfName = "gwipconf"
7070
1. Run the following command to request a dynamically assigned public IP address.
7171
7272
```PowerShell
73-
$pip = New-AzPublicIpAddress -Name $GWIPName -ResourceGroupName $ResourceGroup -Location $Location -AllocationMethod Dynamic
73+
$pip = New-AzPublicIpAddress -Name $GWIPName -ResourceGroupName $ResourceGroup -Location $Location -AllocationMethod Static -Sku Standard -Zone 1,2,3
7474
$ipconf = New-AzVirtualNetworkGatewayIpConfig -Name $GWIPconfName -Subnet $subnet -PublicIpAddress $pip
7575
```
7676
@@ -88,7 +88,7 @@ This part of the exercise can take up to 45 minutes to complete.
8888
```PowerShell
8989
New-AzVirtualNetworkGateway -Name $GWName -ResourceGroupName $ResourceGroup `
9090
-Location $Location -IpConfigurations $ipconf -GatewayType Vpn `
91-
-VpnType RouteBased -EnableBgp $false -GatewaySku VpnGw1 -VpnClientProtocol "IKEv2"
91+
-VpnType RouteBased -EnableBgp $false -GatewaySku VpnGw1AZ -VpnClientProtocol "IKEv2"
9292
```
9393
9494
1. Wait for the command output to appear.
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.create-manage-active-directory-objects.introduction
3-
title: Introduction
4-
metadata:
5-
title: Introduction
6-
description: "Introduction"
7-
ms.date: 10/22/2024
8-
author: wwlpublish
9-
ms.author: tonyj
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 2
14-
content: |
15-
[!include[](includes/1-introduction.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.create-manage-active-directory-objects.introduction
3+
title: Introduction
4+
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: Introduction
8+
description: "Introduction"
9+
ms.date: 04/16/2025
10+
author: wwlpublish
11+
ms.author: tonyj
12+
ms.topic: unit
13+
ms.custom:
14+
- N/A
15+
durationInMinutes: 2
16+
content: |
17+
[!include[](includes/1-introduction.md)]
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.create-manage-active-directory-objects.summary
3-
title: Summary
4-
metadata:
5-
title: Summary
6-
description: "Summary"
7-
ms.date: 10/22/2024
8-
author: wwlpublish
9-
ms.author: tonyj
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 3
14-
content: |
15-
[!include[](includes/10-summary.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.create-manage-active-directory-objects.summary
3+
title: Summary
4+
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: Summary
8+
description: "Summary"
9+
ms.date: 04/16/2025
10+
author: wwlpublish
11+
ms.author: tonyj
12+
ms.topic: unit
13+
ms.custom:
14+
- N/A
15+
durationInMinutes: 3
16+
content: |
17+
[!include[](includes/10-summary.md)]
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.create-manage-active-directory-objects.define-users-groups-computers
3-
title: Define users, groups, and computers
4-
metadata:
5-
title: Define users, groups, and computers
6-
description: "Define users, groups, and computers"
7-
ms.date: 10/22/2024
8-
author: wwlpublish
9-
ms.author: tonyj
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 10
14-
content: |
15-
[!include[](includes/2-define-users-groups-computers.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.create-manage-active-directory-objects.define-users-groups-computers
3+
title: Define users, groups, and computers
4+
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: Define users, groups, and computers
8+
description: "Define users, groups, and computers"
9+
ms.date: 04/16/2025
10+
author: wwlpublish
11+
ms.author: tonyj
12+
ms.topic: unit
13+
ms.custom:
14+
- N/A
15+
durationInMinutes: 10
16+
content: |
17+
[!include[](includes/2-define-users-groups-computers.md)]
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.create-manage-active-directory-objects.define-organizational-units
3-
title: Define organizational units
4-
metadata:
5-
title: Define organizational units
6-
description: "Define organizational units"
7-
ms.date: 10/22/2024
8-
author: wwlpublish
9-
ms.author: tonyj
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 10
14-
content: |
15-
[!include[](includes/3-define-organizational-units.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.create-manage-active-directory-objects.define-organizational-units
3+
title: Define organizational units
4+
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: Define organizational units
8+
description: "Define organizational units"
9+
ms.date: 04/16/2025
10+
author: wwlpublish
11+
ms.author: tonyj
12+
ms.topic: unit
13+
ms.custom:
14+
- N/A
15+
durationInMinutes: 10
16+
content: |
17+
[!include[](includes/3-define-organizational-units.md)]
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.create-manage-active-directory-objects.manage-objects-their-properties
3-
title: Manage objects and their properties in Active Directory
4-
metadata:
5-
title: Manage objects and their properties in Active Directory
6-
description: "Manage objects and their properties in Active Directory"
7-
ms.date: 10/22/2024
8-
author: wwlpublish
9-
ms.author: tonyj
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 10
14-
content: |
15-
[!include[](includes/4-manage-objects-their-properties.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.create-manage-active-directory-objects.manage-objects-their-properties
3+
title: Manage objects and their properties in Active Directory
4+
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: Manage objects and their properties in Active Directory
8+
description: "Manage objects and their properties in Active Directory"
9+
ms.date: 04/16/2025
10+
author: wwlpublish
11+
ms.author: tonyj
12+
ms.topic: unit
13+
ms.custom:
14+
- N/A
15+
durationInMinutes: 10
16+
content: |
17+
[!include[](includes/4-manage-objects-their-properties.md)]
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.create-manage-active-directory-objects.create-objects
3-
title: Create objects in Active Directory
4-
metadata:
5-
title: Create objects in Active Directory
6-
description: "Create objects in Active Directory"
7-
ms.date: 10/22/2024
8-
author: wwlpublish
9-
ms.author: tonyj
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 3
14-
content: |
15-
[!include[](includes/5-create-objects.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.create-manage-active-directory-objects.create-objects
3+
title: Create objects in Active Directory
4+
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: Create objects in Active Directory
8+
description: "Create objects in Active Directory"
9+
ms.date: 04/16/2025
10+
author: wwlpublish
11+
ms.author: tonyj
12+
ms.topic: unit
13+
ms.custom:
14+
- N/A
15+
durationInMinutes: 3
16+
content: |
17+
[!include[](includes/5-create-objects.md)]
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.create-manage-active-directory-objects.configure-objects
3-
title: Configure objects in Active Directory
4-
metadata:
5-
title: Configure objects in Active Directory
6-
description: "Configure objects in Active Directory"
7-
ms.date: 10/22/2024
8-
author: wwlpublish
9-
ms.author: tonyj
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 3
14-
content: |
15-
[!include[](includes/6-configure-objects.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.create-manage-active-directory-objects.configure-objects
3+
title: Configure objects in Active Directory
4+
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: Configure objects in Active Directory
8+
description: "Configure objects in Active Directory"
9+
ms.date: 04/16/2025
10+
author: wwlpublish
11+
ms.author: tonyj
12+
ms.topic: unit
13+
ms.custom:
14+
- N/A
15+
durationInMinutes: 3
16+
content: |
17+
[!include[](includes/6-configure-objects.md)]
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.create-manage-active-directory-objects.perform-bulk-management-tasks-user-accounts
3-
title: Perform bulk management tasks for user accounts
4-
metadata:
5-
title: Perform bulk management tasks for user accounts
6-
description: "Perform bulk management tasks for user accounts"
7-
ms.date: 10/22/2024
8-
author: wwlpublish
9-
ms.author: tonyj
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 3
14-
content: |
15-
[!include[](includes/7-perform-bulk-management-tasks-user-accounts.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.create-manage-active-directory-objects.perform-bulk-management-tasks-user-accounts
3+
title: Perform bulk management tasks for user accounts
4+
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: Perform bulk management tasks for user accounts
8+
description: "Perform bulk management tasks for user accounts"
9+
ms.date: 04/16/2025
10+
author: wwlpublish
11+
ms.author: tonyj
12+
ms.topic: unit
13+
ms.custom:
14+
- N/A
15+
durationInMinutes: 3
16+
content: |
17+
[!include[](includes/7-perform-bulk-management-tasks-user-accounts.md)]

0 commit comments

Comments
 (0)