Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ As a part of this challenge you are expected to <u>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
Expand Down
4 changes: 2 additions & 2 deletions 03-Azure/99-PreparationHelpers/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down