Azure Application Building Blocks

Similar documents
Developing Microsoft Azure Solutions

20532D - Version: 1. Developing Microsoft Azure Solutions

Developing Enterprise Cloud Solutions with Azure

Deccansoft Software Services

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus

Course Outline. Introduction to Azure for Developers Course 10978A: 5 days Instructor Led

Course Outline. Lesson 2, Azure Portals, describes the two current portals that are available for managing Azure subscriptions and services.

Developing Microsoft Azure Solutions

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led

Let s say that hosting a cloudbased application is like car ownership

Techno Expert Solutions

Welcome to the. Migrating SQL Server Databases to Azure

Developing Microsoft Azure Solutions: Course Agenda

Deccansoft Software Services

Developing Microsoft Azure Solutions

70-532: Developing Microsoft Azure Solutions

Actual4Dumps. Provide you with the latest actual exam dumps, and help you succeed

20532D: Developing Microsoft Azure Solutions

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

70-532: Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions (MS 20532)

Microsoft Azure Course Content

Exam : Architecting Microsoft Azure Solutions


Architecting Microsoft Azure Solutions (proposed exam 535)

Programming Microsoft's Clouds

Exam Questions

20533B: Implementing Microsoft Azure Infrastructure Solutions

Hosted Azure for your business. Build virtual servers, deploy with flexibility, and reduce your hardware costs with a managed cloud solution.

Developing Microsoft Azure and Web Services. Course Code: 20487C; Duration: 5 days; Instructor-led

Implementing Microsoft Azure Infrastructure Solutions

Azure Development Course

COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES

Developing Windows Azure and Web Services

microsoft. Number: Passing Score: 800 Time Limit: 120 min.

Office 365 and Azure Active Directory Identities In-depth

Real4Test. Real IT Certification Exam Study materials/braindumps

Whiteboard 6 feet by 4 feet (minimum) Whiteboard markers Red, Blue, Green, Black Video Projector (1024 X 768 resolutions)

BraindumpsQA. IT Exam Study materials / Braindumps

Azure Certification BootCamp for Exam (Developer)


[MS20487]: Developing Windows Azure and Web Services

Realtests Q Architecting Microsoft Azure Solutions

App Service Overview. Rand Pagels Azure Technical Specialist - Application Development US Great Lakes Region

Microsoft Architecting Microsoft Azure Solutions.

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft

[MS20533]: Implementing Microsoft Azure Infrastructure Solutions

Agenda. Future Sessions: Azure VMs, Backup/DR Strategies, Azure Networking, Storage, How to move

MONITORING AND OPERATING A PRIVATE CLOUD WITH SYSTEM CENTER 2012 EXAM

70-487: Developing Windows Azure and Web Services

BraindumpsQA. IT Exam Study materials / Braindumps

Exam : Implementing Microsoft Azure Infrastructure Solutions

BraindumpsQA. IT Exam Study materials / Braindumps

Alexander Klein. #SQLSatDenmark. ETL meets Azure

Azure Stack with Azure CSP/EA Azure Active Directory. Azure Stack with disconnected model ADFS

Implementing Microsoft Azure Infrastructure Solutions (20533)

Xerox Connect for Dropbox App

Security & Management

Participant Handbook

Exam Ref Implementing Microsoft Azure Infrastructure Solutions Michael Washam Rick Rainey

Azure Compute. Azure Virtual Machines

WebJobs & Azure Functions in modern and Serverless applications. Paris Polyzos Software Engineer at ZuluTrade Inc Microsoft Azure MVP

Vishesh Oberoi Seth Reid Technical Evangelist, Microsoft Software Developer, Intergen

Microsoft Developing Windows Azure and Web Services

exam.37q. Number: Passing Score: 800 Time Limit: 120 min File Version: 1. Microsoft

ITBraindumps. Latest IT Braindumps study guide

Programming Functions. Debugging and testing

microsoft.

MCSD: Azure Solutions Architect Certification Guide

MS-20487: Developing Windows Azure and Web Services

Enroll Now to Take online Course Contact: Demo video By Chandra sir

Microsoft Implementing Microsoft Azure Infrastructure Solutions.

DXC Service Deployment and Failover

Azure File Sync. Webinaari

Course AZ-100T01-A: Manage Subscriptions and Resources

#techsummitch

Developing Microsoft Azure Solutions

Microsoft AZ-101 Exam

Azure Free Training. Module 1 : Azure Governance Model. Azure. By Hicham KADIRI October 27, Naming. Convention. A K&K Group Company

Course Outline: Course 50466A: Windows Azure Solutions with Microsoft Visual Studio 2010

Course 10993A: Integrating On-Premises Identity Infrastructure with Microsoft Azure

Kontejneri u Azureu uz pomoć Kubernetesa što i kako? Tomislav Tipurić Partner Technology Strategist Microsoft

Microsoft Exam Questions and Answers (PDF) Microsoft Exam Questions BrainDumps

Get ready to be what s next.

