0% found this document useful (0 votes)
111 views

Azure Architectures

Uploaded by

swetk22
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
111 views

Azure Architectures

Uploaded by

swetk22
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 28

Presented by Mahesh

Kumawat(System
Azure Reference
Architect)
Architectures
What do
customer
find
confusing?
Scenarios
•Running VM workloads in Azure
•Web application architectures for Azure App Service
•Connecting your on-premises network to Azure
•Extending on-premises identity to Azure
•Protecting the cloud boundary in Azure
VM workloads
•Single VM
•Multiple VMs with
load balancing
•Supporting typical
N-tier
•Multiple region
active-passive with
failover
Running a
single VM
Running a
single VM
Running
multiple
VMs behind
a load
balancer
Running
multiple
VMs behind
a load
balancer
Running
N-tier
workloads
Running
N-tier
workloads
Managed
Services
workloads

•Basic web app


•Improving
scalability
•Improving
availability
Basic
Web
App
Basic
Web
App
Improving
Scalability
What you want to store Example Recommended storage
Files Images, documents, PDFs Azure Blob Storage
Key/Value pairs User profile data looked up by user Azure Table Storage
ID
Short messages intended to trigger Order requests Azure Queue Storage, Service Bus
further processing Queue, or Service Bus Topic

Non-relational data with a flexible Product catalog Document database, such as Azure
schema requiring basic querying DocumentDB, MongoDB, or Apache
CouchDB

Relational data requiring richer Product inventory Azure SQL Database


query support, strict schema,
and/or strong consistency
Improving
Scalability
Improving
Availability
Improving
Availability
Connecting your on-premises network to
Azure
• Site-to-Site VPN
• ExpressRoute
• High Availability
Extending on-premises identity to Azure
• Azure AD
• AD in Azure,
joined to a forest
• AD in Azure,
separate forest
• AD Federation
Services
Protecting the cloud boundary in Azure
• Between Azure
and the Internet
• Between Azure
and On-Prem
• Performance Test!
• Monitor resources
• Instrument your application
• Don’t put secrets in source control
Sample - VMs
• Windows VM recommendations • Premium storage for vhds
• Parameter files • Standard storage for logging
• Script • No more than 20 VMs per
storage account

You might also like