GithubHelp home page GithubHelp logo

microsoft / mcw-optimized-architecture Goto Github PK

View Code? Open in Web Editor NEW
40.0 64.0 32.0 22.16 MB

MCW Optimized architecture

License: MIT License

PowerShell 4.25% C# 66.03% CSS 2.60% HTML 16.24% ASP 0.10% JavaScript 9.11% TSQL 1.67%
mcw app-service api-apps sql-database iaas paas

mcw-optimized-architecture's Introduction

Optimized architecture

This workshop is archived and is no longer being maintained. Content is read-only.

Contoso has recently completed a migration to shift most its enterprise data center footprint to the cloud. "The cloud is the future, and as such, it is essential for us to proactively adopt the cloud before our competitors to remain innovative and as competitive as possible," says Emma Lowton, Chief Technology Officer. "Unfortunately, due to our limited expertise in cloud computing, I have grown concerned that our Azure spending is much higher than it should be."

Target audience

  • Infrastructure Architect
  • Application Developer

Abstract

Workshop

In this workshop, you will learn how to optimize a lift-and-shift style Infrastructure as a service (IaaS) architecture in Azure to improve cost savings. You will also compare IaaS and PaaS (Platform as a service) hosting options to save cost even further using Azure App Service. Additionally, you will learn to improve resiliency and high availability through multi-region deployment.

At the end of this workshop, you will be better able to design and implement a plan to optimize Azure IaaS and PaaS deployments, compare costs between Azure IaaS versus Azure PaaS, setup SQL Database geo-replication, and configure multi-region deployments.

Whiteboard design session

In this whiteboard design session, you will review how to size and optimize a migrated workload to Azure Infrastructure as a service (IaaS). From there, you will consider the cost and benefit of optimizing the solution using Azure Platform as a service (PaaS) services and then design and price the optimized solution.

At the end of this whiteboard design session, you will be better able to design and plan for optimizing Azure IaaS and PaaS deployments, price solutions using the Azure calculator, and setup multi-region solutions.

Hands-on lab

In this hands-on lab, you will determine the appropriate hosting tiers for the Contoso Financial application and estimate the total cost savings on a monthly and annual basis. You will implement and integrate Azure Traffic Manager, then migrate the Web, API and Background App Tiers of the application to the Azure App Service. Next, you will then de-commission the old application infrastructure, and setup geo-replication for the Azure SQL Database in preparation for the next step, which is deploying a European instance of the Web App Tier. Finally, you will add an endpoint for this new Web App Tier to the Azure Traffic Manager.

At the end of this hands-on lab, you will be better able to implement optimization of Azure IaaS and PaaS deployments, price solutions using the Azure calculator, and setup multi-region solutions.

Azure services and related products

  • App Service
  • Web Apps
  • API Apps
  • Traffic Manager
  • Load Balancer
  • SQL Database

Azure solutions

Security and Management

Related references

mcw-optimized-architecture's People

Contributors

brittj-msft avatar ciphertxt avatar crpietschmann avatar dawnmariedesjardins avatar hopero929 avatar laraaleite avatar microsoftopensource avatar msftgits avatar mwasham avatar sdavis3 avatar waltermyersiii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mcw-optimized-architecture's Issues

Another Get Ready for Boot Camp

TEAM ISSUE: @Microsoft/microsoft-cloud-workshop

Descibe an issue to be tracked at the team-level, across all MCW content.

HOL - step-by-step & unguided

Both documents are using title casing in the table of contents and headers. MS Style is sentence case. Only proper nouns and products should be capitalized. Need to go through the documents and correct please.

Test Issue

Describe the bug
A clear and concise description of what the bug is. - this is just a test

HOL or Workshop Document
If it is a specific document, provide a the name. - no specific document

