SlideShare a Scribd company logo
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
Azure Cloud & You: First Steps for
the DBA
August 7th, 2019
John Morehouse
Consultant
Denny Cherry & Associates Consulting
john@dcac.com / @SqlRUs / https://sqlrus.com
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
2
Who Am I?
 Leader of the Louisville SQL Server/Power
BI User Group
 Organizer/Speaker of SQL Saturday’s &
other conferences
 Heavily involved with SQL PASS
 Microsoft Data Platform MVP
 Friend of Redgate 2015 - 2019
 SentryOne Product Advisory Council
 Idera ACE 2016
http://bit.ly/IderaAce2020
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
3
The vetted and certified experts at Denny
Cherry and Associates Consulting assist
companies with attaining IT goals such as HA,
scalability, SQL Server virtualization, migration,
and acceleration reliably while finding ways to
save on costs. With clients ranging from
Fortune 50 corporations to small businesses,
their commitment to each is the same: to
provide a deft, high-speed IT environment that
leverages every aspect of their platform: from
network, architecture, to infrastructure.
Visit DCAC at http://www.dcac.com
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
4
Agenda
• The Cloud
• Terminology
• Geographies / Regions
• Networking
• Data Security
• Azure Virtual Machine
• SQL DB
• Managed Instances
• Demos
• Resources
• Questions This Photo by Unknown Author is licensed under CC BY
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
5
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
6
Terminology
 “On Prem”
 IaaS – Infrastructure as a Services
 PaaS – Platform as a Service
 SaaS – Software as a Service
 AAD – Azure Active Directory
 ARM – Azure Resource Manager
 LRS/GRS/ZRS/RA-GRS
 Resource Groups
 Geographies/Regions
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
7
Terminology
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
8
Pizza as a Service (PaaS)
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
9
Geographies / Regions
The world is divided
into geographies
A region is defined
by a bandwidth and
latency envelope
Region 1
Region 2
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
10
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
11
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
12
Networking
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
13
Data Security
 Transport Lay Security (TLS)
 Transparent Data Encryption (TDE)
 Always Encrypted
 Row-level security
 Dynamic Data Masking
 Authentication
• SQL Authentication
• Azure Active Directory
Authentication
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
14
Azure Virtual Machines
• VM hosted on Microsoft Azure Infrastructure
(“IaaS”)
• Fast provisioning (~15 minutes). Provision groups
of servers with resource templates
• Accessible via RDP, Powershell, and Azure CLI
• Pay per use
• Per second (only when running)
• Cost depends on size and licensing
• EA customers can use existing SQL licenses
(BYOL)
• Network: only outgoing (not incoming)
• Storage: only used (not allocated)
• Elasticity
• Grow as needed
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
15
Azure Virtual Machines
• VM size determines compute
capacity
• # of cores, RAM, # of
disks, local SSD
• VM size determines features
• Auto-scale, load balancing,
RDMA, Premium storage
support
Features vs Cost
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
16
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
17
SQL DB
• Just a database in the cloud
• Sized differently than VMs
• Different Size Labels
• Database Transaction Unit
(DTU)
• https://sqlperformance.com/
2017/03/azure/what-the-
heck-is-a-dtu
• Vcore licensing
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
18
SQL DB
No physical
access to
database files
No need to
upgrade
No need to
patch
No need to
reboot/restart
Automatic
backups
Things get
tested here first
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
19
SQL DB
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
20
Managed Instances (MI)
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
21
It really looks like….
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
22
Command Line
 Powershell
• Locally
• Azure Powershell (Cloud
Shell)
 Azure Command Line
Interface (CLI)
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
23
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
24
Mobile Capabilities
•Start/Stop VMs
•BASH Scripts
•Powershell
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
25
Getting Started
 Free trial
• //azure.com/free
 12 months of
• Compute
• Storage
• Network
• Database
 Always free access to 25+ services including app
service and functions
 $200 US credit to try it out within 30 days
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
26
Resources
 Azure CLI
• https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest
 Azure PowerShell
• https://docs.microsoft.com/en-us/powershell/azure/overview?view=azurermps-5.6.0
 Storage Replication
• https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy
 Windows VM Sizes
• https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes
 PaaS vs IaaS
• https://docs.microsoft.com/en-us/azure/sql-database/sql-database-paas-vs-sql-server-iaas
 Azure SQL DB DTU Resource Limits
