SlideShare a Scribd company logo
How toWinWhen
Migrating toAzure
Migrating with Success
Kellyn Gorman, SME Engineer for Oracle on
Azure
Microsoft
Kellyn Gorman
 Engineer in Customer Success, SME for Oracle onAzure
 23 years Oracle and SQL Server experience
 Instructor on Linux and DevOps
 Previous president of both Rocky Mtn Oracle User Group and
Denver SQL Server User Group
 Author of several books on Oracle and Microsoft technology, plus
a couple on diversity and inclusion
 Presenter on database, optimization and automation at various
conferences in the world.
 Meetup owner over Girl Geek Dinners Denver and Several STEM
groups
How to Win When Migrating to Azure
Thank you-
 Thank you for the being here today!
 Thank you to the PASS DatabaseVirtual Chapter
 Please ask questions throughout the session and I’ll try to answer
them, may hold them to the end, if it makes sense.
 My contact info will be provided at the end.
 The slides will be uploaded and available- there’s A LOT of links
for deeper information on all the content I will be covering.
WhyMigrate to the
Cloud
 Get rid of the datacenter
 Scalability
 Pay for what’s used
 Easier access to resources
 More agile infrastructure
 Going to the cloud will not
grant you massive savings.
Azure Data
Platform
Although I specialize in
Oracle on Azure IaaS, there’s
more opportunities to
migrate to Azure than I can
keep up with!
https://azure.microsoft.com/en-us/services/#databases
Azure
Database 101
 What is Azure Infrastructure as a Service, (IaaS)?
 What is Azure Platform as a Service, (PaaS)?
 What Azure SQL Database ServiceTiers are there?
 How do I find the main information about Azure Databases?
 UnderstandingAzure Single Databases and Elastic Pools.
 What is an Azure SQL Managed Instance?
 Main How-to Guides for Azure Databases.
 Where do I find the Azure Roadmap for the future of Databases?
Oracle on
Azure
 Oracle to PostgreSQL- 10%
 Oracle Cloud Infrastructure, (OCI) and Azure
Interconnect- 10%
 Oracle to Azure IaaS- 80%
 Yeah, I’m the last one, btw
Oracle
Workloads to
Azure
Lift and Shift theWorkload, not the hardware
Use the Oracle sizing tool withAutomaticWorkload
Repository, (AWR) reports to ensure sizing is correct.
Don’t combine upgrades with migrations and
architect for the cloud.
Separate sizing from optimizing
Certified Deployment ofOracle onAzure
Oracle
Enterprise
Linux
Oracle 12.2
Oracle
DataGuard
Oracle
RMAN
Oracle
Weblogic
Oracle
Cloud
Control
Operating
System
Database or
Application
Monitoring &
Management
Backup and
DR
Oracle 18c
Oracle 19c
Cloud
Control
Express
Oracle on
http://www.oracle.com/us/corporate/pricing/authorized-cloud-environments-3493562.pdf
Certified!
Oracle for
AzureSizing
Tool
 Learn more about it here.
 Uses AWR reports to size out workloads
 Calculates the vCPU, memory and IO/MBps that will be required to
run the workload in Azure
SimpleAzure
Estimates
https://azure.microsoft.com/en-us/pricing/calculator/
Migration toAzure- High LevelSteps
Begin Begin migration/build.
Agree Adjust pricing, ensure customer is in agreement and begin deployment of Azure services
Adjust If needed, make adjustments to architecture based off results.
Perform Perform POC for expected scenario
Choose Choose a database to use for a POC if desired
Propose Review with customer to ensure this meets their needs
Create Review and create a proposal.
Collect Collect workload usage for 24hrs or 7 days, depending on the workload type, (consistent vs. varied)
Document Begin with spreadsheet of databases to migrate or create a DR environment for.
MostCommon
Bottlenecks
 Refactoring of database or
application tier
 Attempting to upgrade while
migrating
 Not getting stakeholder buy-
in
 Packaging complex goals in
with the migration
GlobalTip #1
Don’t architect cloud solutions like you architected for on-prem
 Cloud infrastructure is different than an on-prem data center.
 May result in extra redundancy and/or gaps.
 Educate on the infrastructure and security already in the cloud
 Take egress into consideration with how processing occurs
between systems.
 Identify, Inventory, Document and Diagram all. Involve all