exam.100q. Number: Passing Score: 800 Time Limit: 120 min Provisioning SQL Databases

How to Deploy a VHD Virtual Test Agent Image in Azure

SQL Azure Scale-Out - Setup Guide

Azure Cloud Architecture

17/05/2017. What we ll cover. Who is Greg? Why PaaS and SaaS? What we re not discussing: IaaS

Advantech AE Technical Share Document

Cloud Computing. Amazon Web Services (AWS)

Microsoft Azure Architect Technologies (beta)

Service Level Agreement for Microsoft Azure operated by 21Vianet. Last updated: November Introduction

[MS10992]: Integrating On-Premises Core Infrastructure with Microsoft Azure

Agenda. This Session: Azure Networking Basics, On-prem connectivity options DEMO Create VNET/Gateway Cost-estimation for VNET/Gateways

CHAPTER2 UNDERSTANDING WINDOWSAZURE PLATFORMARCHITECTURE

Monitoring and Operating a Private Cloud with System Center 2012 (70-246) Course Outline Module 1: Introduction to the Private Cloud

MCSD Azure Solutions Architect. Sobre o curso. Metodologia. Microsoft. Com certificação. Nível: Avançado Duração: 60h

Transcription:

Azure Application Building Blocks database storage cloud services identity media CDN caching messaging Commonly used components inside the building blocks 1. Cloud Services Azure WebAPI, Azure WebJob 2. Caching Redis Cache 3. Messaging Azure Service Bus On Premise & In the Cloud 4. Storage Blob storage 5. Database Azure SQL Server Slide 1

Azure Application Building Blocks - Database Use Case 1 Azure Cloud Table database What topics were covered by Microsoft in the POC: Use the existing AIG Resource Group to create an Azure Database. Create a simple table inside Azure. [Not Covered] Connect to an on premise database. [Not Covered] Set Firewall rules for outbound / inbound traffic. Copy the connection string from the Azure Portal. Use SQL Management Studio to connect to Azure database. Refer to this help document for more information: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-get-started https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-hybrid-connection-connect-on-premises-sql-server Slide 2

Azure Application Building Blocks - Storage Use Case 2 Azure Blob Storage storage What topics were covered by Microsoft in the POC: Create an Azure Blob Container Upload a file as a blob to the container Download the uploaded file as blob from the container List Files in a container using code. [Not Covered] Maintain meta data for the blobs using an oracle database [Not Covered] Meta data would include file name, path, Order ID etc. [Not Covered] Refer to this help document for more information: https://docs.microsoft.com/en-us/azure/storage/storage-dotnet-how-to-use-blobs Slide 3

Azure Application Building Blocks - Database Use Case 3 Azure WebApi cloud services What topics were covered by Microsoft in the POC: Create a Web API project and deploy it into the Azure Portal Create a Loan Calculator Controller that does a simple calculation Deploy Web API to cloud. Create a controller that retrieves data from Oracle. [Not Covered] Refer to sample project provided by Microsoft: LoanCalculatorAPI Slide 4

Azure Application Building Blocks - Messaging Use Case 4 Azure Service Bus messaging What topics were covered by Microsoft in the POC: Create a Service Bus using the Azure Portal Create a queue on the Bus Send a message to the bus queue Received a message from the bus Register a service bus in Visual Studio 2015 [Not Covered] Build a message relay agent [Not Covered] Refer to sample project provided by Microsoft: LoanCalculatorWebJob Slide 5

Azure Application Building Blocks - Messaging Use Case 5 Security identity What topics were covered by Microsoft in the POC: Configure account level security / roles in Azure Portal Setup security certificates for applications Deploy applications Slide 6

Azure Application Building Blocks - Caching Use Case 6 Caching, Session State. caching What topics were covered by Microsoft in the POC: Create a REDIS Cache Use REDIS Dictionary Object to store session state Refer to REDIS Tutorial to see how it works: http://try.redis.io/ https://redislabs.com/ebook/redis-in-action/appendix-a/a3-installing-on-windows/a3-2-installing-redis-on-window https://servicestack.net/redis Slide 7

N-Tier Architecture Slide 8

AGILENet Find the domain Two Tier Architecture WebPage uses SQLHelper to call a stored procedure on Oracle DB. DataSet is bound to user controls on web page. Identify the domain for each object. WebPage AIGR.Common AIGR.Provider AIGR.StateServer SSRS Admin Pages Oracle Client Notification Engine Slide 9

Data synchronization via Bus Scenario inbound Slide 10

Data synchronization scenario outbound Slide 11

Infrastructure User Layer Presentation Layer Service Layer Data Layer Mobile Users App Tier Oracle Data Web Server Internet Users Internet DMZ WebJob Azure On Premise Bus Intranet Users Web Server Azure (Cloud Services) Service Bus Notification Hub Azure DB Active Directory Blob Storage Document Management Slide 12

Chain of Responsibility Design Pattern Slide 13

Integration Workflow Slide 14

Questions? New CIS Project, Version 8.0 Dated 1/4/2012 EAM Design Proposal Spark Energy