• https://docs.microsoft.com/en-us/azure/sql-database/sql-database-dtu-resource-limits
 Azure SQL DB Service Tiers
• https://docs.microsoft.com/en-us/azure/sql-database/sql-database-service-tiers
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
27
Topics
 Click to edit Master text styles
• Second level
• Third level
− Fourth level
• Fifth level
28
THANK YOU!!!
@SqlRUs
http://linkedin.com/in/sqlrus
http://www.sqlrus.com
john@dcac.com
This Photo by Unknown Author is licensed under CC BY

More Related Content

PPTX
Geek Sync | Designing Data Intensive Cloud Native Applications
PDF
Geek Sync | Successfully Migrating Existing Databases to Azure SQL Database
PPTX
The Rise of NoSQL and Polyglot Persistence
PDF
Polyglot Persistence - Two Great Tastes That Taste Great Together
PDF
Scaling the Web: Databases & NoSQL
PDF
2013 CPM Conference, Nov 6th, NoSQL Capacity Planning
PPTX
What is NoSQL and CAP Theorem
PPTX
1. SQL Server forSharePoint geeksA gentle introductionThomas Vochten • Septem...
Geek Sync | Designing Data Intensive Cloud Native Applications
Geek Sync | Successfully Migrating Existing Databases to Azure SQL Database
The Rise of NoSQL and Polyglot Persistence
Polyglot Persistence - Two Great Tastes That Taste Great Together
Scaling the Web: Databases & NoSQL
2013 CPM Conference, Nov 6th, NoSQL Capacity Planning
What is NoSQL and CAP Theorem
1. SQL Server forSharePoint geeksA gentle introductionThomas Vochten • Septem...

What's hot (18)

PPTX
HBase Vs Cassandra Vs MongoDB - Choosing the right NoSQL database
PDF
SQLDay2013_Denny Cherry - Table indexing for the .NET Developer
PPTX
Sql vs NoSQL
PPTX
Microsoft SQL Server internals & architecture
PDF
NoSQL Now! NoSQL Architecture Patterns
PDF
Scalability Design Principles - Internal Session
PPTX
Selecting best NoSQL
PPTX
MS DevDay - SQLServer 2014 for Developers
PPTX
SQL vs. NoSQL. It's always a hard choice.
PPTX
NoSQL in Real-time Architectures
PDF
Supercharge your RDBMS with Elasticsearch
PPTX
Profiling and Tuning a Web Application - The Dirty Details
PPTX
In Memory Cahce Structure
PPTX
Microsoft Openness Mongo DB
PDF
Impala use case @ edge
PPT
7 Stages of Scaling Web Applications
PDF
Optimize MySQL performance for developers
PDF
Introduction to SharePoint for SQLserver DBAs
HBase Vs Cassandra Vs MongoDB - Choosing the right NoSQL database
SQLDay2013_Denny Cherry - Table indexing for the .NET Developer
Sql vs NoSQL
Microsoft SQL Server internals & architecture
NoSQL Now! NoSQL Architecture Patterns
Scalability Design Principles - Internal Session
Selecting best NoSQL
MS DevDay - SQLServer 2014 for Developers
SQL vs. NoSQL. It's always a hard choice.
NoSQL in Real-time Architectures
Supercharge your RDBMS with Elasticsearch
Profiling and Tuning a Web Application - The Dirty Details
In Memory Cahce Structure
Microsoft Openness Mongo DB
Impala use case @ edge
7 Stages of Scaling Web Applications
Optimize MySQL performance for developers
Introduction to SharePoint for SQLserver DBAs
Ad

Similar to Geek Sync | Azure Cloud & You: First Steps for the DBA (20)

