From 03e3a11f323da5514ed979ad1db36de6dd5f2807 Mon Sep 17 00:00:00 2001 From: x-tahosin Date: Fri, 24 Apr 2026 23:54:01 +0600 Subject: [PATCH 1/3] docs: fix 'recieve' -> 'receive' typo --- .../05_Azure_VMware_Solution/Challenges/01-NSX-DHCP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-Azure/01-03-Infrastructure/05_Azure_VMware_Solution/Challenges/01-NSX-DHCP.md b/03-Azure/01-03-Infrastructure/05_Azure_VMware_Solution/Challenges/01-NSX-DHCP.md index d50650cf2..21209f8b8 100644 --- a/03-Azure/01-03-Infrastructure/05_Azure_VMware_Solution/Challenges/01-NSX-DHCP.md +++ b/03-Azure/01-03-Infrastructure/05_Azure_VMware_Solution/Challenges/01-NSX-DHCP.md @@ -17,7 +17,7 @@ As a part of this challenge you are expected to log on to the AVS Private clo ### Use Case Tip -VMs within the AVS environment will recieve IP from various sources +VMs within the AVS environment will receive IP from various sources 1. Some VMs may be migrated and they will retain their IPs from On-Prem to AVS if they are on an extended L2 stretch 2. Some VMs may be migrated and they will need new IP from AVS if they are on a non-extended VLAN. in such cases the VM will get a new IP (DHCP based) or static IP From 7526f4bcb5bbd217200a46d15ba3062c7c89ba92 Mon Sep 17 00:00:00 2001 From: x-tahosin Date: Fri, 24 Apr 2026 23:54:03 +0600 Subject: [PATCH 2/3] docs: fix 'seperate' -> 'separate' typo --- 03-Azure/99-PreparationHelpers/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/03-Azure/99-PreparationHelpers/Readme.md b/03-Azure/99-PreparationHelpers/Readme.md index b6248f1a2..6d5090022 100644 --- a/03-Azure/99-PreparationHelpers/Readme.md +++ b/03-Azure/99-PreparationHelpers/Readme.md @@ -6,7 +6,7 @@ The [Create Admin Users.ps1](../99-PreparationHelpers/Create%20Admin%20Users.ps1 This script will perform the following actions: -- Create 10 EntraID user accounts that will be used as dedicated Admin accounts for seperate MicroHacks +- Create 10 EntraID user accounts that will be used as dedicated Admin accounts for separate MicroHacks - Create 6 EntraID groups that can be used to assign RBAC roles on the Azure Subscriptions You need to update line 7, 12 and 17 with your environment parameters. @@ -15,7 +15,7 @@ You need to update line 7, 12 and 17 with your environment parameters. This script will perform the following actions: -- Create 60 EntraID user accounts that will be used as dedicated MicroHack user accounts for seperate MicroHacks +- Create 60 EntraID user accounts that will be used as dedicated MicroHack user accounts for separate MicroHacks - Assignes always 10 user accounts to the previously created groups You need to update line 8, 13 and 19 with your environment parameters. From 0bb9d1002c3c3b384aecd41eb9c3dd3b61524df9 Mon Sep 17 00:00:00 2001 From: x-tahosin Date: Fri, 24 Apr 2026 23:54:06 +0600 Subject: [PATCH 3/3] docs: fix 'succesful' -> 'successful' typo --- .../walkthrough/challenge-01/solution-01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-Azure/01-03-Infrastructure/04_BCDR_Azure_Native/walkthrough/challenge-01/solution-01.md b/03-Azure/01-03-Infrastructure/04_BCDR_Azure_Native/walkthrough/challenge-01/solution-01.md index fcaa2a31d..730622fab 100644 --- a/03-Azure/01-03-Infrastructure/04_BCDR_Azure_Native/walkthrough/challenge-01/solution-01.md +++ b/03-Azure/01-03-Infrastructure/04_BCDR_Azure_Native/walkthrough/challenge-01/solution-01.md @@ -37,7 +37,7 @@ Ask yourself the questions: 1. Can I take an active part in the optimization process from the emergency plan? 2. Whom should I involve? 3. Do I have feedback from the application owners for the applications I am working with? -4. When was the last succesful failover in my organization? +4. When was the last successful failover in my organization? 5. Ask internally when the next failover is planned to test the disaster recovery plan. ### **Task 3: Put yourself in the position of an application owner and define the necessary steps to make sure your application stays available in case of a disaster**