stakeholders.
 Choose your battles and create battle plans on what will be
addressed first.
 Use tools available from the cloud provider
Azure PlanningTools
 SQL DTUCalculator is a translator and calculator that sizes out theAzure environment you will require vs. the current
on-premises environments you have.
A DTU, (DatabaseThroughput Units) is a form of cloud measure of the average CPU, IO and Memory to come up
with minimum service level and tier of Azure service needed for migration:
 Processor - % ProcessorTime
 Logical Disk - Disk Reads/sec
 Logical Disk - DiskWrites/sec
 Database - Log Bytes Flushed/sec
 Azure Instances Information will provide the information you need to understand the wide variety of configurations
and service levels/tiers that are available.
Database
Archival and
BlobStorage
 Azure Stretch Database is a way to move read only databases to
low cost storage and have them automatically move from warm,
(queried) to cold, (unused) storage that’s very cost effective.
 Azure Archive Storage is a way to store years of data at a lower
cost, similar to stretch, but less RDBMS focused, automatic
movement from warm to cold storage.
 Azure Blob Storage is an excellent choice for unstructured data,
backup files, etc. Again, possesses automation to move files from
hot, to warm, to cold storage.
 This goes for IaaS, too.
 Azure Site Recovery snapshots and backups can take advantage of
this.
GlobalTip #2
Use the RightTool for the Job
 Don’t try to duplicate everything you have
on-prem in the cloud.
 Locate what you need to accomplish and
then discover what is the most efficient and
compatible tool to reach your goal.
Tools to Help
With Migration
 Azure Cloud Assessment reviews your entire A-to-Z
environment and discovers what needs to be migrated,
helps select a migration strategy, assists in the
migration and helps optimize, post migration.
 Building a High AvailabilityArchitecture in Azure for
SQL DB, for Oracle use this and Oracle DataGuard.
 Azure Database Migration Assistant is available to ease
the migration steps if performed one-off.
 Database Platform Migration Assistant- no matter the
data source, there is a migration path to Azure.
 Azure Site Recovery allows for backups to Azure and
then path to migrate environments to Azure.
 Azure Data Sync is a free service that allows for data to
be sync’d from on-premises to Azure environments.
 Azure Migrate is actually aVM migration tool for Azure.
GlobalTip #3
Don’t boil the ocean
 Break the project into achievable, bite size
pieces.
 Don’t allow others to distract with
unimportant issues or insignificant challenges.
 Ensure everyone signs off on what is agreed
to.
 Perform a POC if it makes sense, but choose a
viable workload to test.
Tip #4
Consider Services to Scale
 Most common failure point are those that try to LITERALLY lift
and shift what they have on-prem into the cloud instead of taking
the workload, the features and move those to the cloud.
 Consider:
 Cloud backup solutions likeVeeam, Commvault, ANF, ASR, etc.
 Data movement and transformation products likeADF, AAS, etc.
 Cloud analytics that are simpler to refactor than a database or
application platform.
 Automate as part of your migration usingAzure DevOps, Github,
etc.
 Use thin and thick clones over archaic data refresh technology
Templates,
Libraries, etc.
Use a scripting/automation factory to perform the work in an
automated fashion.
 ARMTemplates
 Image Libraries
 Data MigrationGithub Solutions
 Modern DataWarehouse
Heavy IO and
throughput
demands
 When sizing aVM to use with an IaaS solution, ensure that you
identify the Max cached and temp storage throughput for
both IOPS and MB/s
 A larger disk may not always be the wise solution, when
smaller, striped disks may provide more throughput.
 When needs surpass the VM capabilities, consider capacity
pools by Azure NetApp Files or other solutions.
When
IO/MBps is
a Priority
https://www.netapp.com/us/media/tr-4780.pdf
Azure Partners
/Products that
can HelpWith
Performance
 Pure Storage
 Azure NetApp Files
 Flashgrid
 CloudSimple
 Pacemaker Cluster
Monitoring
 Azure Insights, part of Monitor
 Azure Data Studio
 Solarwinds Database Performance Analyzer,
(DPA), (multi-platform)
 Oracle Enterprise Manager,
(Cloud Control)
Evolve
 Think about how you’ve done work on-
prem-
 Will it perform and satisfy the requirements
in the cloud?
 Are there services that can perform the task
simpler and for less?
 What archaic can you leave behind?
 Can new projects be implemented on