PPTX
MongoDB and MongoMK Source Event
PPTX
SQL Server Lift & Shift on Azure - SQL Saturday 921
PPTX
Geek Sync | Database People and DevOps: The Fundamentals
PPTX
Geek Sync | Tips for Data Warehouses and Other Very Large Databases
PPTX
VMWare based Cloud Computing - KNOWARTH
PDF
NodeJS - KNOWARTH
PDF
NCTU ppt 2023-2024_WEEK1-Introduction to DBMS.pdf
PDF
Enterprise DevOps
PPTX
Mahika cloud services
PPTX
Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...
PDF
What's new in SQL Server 2017
PDF
Architecting the ArcGIS Platform - Technical - Esri UK Annual Conference 2017
PPTX
Unboxing ASP.NET Core
PPT
Ra framework 0.1
PDF
SQL Server 2019 CTP2.4
PDF
MongoDB - KNOWARTH
PPT
Performance dreams of sql server 2014
PPTX
Sql Start! 2020 - SQL Server Lift & Shift su Azure
PDF
Cloud development professional_training_module_1603813251908
PPTX
Modern Enterprise integration Strategies
MongoDB and MongoMK Source Event
SQL Server Lift & Shift on Azure - SQL Saturday 921
Geek Sync | Database People and DevOps: The Fundamentals
Geek Sync | Tips for Data Warehouses and Other Very Large Databases
VMWare based Cloud Computing - KNOWARTH
NodeJS - KNOWARTH
NCTU ppt 2023-2024_WEEK1-Introduction to DBMS.pdf
Enterprise DevOps
Mahika cloud services
Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...
What's new in SQL Server 2017
Architecting the ArcGIS Platform - Technical - Esri UK Annual Conference 2017
Unboxing ASP.NET Core
Ra framework 0.1
SQL Server 2019 CTP2.4
MongoDB - KNOWARTH
Performance dreams of sql server 2014
Sql Start! 2020 - SQL Server Lift & Shift su Azure
Cloud development professional_training_module_1603813251908
Modern Enterprise integration Strategies
Ad

More from IDERA Software (20)

PPTX
The role of the database administrator (DBA) in 2020: Changes, challenges, an...
PPTX
Problems and solutions for migrating databases to the cloud
PPTX
Public cloud uses and limitations
PPTX
Optimize the performance, cost, and value of databases.pptx
PPTX
Monitor cloud database with SQL Diagnostic Manager for SQL Server
PPTX
Database administrators (dbas) face increasing pressure to monitor databases
PPTX
Six tips for cutting sql server licensing costs
PDF
Idera live 2021: The Power of Abstraction by Steve Hoberman
PDF
Idera live 2021: Why Data Lakes are Critical for AI, ML, and IoT By Brian Flug
PDF
Idera live 2021: Will Data Vault add Value to Your Data Warehouse? 3 Signs th...
PDF
Idera live 2021: Managing Digital Transformation on a Budget by Bert Scalzo
PDF
Idera live 2021: Keynote Presentation The Future of Data is The Data Cloud b...
PDF
Idera live 2021: Managing Databases in the Cloud - the First Step, a Succes...
PDF
Idera live 2021: Database Auditing - on-Premises and in the Cloud by Craig M...
PDF
Idera live 2021: Performance Tuning Azure SQL Database by Monica Rathbun
PPTX
Geek Sync | How to Be the DBA When You Don't Have a DBA - Eric Cobb | IDERA
PPTX
How Users of a Performance Monitoring Tool Can Benefit from an Inventory Mana...
PPTX
Benefits of Third Party Tools for MySQL | IDERA
PPTX
Achieve More with Less Resources | IDERA
PPTX
Benefits of SQL Server 2017 and 2019 | IDERA
The role of the database administrator (DBA) in 2020: Changes, challenges, an...
Problems and solutions for migrating databases to the cloud
Public cloud uses and limitations
Optimize the performance, cost, and value of databases.pptx
Monitor cloud database with SQL Diagnostic Manager for SQL Server
Database administrators (dbas) face increasing pressure to monitor databases
Six tips for cutting sql server licensing costs
Idera live 2021: The Power of Abstraction by Steve Hoberman
Idera live 2021: Why Data Lakes are Critical for AI, ML, and IoT By Brian Flug
Idera live 2021: Will Data Vault add Value to Your Data Warehouse? 3 Signs th...
Idera live 2021: Managing Digital Transformation on a Budget by Bert Scalzo
Idera live 2021: Keynote Presentation The Future of Data is The Data Cloud b...
Idera live 2021: Managing Databases in the Cloud - the First Step, a Succes...
Idera live 2021: Database Auditing - on-Premises and in the Cloud by Craig M...
Idera live 2021: Performance Tuning Azure SQL Database by Monica Rathbun
Geek Sync | How to Be the DBA When You Don't Have a DBA - Eric Cobb | IDERA
How Users of a Performance Monitoring Tool Can Benefit from an Inventory Mana...
Benefits of Third Party Tools for MySQL | IDERA
Achieve More with Less Resources | IDERA
Benefits of SQL Server 2017 and 2019 | IDERA