Time Frame Needed
Specific event or activity that would benefit from fixing this bug - Now

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please provide specifics if appropriate) :

  • OS: [e.g. Wndows, Linux, iOS]
  • Browser [e.g. edge, chrome, safari and version
  • Device: [e.g. PC, iPhone6]

Additional context
Add any other context about the problem here.

SQL Database SKU and pricing in WDS

Describe the bug
The WDS suggests to use SQL Database P4 SKU, and quotes a price. I've two concerns:

  1. This uses the DTU pricing model, which does not support Hybrid Benefit. Wouldn't it be better to use the vCore pricing model, and discount the price using Hybrid Benefit to re-use the existing SQL licenses? (We'd have to check the number of licensed cores etc.)
  2. The guide says to use Active geo-replication. This doubles the SQL database price (see pricing page), but this is not accounted for in the WDS.

HOL or Workshop Document
If it is a specific document, provide a the name.
WDS trainer guide and presentation deck

Time Frame Needed
Specific event or activity that would benefit from fixing this bug
Next review cycle is fine

Before the HOL

I've updated the document to follow the most current template. I don't know how to add TOCs though. Please update.

WDS: Review Phase 2 costs

Describe the bug
Concerns about costing in WDS slide 30:

  1. Can the various app service components (front end, backend API, backend processing) share the same App Service Plan? Or the backend components at least?
  2. Where is the North Europe deployment in the pricing calculation?
  3. Header of table refers to VMs, but there are no VMs here...

HOL or Workshop Document
WDS deck and possibly trainer guide

Time Frame Needed
Next review cycle is fine.

Test Team Issue

TEAM ISSUE: @Microsoft/microsoft-cloud-workshop

Descibe an issue to be tracked at the team-level, across all MCW content. - this is just a test issue

Getting Started Contents

TEAM ISSUE: @Microsoft/microsoft-cloud-workshop

Need to determine how we will manage getting started contents; i.e. all at the uber level or unique to each workshop? e.g. invitation templates (where field has requested these be unique to each workshop)

Add default tags

TEAM ISSUE: @Microsoft/microsoft-cloud-workshop

Describe an issue to be tracked at the team-level, across all MCW content.

tags:
Q1 Q2 Q3 Q4 2018 2019 2020
new update test-fix

Lab guide is updated

Hi Dawnmarie

Lab guide for MCW-Optimized-architecture is updated and ready for QC.

December Update

General Updates - Screenshots/Steps
Introduce Azure Cost Management (WDS) for monitoring/alerting on optimization
Add Azure Advisor (WDS & Lab)

WDS: Clarify Traffic Manager usage

Describe the bug
Slide 25/26 says to use Traffic Manager in Performance mode. Slide 27/34 says Geographic mode. Needs to be made consistent (and check the trainer guide also)

Slide 25 also says that Traffic Manager is 'instead' of the Load Balancer. I don't think that's accurate, and it could be confusing. The Load Balancer is gone because we're using App Service, which provides a built-in load balancer. Traffic Manager is added because we've added a second region. But one is not 'instead' of the other.

HOL or Workshop Document
WDS deck, and possibly trainer guide.

Time Frame Needed
Next review cycle is fine.

September test/fix QC

WDS presenter presentation (PPT) - slide missing alt-text.
Trainer/Student guides & HOL step-by-step - solution alt-texts need more detailed descriptions

Get Ready for Boot Camp

TEAM ISSUE: @Microsoft/microsoft-cloud-workshop

Descibe an issue to be tracked at the team-level, across all MCW content.

Discrepancies in amounts in Excersize 1, Task 5

Describe the bug
In Exercise 1, Task 5 the amounts depicted do not match any of the pictures or text in the previous sections leading to incorrect math in calculating cost savings

HOL or Workshop Document
Hands-on lab/HOL step-by-step - Optimized architecture.md

Time Frame Needed
Immediate

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://github.com/Microsoft/MCW-Optimized-architecture/blob/master/Hands-on%20lab/HOL%20step-by-step%20-%20Optimized%20architecture.md#task-5-calculate-estimated-cost-savings'
  2. Compare amounts used in calculation with previous sections

Expected behavior
Amounts used should match pictures depicted in previous sections.

Screenshots
N/A

Environment (please provide specifics if appropriate) :
N/A

Additional context
N/A

Project model

Need to setup project workflow

@microsoft/microsoft-cloud-workshop

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.