newer technology/platforms
Backup
 Servers
 Databases
 Applications
 Copy ARMTemplates
 Consider newer ways to
“backup”
 Identify the RPO/RTO and
build out solution that meets
the requirements.
Security
 Encrypt data at the right layer, both at rest and in motion.
 Use best practice when securing database server as you would on-
prem, but additional security with cloud environments.
 Identify overhead of security products and build out suite of
solutions that meet requirements and SLAs
 ConsiderAzure Security Center
HighAvailability
 Consider Co-location
 UseAvailability Regions and Availability
Scale Sets
 Use Always-onAG and Oracle Dataguard for
database tiers
 UseAzure Site Recovery, (ASR) forVM
snapshots and schedule snapshots for PaaS
with viable retention times.
Education
Resources
 MicrosoftVirtual Academy: https://mva.microsoft.com/product-
training/microsoft-azure
 EdX offers a number of free classes that offer accreditation for a
small cost, (free for the learning):
https://www.edx.org/course?search_query=azure
 Azure Readiness Kits onGithub: https://github.com/Azure-
Readiness
There are others you can find at the following link:
https://www.businessnewsdaily.com/10711-free-microsoft-azure-
online-training.html
Oracle Dataguard on Azure:
 https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/oracle/configure-oracle-dataguard
Oracle Dataguard Far Sync:
 https://docs.oracle.com/database/121/SBYDB/create_fs.htm#SBYDB5416
Oracle DataGuard standby from RAC to single instance:
 https://docs.oracle.com/en/database/oracle/oracle-database/19/sbydb/configuring-data-guard-standby-databases-in-oracle-
RAC.html#GUID-3140A293-DDD8-4559-8493-B6C21646E90F
Azure VM Sizing:
 Generation 1: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/sizes
 Generation 2: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/generation-2
Isolated Bare Metal:
 https://docs.microsoft.com/en-us/azure/virtual-machines/linux/isolation
Express Route Documentation:
 https://docs.microsoft.com/en-us/azure/expressroute/
Ultradisks for Azure Linux VMs:
 https://docs.microsoft.com/en-us/azure/virtual-machines/linux/disks-enable-ultra-ssd
References
Questions?
Contact:
KellynGorman
Email:dbakevlar@gmail.com
https:dbakevlar.com

More Related Content

PPTX
PASS Summit 2020
PPTX
Azure Databases with IaaS
PPTX
Pass Summit Linux Scripting for the Microsoft Professional
ODP
Farming hadoop in_the_cloud
PPTX
Oracle & sql server comparison 2
PPTX
High concurrency,
Low latency analytics
using Spark/Kudu
PDF
SUSE, Hadoop and Big Data Update. Stephen Mogg, SUSE UK
PPTX
Virtualization and Containers
PASS Summit 2020
Azure Databases with IaaS
Pass Summit Linux Scripting for the Microsoft Professional
Farming hadoop in_the_cloud
Oracle & sql server comparison 2
High concurrency,
Low latency analytics
using Spark/Kudu
SUSE, Hadoop and Big Data Update. Stephen Mogg, SUSE UK
Virtualization and Containers

What's hot (20)