Recently uploaded (20)

PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
Spectroscopy.pptx food analysis technology
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Cloud computing and distributed systems.
PPTX
A Presentation on Artificial Intelligence
PDF
Encapsulation theory and applications.pdf
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Spectroscopy.pptx food analysis technology
Dropbox Q2 2025 Financial Results & Investor Presentation
“AI and Expert System Decision Support & Business Intelligence Systems”
Digital-Transformation-Roadmap-for-Companies.pptx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
gpt5_lecture_notes_comprehensive_20250812015547.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Diabetes mellitus diagnosis method based random forest with bat algorithm
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Cloud computing and distributed systems.
A Presentation on Artificial Intelligence
Encapsulation theory and applications.pdf
sap open course for s4hana steps from ECC to s4
Per capita expenditure prediction using model stacking based on satellite ima...
MYSQL Presentation for SQL database connectivity
Profit Center Accounting in SAP S/4HANA, S4F28 Col11

Geek Sync | Azure Cloud & You: First Steps for the DBA

  • 1. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level Azure Cloud & You: First Steps for the DBA August 7th, 2019 John Morehouse Consultant Denny Cherry & Associates Consulting john@dcac.com / @SqlRUs / https://sqlrus.com
  • 2. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 2 Who Am I?  Leader of the Louisville SQL Server/Power BI User Group  Organizer/Speaker of SQL Saturday’s & other conferences  Heavily involved with SQL PASS  Microsoft Data Platform MVP  Friend of Redgate 2015 - 2019  SentryOne Product Advisory Council  Idera ACE 2016 http://bit.ly/IderaAce2020
  • 3. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 3 The vetted and certified experts at Denny Cherry and Associates Consulting assist companies with attaining IT goals such as HA, scalability, SQL Server virtualization, migration, and acceleration reliably while finding ways to save on costs. With clients ranging from Fortune 50 corporations to small businesses, their commitment to each is the same: to provide a deft, high-speed IT environment that leverages every aspect of their platform: from network, architecture, to infrastructure. Visit DCAC at http://www.dcac.com
  • 4. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 4 Agenda • The Cloud • Terminology • Geographies / Regions • Networking • Data Security • Azure Virtual Machine • SQL DB • Managed Instances • Demos • Resources • Questions This Photo by Unknown Author is licensed under CC BY
  • 5. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 5
  • 6. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 6 Terminology  “On Prem”  IaaS – Infrastructure as a Services  PaaS – Platform as a Service  SaaS – Software as a Service  AAD – Azure Active Directory  ARM – Azure Resource Manager  LRS/GRS/ZRS/RA-GRS  Resource Groups  Geographies/Regions
  • 7. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 7 Terminology
  • 8. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 8 Pizza as a Service (PaaS)
  • 9. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 9 Geographies / Regions The world is divided into geographies A region is defined by a bandwidth and latency envelope Region 1 Region 2
  • 10. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 10
  • 11. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 11
  • 12. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 12 Networking
  • 13. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 13 Data Security  Transport Lay Security (TLS)  Transparent Data Encryption (TDE)  Always Encrypted  Row-level security  Dynamic Data Masking  Authentication • SQL Authentication • Azure Active Directory Authentication
  • 14. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 14 Azure Virtual Machines • VM hosted on Microsoft Azure Infrastructure (“IaaS”) • Fast provisioning (~15 minutes). Provision groups of servers with resource templates • Accessible via RDP, Powershell, and Azure CLI • Pay per use • Per second (only when running) • Cost depends on size and licensing • EA customers can use existing SQL licenses (BYOL) • Network: only outgoing (not incoming) • Storage: only used (not allocated) • Elasticity • Grow as needed
  • 15. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 15 Azure Virtual Machines • VM size determines compute capacity • # of cores, RAM, # of disks, local SSD • VM size determines features • Auto-scale, load balancing, RDMA, Premium storage support Features vs Cost
  • 16. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 16
  • 17. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 17 SQL DB • Just a database in the cloud • Sized differently than VMs • Different Size Labels • Database Transaction Unit (DTU) • https://sqlperformance.com/ 2017/03/azure/what-the- heck-is-a-dtu • Vcore licensing
  • 18. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 18 SQL DB No physical access to database files No need to upgrade No need to patch No need to reboot/restart Automatic backups Things get tested here first
  • 19. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 19 SQL DB
  • 20. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 20 Managed Instances (MI)
  • 21. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 21 It really looks like….
  • 22. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 22 Command Line  Powershell • Locally • Azure Powershell (Cloud Shell)  Azure Command Line Interface (CLI)
  • 23. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 23
  • 24. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 24 Mobile Capabilities •Start/Stop VMs •BASH Scripts •Powershell
  • 25. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 25 Getting Started  Free trial • //azure.com/free  12 months of • Compute • Storage • Network • Database  Always free access to 25+ services including app service and functions  $200 US credit to try it out within 30 days
  • 26. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 26 Resources  Azure CLI • https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest  Azure PowerShell • https://docs.microsoft.com/en-us/powershell/azure/overview?view=azurermps-5.6.0  Storage Replication • https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy  Windows VM Sizes • https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes  PaaS vs IaaS • https://docs.microsoft.com/en-us/azure/sql-database/sql-database-paas-vs-sql-server-iaas  Azure SQL DB DTU Resource Limits • https://docs.microsoft.com/en-us/azure/sql-database/sql-database-dtu-resource-limits  Azure SQL DB Service Tiers • https://docs.microsoft.com/en-us/azure/sql-database/sql-database-service-tiers
  • 27. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 27
  • 28. Topics  Click to edit Master text styles • Second level • Third level − Fourth level • Fifth level 28 THANK YOU!!! @SqlRUs http://linkedin.com/in/sqlrus http://www.sqlrus.com john@dcac.com This Photo by Unknown Author is licensed under CC BY

