microsoft azure for solutions architects

26
Microsoft Azure Cloud for Solution Architects Roy Kim @roykimtoronto [email protected] September 2015

Upload: roy-kim

Post on 13-Apr-2017

536 views

Category:

Technology


4 download

TRANSCRIPT

Page 1: Microsoft Azure For Solutions Architects

Microsoft Azure Cloud for Solution ArchitectsRoy Kim

@[email protected]

September 2015

Page 2: Microsoft Azure For Solutions Architects

About me 7+ years design and developing SharePoint

solutions. 13+ career on the Microsoft technology stack for

enterprise. Worked for Deloitte, PwC, Infusion, Accenture .NET, JavaScript, Office 365, Azure Certification: 70-532 Developing MS Azure Solutions U of T computer science

Page 3: Microsoft Azure For Solutions Architects

Agenda

Azure Overview Design and Prototyping Scalability and Performance Commentary

Page 4: Microsoft Azure For Solutions Architects

Azure Overview

PaaS• App Services• Storage• Cloud Services

IaaS• Virtual Machines• Virtual Network• Storage

Page 5: Microsoft Azure For Solutions Architects

Azure Platform as a Service

App Services• Web App• Mobile App• API App• Logic App

Storage• SQL Azure• Table, Queues, Event Hub, Notification

Cloud Services• Web Role• Worker Role

Azure Active Directory• Multi-factor authN• Advanced security alerts

Page 6: Microsoft Azure For Solutions Architects

App Services

Page 7: Microsoft Azure For Solutions Architects

Cloud Service

IIS web servers

Windows servicesBackground processes Opinion: Hybrid of App Service and IaaS Virtual machines

Page 8: Microsoft Azure For Solutions Architects

Azure Infrastructure as a Service Virtual Machines Storage

Page blogs “virtual disks”

Virtual Network

Page 9: Microsoft Azure For Solutions Architects

PaaS vs IaaSPaaS IaaS

Fine grained control Less MoreSpeed of solution delivery Faster SlowerMaintenance (e.g. patching) Less MoreFlexibility Less MoreResponsibility Application Developers Systems Engineers

Page 10: Microsoft Azure For Solutions Architects

Azure Value Proposition

PaaS• Many services catering to a diverse set of specific solution 'form factors'. • Agility Speed of delivery • Less granular control

IaaS• General platform to build from scratch any solution

Page 11: Microsoft Azure For Solutions Architects

Azure Value Proposition Mix and Match PaaS and IaaS to design a Solution

Architecture

Page 12: Microsoft Azure For Solutions Architects

Azure Value PropositionHosting

• Auto-scaling• Redundancy• Patching• Restore

Build & Deployment• Deploy to Prod and non-prod environments• Continuous delivery• IDE integration• Azure SDK and PowerShell modules

Operational• Management• Monitoring• Alerting• Troubleshooting

Page 13: Microsoft Azure For Solutions Architects

Solution Proof of Concepts

With Azure's quick provisioning, you can presumably have time enough effort in solution architecture proof of concepts of a distributed architecture during solution design phase. helps identify architectural risk and issues for mitigation early on Demo to project stakeholders to gain confidence and sign off

Page 14: Microsoft Azure For Solutions Architects

IaaS POC Example

Use Case: Publish internal applications to the internet with single sign-on with corporate identity.Technology stack:Web Application ProxyActive Directory Federation Services

Page 15: Microsoft Azure For Solutions Architects

dc.rk.com adfs.rk.com

rkweb1.rk.com

https://rkweb1.rk.com/ClaimAppClaims Aware

Subnet-DMZ

Subnet-Web

Virtual network

WS 2012R2Web Application Proxy

Perimeter Subnet

rowo.ca / rk.cloudapp.netInternet

rkwap

Subnet-DC

https://rkweb1.rk.com/htmlAppWindows authenticationhttps://rkweb1.rk.com/htmlAppWindows authentication REST API

rk-RKDC-CA root certsts.rowo.cark.cloudapp.net

Internal Subnet/Network

*.rk.com

ADFS Pre-authenticationhttps://rowo.ca/claimapp/https://rkweb1.rk.com/ClaimApp/Pass-throughhttps://rowo.ca/htmlapphttps://rkweb1.rk.com/htmlAppADFS Pre-authentication / Oauthhttps://rkweb1.rk.com/htmlAppWindows authentication REST API rksp.rk.com

https://rkspClaims Aware SharePoint Site

Page 16: Microsoft Azure For Solutions Architects

PaaS POC Example Use Case: 1. Import word orders excel file 2. Track and complete orders3. Generate monthly invoicesArchitecture:Azure Web App integration with SharePoint OnlineTechnology stack:ASP .NET MVC Office 365 SharePoint OnlineAzure AD

Page 17: Microsoft Azure For Solutions Architects

Conceptual Solution

Field Technicians

Project Manager

Manager

Work OrdersInvoices

Reports

Pending Work Orders

Receive Reports

Get ordersUpdate orders

Send directly

Real-time tracking and reports

Business process automation Automatic invoicing

Service Provider

CustomerPaaS POC Example

Page 18: Microsoft Azure For Solutions Architects

SharePoint Online

Stand AloneAzure Web SiteProvider Hosted AppAzure Web Site

Pending Work Orders

Send Email & attachment

PaaS POC Example SendGrid

Azure AD

Inbound Parse

Callback URL(web api)Table

Azure WebsiteAzure Website

CSOM

Azure SQL database

Logs

WebJobs

Page 19: Microsoft Azure For Solutions Architects

Architect Design ResponsibilitiesArchitecture "-ilities" Scalability / Performance Availability / Reliability Recoverability Security Maintainability / Flexibility Extensibility Usability Portability

Challenging to validate performance assumptions at design time

Page 20: Microsoft Azure For Solutions Architects

Designing for PerformanceScalability/performance User load, backend load and data volume assumptions can

have high variability Determining scalability and server resources needs based on

workload model What to specific conditions to monitor? How architecture is to

respond? What can generally happen is that, these challenges are

covered by a set of assumptions, risks/mitigation in the design document.

Can you really confidently promise specific SLA to the business? 3 second response time, 99.9% uptime, business continuity

Page 21: Microsoft Azure For Solutions Architects

Designing for PerformanceEstablish workload model # of users # concurrent user base transactions per second data volume

user generated backend application generated

throughput

Page 22: Microsoft Azure For Solutions Architects

Designing for Performance

Visual Studio Load Test

Azure Monitoring AlertingDiagnostics

Cloud Service

Page 23: Microsoft Azure For Solutions Architects

Designing for PerformanceAligning to Service Level Agreement or Service Level Objectives Expected response time Throughput Capacity Server Resources Usage Uptime

Page 24: Microsoft Azure For Solutions Architects

Key Take Away Vision Rapidly prototype, build and deploy solutions

leveraging Azure. Independence from infrastructure teams for needed

resources for design prototyping.

Page 25: Microsoft Azure For Solutions Architects

Call To ActionResources Microsoft Azure Documentation

https://azure.microsoft.com/en-us/documentation Try Azure as a Free Trial $250 credit for 30 days

or use your MSDN subscription if you have onehttps://azure.microsoft.com/en-us/pricing/free-trial/

Microsoft Virtual Academy Blogs from Azure subject matter experts

Page 26: Microsoft Azure For Solutions Architects

Questions

Feel free to contact! • @roykimtoronto• [email protected]• www.roykim.ca