PPTX
Building Effective Near-Real-Time Analytics with Spark Streaming and Kudu
PPTX
Migrating Data and Databases to Azure
PDF
A Closer Look at Apache Kudu
PPTX
Cloudera Impala - Las Vegas Big Data Meetup Nov 5th 2014
PPTX
Intro to Apache Spark
PDF
Dr and ha solutions with sql server azure
PDF
Low latency high throughput streaming using Apache Apex and Apache Kudu
PDF
Big Data Day LA 2016/ Big Data Track - How To Use Impala and Kudu To Optimize...
PPTX
Kudu: New Hadoop Storage for Fast Analytics on Fast Data
PPTX
Keep your environment always on with sql server 2016 sql bits 2017
PDF
cloudera Apache Kudu Updatable Analytical Storage for Modern Data Platform
PDF
Interactive SQL-on-Hadoop and JethroData
PDF
Introduction to Apache Kudu
PDF
SQL on Hadoop
PDF
Cloudera Impala: A modern SQL Query Engine for Hadoop
PPTX
Using Kafka and Kudu for fast, low-latency SQL analytics on streaming data
PDF
Azure Boot Camp 21.04.2018 SQL Server in Azure Iaas PaaS on-prem Lars Platzdasch
PPTX
IaaS for DBAs in Azure
PPTX
Upgrade Without the Headache: Best Practices for Upgrading Hadoop in Production
PPTX
Intel and Cloudera: Accelerating Enterprise Big Data Success
Building Effective Near-Real-Time Analytics with Spark Streaming and Kudu
Migrating Data and Databases to Azure
A Closer Look at Apache Kudu
Cloudera Impala - Las Vegas Big Data Meetup Nov 5th 2014
Intro to Apache Spark
Dr and ha solutions with sql server azure
Low latency high throughput streaming using Apache Apex and Apache Kudu
Big Data Day LA 2016/ Big Data Track - How To Use Impala and Kudu To Optimize...
Kudu: New Hadoop Storage for Fast Analytics on Fast Data
Keep your environment always on with sql server 2016 sql bits 2017
cloudera Apache Kudu Updatable Analytical Storage for Modern Data Platform
Interactive SQL-on-Hadoop and JethroData
Introduction to Apache Kudu
SQL on Hadoop
Cloudera Impala: A modern SQL Query Engine for Hadoop
Using Kafka and Kudu for fast, low-latency SQL analytics on streaming data
Azure Boot Camp 21.04.2018 SQL Server in Azure Iaas PaaS on-prem Lars Platzdasch
IaaS for DBAs in Azure
Upgrade Without the Headache: Best Practices for Upgrading Hadoop in Production
Intel and Cloudera: Accelerating Enterprise Big Data Success
Ad

Similar to How to Win When Migrating to Azure (20)

PDF
5280f370-306b-cf3f-1733-cb491ed1492b_-1245741489.pdf
PDF
What Is Azure Migrate Used for? – A Brief and Quick Guide
PDF
Azure Migration Made Easy: Tools, Tips, and Techniques
PDF
How to Choose the Right Azure Migration Services
PPTX
Your data in the cloud windows azure
PPTX
Migrating On-Premises Workloads with Azure Migrate
PDF
Plan a Successful Microsoft Azure Migration Strategy.pdf
PPTX
MSFT MAIW Data Mod - Session 1 Deck_Why Migrate your databases to Azure_Sept ...
PDF
Migrating data centric applications to windows azure
PDF
Migrating Data-Centric Applications to Windows Azure
PPTX
ArchitectNow - Migrating Legacy .NET Apps to Azure
PDF
Moving Applns To The Cloud On The Ms Azure Platform D Betts
DOCX
Applications and workloads in Azure Data Migration are done in four stages.docx
PDF
Azure cloud migration simplified
PDF
Essential Factors for a Successful Azure Migration Journey | Nuvento USA
DOCX
Designing migration for azure
PPTX
Migrate a successful transactional database to azure
PPTX
657682018-Azure-Migration-Modernization.pptx
PPTX
Moving Your Data to The Cloud
PDF
Microsoft Azure Cloud Migration Services Tools
5280f370-306b-cf3f-1733-cb491ed1492b_-1245741489.pdf
What Is Azure Migrate Used for? – A Brief and Quick Guide
Azure Migration Made Easy: Tools, Tips, and Techniques
How to Choose the Right Azure Migration Services
Your data in the cloud windows azure
Migrating On-Premises Workloads with Azure Migrate
Plan a Successful Microsoft Azure Migration Strategy.pdf
MSFT MAIW Data Mod - Session 1 Deck_Why Migrate your databases to Azure_Sept ...
Migrating data centric applications to windows azure
Migrating Data-Centric Applications to Windows Azure
ArchitectNow - Migrating Legacy .NET Apps to Azure
Moving Applns To The Cloud On The Ms Azure Platform D Betts
Applications and workloads in Azure Data Migration are done in four stages.docx
Azure cloud migration simplified
Essential Factors for a Successful Azure Migration Journey | Nuvento USA
Designing migration for azure
Migrate a successful transactional database to azure
657682018-Azure-Migration-Modernization.pptx
Moving Your Data to The Cloud
Microsoft Azure Cloud Migration Services Tools
Ad

More from Kellyn Pot'Vin-Gorman (20)