Editor's Notes

  • #3: https://community.idera.com/database-tools/blog/b/community_blog/posts/apply-to-the-idera-ace-program
  • #7: Locally Redundant Storage – redundant storage within the same data center Geo-redundant Storage – geo0redundant storage across geo-graphics regsions Zone-redundant Storage – redundant storage across zones Read-access geo-redundant Storage - Regions not data centers
  • #8: Use spectre/meltdown as an example. On premises - install the patch, reboot, fail over whatever. IaaS vs PaaS - You’d see a blip as the underlying hardware is rebooted
  • #10: https://azure.microsoft.com/en-us/global-infrastructure/regions/
  • #13: Let’s talk about the big networking picture. Virtual network: An Azure virtual network (VNet) is a representation of your own network in the cloud. Bring your own network: Microsoft lets you bring you own network (BYON) into Windows Azure. You can connect your local area network (LAN) to Azure and an unlimited number of computers on your corporate networks can seamlessly communicate with VMs in Azure. You can specify private network spaces (such as 192.168.x.x and 10.x.x.x) in any range, size, and starting number to suit your existing network topology. Segment with subnets and security groups: You can also further segment your VNet into subnets and deploy Azure IaaS virtual machines (VMs) and PaaS role instances, in the same way you can deploy physical and virtual machines to your on-premises datacenter. Network Security Groups provide control over network traffic flowing in and out of your services running in Azure. Control traffic flow with User Defined Routes: With user defined routes, you now have complete control over the traffic flow in your virtual network. Virtual network by default provides system routes for traffic flow between virtual machines. You can now customize the routing table by defining routes allowing you to direct traffic through network appliances. <Click> Front-End Access: for the front end access, Microsoft Azure Virtual Private Network (VPN) provides multiple options to secure and manage VPN like, dynamic/reserved public IP address, ACL for security, load balancing etc… <Click> Backend Connectivity: With Microsoft Azure Virtual Private Network (VPN), you can create point-to-site VPN for your dev/test, create secure site-to-site connectivity with Azure VPN gateways and can opt for ExpressRoute for private enterprise grade connectivity.
  • #15: 1 core / 2 GB mem / 1 TB   32 cores / 448 GB mem / 64 TB From Microsoft images (gallery) or your own images (custom) SQL 2008R2 / 2012 / 2014 / 2016 / 2017 Web / Standard / Enterprise Images refreshed with latest version, SP, CU SQL Server on Linux EA = Enterprise Agreement
  • #16: Different Storage Options Standard Storage: Low throughput (max 500 IOPs p/disk) High latency (avg 40ms), pay for used space Premium Storage: High throughput (max 7500 IOPs p/disk) Low latency (avg 4ms), pay for allocated space https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes RDMA = remote direct memory access
  • #18: New default licensing is Gen 5 2 vcore