GithubHelp home page GithubHelp logo

eengstro1 / hol-bcdr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from danielscholl/hol-bcdr

0.0 0.0 0.0 20.02 MB

Hands-On-Lab for Business Continuity and Disaster Recovery

License: MIT License

PowerShell 20.02% C# 30.19% CSS 0.12% ASP 0.02% HTML 1.19% JavaScript 48.46%

hol-bcdr's Introduction

Hands-On-Lab Business Continuity and Disaster Recovery

In this hands-on lab, you will implement three different environments and use Azure BCDR technologies to achieve three distinct goals for each environment type. These will include a migration to Azure, Azure region to region failover, and a PaaS implementation using BCDR technologies to ensure high availability of an application. At the end of this hands-on lab, you will be better able to build a complex and robust IaaS BCDR solution.

Create a Lab Machine:

RDP to the Lab Virtual Machine for the remaining Instructions


Open an RDP Session to the Lab Virtual Machine then download and execute the setup script.

Setup the Lab Server:

curl https://raw.githubusercontent.com/danielscholl/hol-bcdr/master/setup.ps1 -o setup.ps1
powershell -Command "Start-Process setup.ps1"

Clone the Repository:

git clone https://github.com/danielscholl/bcdr-hol.git lab
cd lab

Create the Environment Variables:

# Copy the Sample Environment File to be used.
cp .env_sample.ps1 .env.ps1

# Edit the Environment file.
code .env.ps1

# Load the Environment file.
. ./.env.ps1

Modify the file with the desired values and save it.

Install the Azure Automation Resources:

# Load the Environment file and move to the directory
. ./.env.ps1 
cd AzureAutomation

# Run the Install Script for installing that Automation account and load the artifiacts.
./install.ps1  # Answer the questions that are presented
  subscriptionAdmin: {your_portal_login_id}
  subscriptionPassword: {your_portal_login_pwd}

cd ..

Install the Azure Automation Resources:

# Load the Environment file and move to the directory
. ./.env.ps1 
cd IaaSPrimarySite

# Install the Infrastructure for the IaaS Primary Site
./install.ps1   # Answer the questions that are presented
  adminPassword:  {your_local_admin_password}

cd ..

hol-bcdr's People

Contributors

danielscholl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.