PPTX
2024_sqlsat_Oregon_kgorman_aicantdothedishespptx
PPTX
ThePowerofWordsMisguidedDescriptionsUndermineWomen.pptx
PDF
Leveraging Instant Extracts with Azure Fabric
PDF
Making the Second D in ADHD Stand for Dynamic in Tech
PPTX
Silk_SQLSaturdayBatonRouge_kgorman_2024.pptx
PPTX
Redgate_summit_atl_kgorman_intersection.pptx
PPTX
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
PPTX
Boston_sql_kegorman_highIO.pptx
PDF
Oracle on Azure IaaS 2023 Update
PPTX
Being Successful with ADHD
PPTX
Azure DBA with IaaS
PPTX
Turning ADHD into "Awesome Dynamic Highly Dependable"
PPTX
DevOps in Silos
PDF
Securing Power BI Data
PPTX
Cepta The Future of Data with Power BI
PDF
Taming the shrew Power BI
PPTX
PASS 24HOP Linux Scripting Tips and Tricks
PDF
Power BI with Essbase in the Oracle Cloud
PDF
ODTUG Leadership Talk- WIT and Sponsorship
PDF
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the Data
2024_sqlsat_Oregon_kgorman_aicantdothedishespptx
ThePowerofWordsMisguidedDescriptionsUndermineWomen.pptx
Leveraging Instant Extracts with Azure Fabric
Making the Second D in ADHD Stand for Dynamic in Tech
Silk_SQLSaturdayBatonRouge_kgorman_2024.pptx
Redgate_summit_atl_kgorman_intersection.pptx
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
Boston_sql_kegorman_highIO.pptx
Oracle on Azure IaaS 2023 Update
Being Successful with ADHD
Azure DBA with IaaS
Turning ADHD into "Awesome Dynamic Highly Dependable"
DevOps in Silos
Securing Power BI Data
Cepta The Future of Data with Power BI
Taming the shrew Power BI
PASS 24HOP Linux Scripting Tips and Tricks
Power BI with Essbase in the Oracle Cloud
ODTUG Leadership Talk- WIT and Sponsorship
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the Data

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
cuic standard and advanced reporting.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Advanced IT Governance
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Modernizing your data center with Dell and AMD
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Advanced Soft Computing BINUS July 2025.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Chapter 3 Spatial Domain Image Processing.pdf
NewMind AI Weekly Chronicles - August'25 Week I
Diabetes mellitus diagnosis method based random forest with bat algorithm
cuic standard and advanced reporting.pdf
Approach and Philosophy of On baking technology
Spectral efficient network and resource selection model in 5G networks
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
Unlocking AI with Model Context Protocol (MCP)
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Advanced IT Governance
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Modernizing your data center with Dell and AMD
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Advanced Soft Computing BINUS July 2025.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Chapter 3 Spatial Domain Image Processing.pdf

How to Win When Migrating to Azure

  • 1. How toWinWhen Migrating toAzure Migrating with Success Kellyn Gorman, SME Engineer for Oracle on Azure Microsoft
  • 2. Kellyn Gorman  Engineer in Customer Success, SME for Oracle onAzure  23 years Oracle and SQL Server experience  Instructor on Linux and DevOps  Previous president of both Rocky Mtn Oracle User Group and Denver SQL Server User Group  Author of several books on Oracle and Microsoft technology, plus a couple on diversity and inclusion  Presenter on database, optimization and automation at various conferences in the world.  Meetup owner over Girl Geek Dinners Denver and Several STEM groups
  • 4. Thank you-  Thank you for the being here today!  Thank you to the PASS DatabaseVirtual Chapter  Please ask questions throughout the session and I’ll try to answer them, may hold them to the end, if it makes sense.  My contact info will be provided at the end.  The slides will be uploaded and available- there’s A LOT of links for deeper information on all the content I will be covering.
  • 5. WhyMigrate to the Cloud  Get rid of the datacenter  Scalability  Pay for what’s used  Easier access to resources  More agile infrastructure  Going to the cloud will not grant you massive savings.
  • 6. Azure Data Platform Although I specialize in Oracle on Azure IaaS, there’s more opportunities to migrate to Azure than I can keep up with! https://azure.microsoft.com/en-us/services/#databases
  • 7. Azure Database 101  What is Azure Infrastructure as a Service, (IaaS)?  What is Azure Platform as a Service, (PaaS)?  What Azure SQL Database ServiceTiers are there?  How do I find the main information about Azure Databases?  UnderstandingAzure Single Databases and Elastic Pools.  What is an Azure SQL Managed Instance?  Main How-to Guides for Azure Databases.  Where do I find the Azure Roadmap for the future of Databases?
  • 8. Oracle on Azure  Oracle to PostgreSQL- 10%  Oracle Cloud Infrastructure, (OCI) and Azure Interconnect- 10%  Oracle to Azure IaaS- 80%  Yeah, I’m the last one, btw
  • 9. Oracle Workloads to Azure Lift and Shift theWorkload, not the hardware Use the Oracle sizing tool withAutomaticWorkload Repository, (AWR) reports to ensure sizing is correct. Don’t combine upgrades with migrations and architect for the cloud. Separate sizing from optimizing
  • 10. Certified Deployment ofOracle onAzure Oracle Enterprise Linux Oracle 12.2 Oracle DataGuard Oracle RMAN Oracle Weblogic Oracle Cloud Control Operating System Database or Application Monitoring & Management Backup and DR Oracle 18c Oracle 19c Cloud Control Express Oracle on http://www.oracle.com/us/corporate/pricing/authorized-cloud-environments-3493562.pdf Certified!
  • 11. Oracle for AzureSizing Tool  Learn more about it here.  Uses AWR reports to size out workloads  Calculates the vCPU, memory and IO/MBps that will be required to run the workload in Azure
  • 13. Migration toAzure- High LevelSteps Begin Begin migration/build. Agree Adjust pricing, ensure customer is in agreement and begin deployment of Azure services Adjust If needed, make adjustments to architecture based off results. Perform Perform POC for expected scenario Choose Choose a database to use for a POC if desired Propose Review with customer to ensure this meets their needs Create Review and create a proposal. Collect Collect workload usage for 24hrs or 7 days, depending on the workload type, (consistent vs. varied) Document Begin with spreadsheet of databases to migrate or create a DR environment for.
  • 14. MostCommon Bottlenecks  Refactoring of database or application tier  Attempting to upgrade while migrating  Not getting stakeholder buy- in  Packaging complex goals in with the migration
  • 15. GlobalTip #1 Don’t architect cloud solutions like you architected for on-prem  Cloud infrastructure is different than an on-prem data center.  May result in extra redundancy and/or gaps.  Educate on the infrastructure and security already in the cloud  Take egress into consideration with how processing occurs between systems.  Identify, Inventory, Document and Diagram all. Involve all stakeholders.  Choose your battles and create battle plans on what will be addressed first.  Use tools available from the cloud provider
  • 16. Azure PlanningTools  SQL DTUCalculator is a translator and calculator that sizes out theAzure environment you will require vs. the current on-premises environments you have. A DTU, (DatabaseThroughput Units) is a form of cloud measure of the average CPU, IO and Memory to come up with minimum service level and tier of Azure service needed for migration:  Processor - % ProcessorTime  Logical Disk - Disk Reads/sec  Logical Disk - DiskWrites/sec  Database - Log Bytes Flushed/sec  Azure Instances Information will provide the information you need to understand the wide variety of configurations and service levels/tiers that are available.
  • 17. Database Archival and BlobStorage  Azure Stretch Database is a way to move read only databases to low cost storage and have them automatically move from warm, (queried) to cold, (unused) storage that’s very cost effective.  Azure Archive Storage is a way to store years of data at a lower cost, similar to stretch, but less RDBMS focused, automatic movement from warm to cold storage.  Azure Blob Storage is an excellent choice for unstructured data, backup files, etc. Again, possesses automation to move files from hot, to warm, to cold storage.  This goes for IaaS, too.  Azure Site Recovery snapshots and backups can take advantage of this.
  • 18. GlobalTip #2 Use the RightTool for the Job  Don’t try to duplicate everything you have on-prem in the cloud.  Locate what you need to accomplish and then discover what is the most efficient and compatible tool to reach your goal.
  • 19. Tools to Help With Migration  Azure Cloud Assessment reviews your entire A-to-Z environment and discovers what needs to be migrated, helps select a migration strategy, assists in the migration and helps optimize, post migration.  Building a High AvailabilityArchitecture in Azure for SQL DB, for Oracle use this and Oracle DataGuard.  Azure Database Migration Assistant is available to ease the migration steps if performed one-off.  Database Platform Migration Assistant- no matter the data source, there is a migration path to Azure.  Azure Site Recovery allows for backups to Azure and then path to migrate environments to Azure.  Azure Data Sync is a free service that allows for data to be sync’d from on-premises to Azure environments.  Azure Migrate is actually aVM migration tool for Azure.
  • 20. GlobalTip #3 Don’t boil the ocean  Break the project into achievable, bite size pieces.  Don’t allow others to distract with unimportant issues or insignificant challenges.  Ensure everyone signs off on what is agreed to.  Perform a POC if it makes sense, but choose a viable workload to test.
  • 21. Tip #4 Consider Services to Scale  Most common failure point are those that try to LITERALLY lift and shift what they have on-prem into the cloud instead of taking the workload, the features and move those to the cloud.  Consider:  Cloud backup solutions likeVeeam, Commvault, ANF, ASR, etc.  Data movement and transformation products likeADF, AAS, etc.  Cloud analytics that are simpler to refactor than a database or application platform.  Automate as part of your migration usingAzure DevOps, Github, etc.  Use thin and thick clones over archaic data refresh technology
  • 22. Templates, Libraries, etc. Use a scripting/automation factory to perform the work in an automated fashion.  ARMTemplates  Image Libraries  Data MigrationGithub Solutions  Modern DataWarehouse
  • 23. Heavy IO and throughput demands  When sizing aVM to use with an IaaS solution, ensure that you identify the Max cached and temp storage throughput for both IOPS and MB/s  A larger disk may not always be the wise solution, when smaller, striped disks may provide more throughput.  When needs surpass the VM capabilities, consider capacity pools by Azure NetApp Files or other solutions.
  • 25. Azure Partners /Products that can HelpWith Performance  Pure Storage  Azure NetApp Files  Flashgrid  CloudSimple  Pacemaker Cluster
  • 26. Monitoring  Azure Insights, part of Monitor  Azure Data Studio  Solarwinds Database Performance Analyzer, (DPA), (multi-platform)  Oracle Enterprise Manager, (Cloud Control)
  • 27. Evolve  Think about how you’ve done work on- prem-  Will it perform and satisfy the requirements in the cloud?  Are there services that can perform the task simpler and for less?  What archaic can you leave behind?  Can new projects be implemented on newer technology/platforms
  • 28. Backup  Servers  Databases  Applications  Copy ARMTemplates  Consider newer ways to “backup”  Identify the RPO/RTO and build out solution that meets the requirements.
  • 29. Security  Encrypt data at the right layer, both at rest and in motion.  Use best practice when securing database server as you would on- prem, but additional security with cloud environments.  Identify overhead of security products and build out suite of solutions that meet requirements and SLAs  ConsiderAzure Security Center
  • 30. HighAvailability  Consider Co-location  UseAvailability Regions and Availability Scale Sets  Use Always-onAG and Oracle Dataguard for database tiers  UseAzure Site Recovery, (ASR) forVM snapshots and schedule snapshots for PaaS with viable retention times.
  • 31. Education Resources  MicrosoftVirtual Academy: https://mva.microsoft.com/product- training/microsoft-azure  EdX offers a number of free classes that offer accreditation for a small cost, (free for the learning): https://www.edx.org/course?search_query=azure  Azure Readiness Kits onGithub: https://github.com/Azure- Readiness There are others you can find at the following link: https://www.businessnewsdaily.com/10711-free-microsoft-azure- online-training.html
  • 32. Oracle Dataguard on Azure:  https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/oracle/configure-oracle-dataguard Oracle Dataguard Far Sync:  https://docs.oracle.com/database/121/SBYDB/create_fs.htm#SBYDB5416 Oracle DataGuard standby from RAC to single instance:  https://docs.oracle.com/en/database/oracle/oracle-database/19/sbydb/configuring-data-guard-standby-databases-in-oracle- RAC.html#GUID-3140A293-DDD8-4559-8493-B6C21646E90F Azure VM Sizing:  Generation 1: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/sizes  Generation 2: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/generation-2 Isolated Bare Metal:  https://docs.microsoft.com/en-us/azure/virtual-machines/linux/isolation Express Route Documentation:  https://docs.microsoft.com/en-us/azure/expressroute/ Ultradisks for Azure Linux VMs:  https://docs.microsoft.com/en-us/azure/virtual-machines/linux/disks-enable-ultra-ssd References