SlideShare a Scribd company logo
1 of 33
Download to read offline
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
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

What's hot

Building Effective Near-Real-Time Analytics with Spark Streaming and Kudu
Building Effective Near-Real-Time Analytics with Spark Streaming and KuduBuilding Effective Near-Real-Time Analytics with Spark Streaming and Kudu
Building Effective Near-Real-Time Analytics with Spark Streaming and KuduJeremy Beard
 
Migrating Data and Databases to Azure
Migrating Data and Databases to AzureMigrating Data and Databases to Azure
Migrating Data and Databases to AzureKaren Lopez
 
A Closer Look at Apache Kudu
A Closer Look at Apache KuduA Closer Look at Apache Kudu
A Closer Look at Apache KuduAndriy Zabavskyy
 
Cloudera Impala - Las Vegas Big Data Meetup Nov 5th 2014
Cloudera Impala - Las Vegas Big Data Meetup Nov 5th 2014Cloudera Impala - Las Vegas Big Data Meetup Nov 5th 2014
Cloudera Impala - Las Vegas Big Data Meetup Nov 5th 2014cdmaxime
 
Dr and ha solutions with sql server azure
Dr and ha solutions with sql server azureDr and ha solutions with sql server azure
Dr and ha solutions with sql server azureMSDEVMTL
 
Low latency high throughput streaming using Apache Apex and Apache Kudu
Low latency high throughput streaming using Apache Apex and Apache KuduLow latency high throughput streaming using Apache Apex and Apache Kudu
Low latency high throughput streaming using Apache Apex and Apache KuduDataWorks Summit
 
Big Data Day LA 2016/ Big Data Track - How To Use Impala and Kudu To Optimize...
Big Data Day LA 2016/ Big Data Track - How To Use Impala and Kudu To Optimize...Big Data Day LA 2016/ Big Data Track - How To Use Impala and Kudu To Optimize...
Big Data Day LA 2016/ Big Data Track - How To Use Impala and Kudu To Optimize...Data Con LA
 
Kudu: New Hadoop Storage for Fast Analytics on Fast Data
Kudu: New Hadoop Storage for Fast Analytics on Fast DataKudu: New Hadoop Storage for Fast Analytics on Fast Data
Kudu: New Hadoop Storage for Fast Analytics on Fast DataCloudera, Inc.
 
Keep your environment always on with sql server 2016 sql bits 2017
Keep your environment always on with sql server 2016 sql bits 2017Keep your environment always on with sql server 2016 sql bits 2017
Keep your environment always on with sql server 2016 sql bits 2017Bob Ward
 
cloudera Apache Kudu Updatable Analytical Storage for Modern Data Platform
cloudera Apache Kudu Updatable Analytical Storage for Modern Data Platformcloudera Apache Kudu Updatable Analytical Storage for Modern Data Platform
cloudera Apache Kudu Updatable Analytical Storage for Modern Data PlatformRakuten Group, Inc.
 
Interactive SQL-on-Hadoop and JethroData
Interactive SQL-on-Hadoop and JethroDataInteractive SQL-on-Hadoop and JethroData
Interactive SQL-on-Hadoop and JethroDataOfir Manor
 
SQL on Hadoop
SQL on HadoopSQL on Hadoop
SQL on Hadoopnvvrajesh
 
Cloudera Impala: A modern SQL Query Engine for Hadoop
Cloudera Impala: A modern SQL Query Engine for HadoopCloudera Impala: A modern SQL Query Engine for Hadoop
Cloudera Impala: A modern SQL Query Engine for HadoopCloudera, Inc.
 
Using Kafka and Kudu for fast, low-latency SQL analytics on streaming data
Using Kafka and Kudu for fast, low-latency SQL analytics on streaming dataUsing Kafka and Kudu for fast, low-latency SQL analytics on streaming data
Using Kafka and Kudu for fast, low-latency SQL analytics on streaming dataMike Percy
 
Azure Boot Camp 21.04.2018 SQL Server in Azure Iaas PaaS on-prem Lars Platzdasch
Azure Boot Camp 21.04.2018 SQL Server in Azure Iaas PaaS on-prem Lars PlatzdaschAzure Boot Camp 21.04.2018 SQL Server in Azure Iaas PaaS on-prem Lars Platzdasch
Azure Boot Camp 21.04.2018 SQL Server in Azure Iaas PaaS on-prem Lars PlatzdaschLars Platzdasch
 
Upgrade Without the Headache: Best Practices for Upgrading Hadoop in Production
Upgrade Without the Headache: Best Practices for Upgrading Hadoop in ProductionUpgrade Without the Headache: Best Practices for Upgrading Hadoop in Production
Upgrade Without the Headache: Best Practices for Upgrading Hadoop in ProductionCloudera, Inc.
 
Intel and Cloudera: Accelerating Enterprise Big Data Success
Intel and Cloudera: Accelerating Enterprise Big Data SuccessIntel and Cloudera: Accelerating Enterprise Big Data Success
Intel and Cloudera: Accelerating Enterprise Big Data SuccessCloudera, Inc.
 

What's hot (20)

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

Similar to How to Win When Migrating to Azure

Azure from scratch part 3 By Girish Kalamati
Azure from scratch part 3 By Girish KalamatiAzure from scratch part 3 By Girish Kalamati
Azure from scratch part 3 By Girish KalamatiGirish Kalamati
 
2014.11.14 Data Opportunities with Azure
2014.11.14 Data Opportunities with Azure2014.11.14 Data Opportunities with Azure
2014.11.14 Data Opportunities with AzureMarco Parenzan
 
Afternoons with Azure - Azure Data Services
Afternoons with Azure - Azure Data ServicesAfternoons with Azure - Azure Data Services
Afternoons with Azure - Azure Data ServicesCCG
 
Azure Data.pptx
Azure Data.pptxAzure Data.pptx
Azure Data.pptxFedoRam1
 
Azure Data Factory ETL Patterns in the Cloud
Azure Data Factory ETL Patterns in the CloudAzure Data Factory ETL Patterns in the Cloud
Azure Data Factory ETL Patterns in the CloudMark Kromer
 
Cloud comparison - AWS vs Azure vs Google
Cloud comparison - AWS vs Azure vs GoogleCloud comparison - AWS vs Azure vs Google
Cloud comparison - AWS vs Azure vs GooglePatrick Pierson
 
Migration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication TechnologyMigration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication TechnologyDonna Guazzaloca-Zehl
 
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...Insight Technology, Inc.
 
Azure BI Cloud Architectural Guidelines.pdf
Azure BI Cloud Architectural Guidelines.pdfAzure BI Cloud Architectural Guidelines.pdf
Azure BI Cloud Architectural Guidelines.pdfpbonillo1
 
twp-oracledatabasebackupservice-2183633
twp-oracledatabasebackupservice-2183633twp-oracledatabasebackupservice-2183633
twp-oracledatabasebackupservice-2183633Arush Jain
 
The Last Frontier- Virtualization, Hybrid Management and the Cloud
The Last Frontier-  Virtualization, Hybrid Management and the CloudThe Last Frontier-  Virtualization, Hybrid Management and the Cloud
The Last Frontier- Virtualization, Hybrid Management and the CloudKellyn Pot'Vin-Gorman
 
strategies-for-migrating-oracle-database-to-aws
strategies-for-migrating-oracle-database-to-awsstrategies-for-migrating-oracle-database-to-aws
strategies-for-migrating-oracle-database-to-awsAbdul Sathar Sait
 
Azure SQL DB Managed Instances Built to easily modernize application data layer
Azure SQL DB Managed Instances Built to easily modernize application data layerAzure SQL DB Managed Instances Built to easily modernize application data layer
Azure SQL DB Managed Instances Built to easily modernize application data layerMicrosoft Tech Community
 
Migrating on premises workload to azure sql database
Migrating on premises workload to azure sql databaseMigrating on premises workload to azure sql database
Migrating on premises workload to azure sql databasePARIKSHIT SAVJANI
 
VMworld 2013: Virtualizing Databases: Doing IT Right
VMworld 2013: Virtualizing Databases: Doing IT Right VMworld 2013: Virtualizing Databases: Doing IT Right
VMworld 2013: Virtualizing Databases: Doing IT Right VMworld
 
Implement SQL Server on an Azure VM
Implement SQL Server on an Azure VMImplement SQL Server on an Azure VM
Implement SQL Server on an Azure VMJames Serra
 
Azure SQL - more or/and less than SQL Server
Azure SQL - more or/and less than SQL ServerAzure SQL - more or/and less than SQL Server
Azure SQL - more or/and less than SQL ServerRafał Hryniewski
 
SQL Saturday Redmond 2019 ETL Patterns in the Cloud
SQL Saturday Redmond 2019 ETL Patterns in the CloudSQL Saturday Redmond 2019 ETL Patterns in the Cloud
SQL Saturday Redmond 2019 ETL Patterns in the CloudMark Kromer
 

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

Azure from scratch part 3 By Girish Kalamati
Azure from scratch part 3 By Girish KalamatiAzure from scratch part 3 By Girish Kalamati
Azure from scratch part 3 By Girish Kalamati
 
2014.11.14 Data Opportunities with Azure
2014.11.14 Data Opportunities with Azure2014.11.14 Data Opportunities with Azure
2014.11.14 Data Opportunities with Azure
 
Afternoons with Azure - Azure Data Services
Afternoons with Azure - Azure Data ServicesAfternoons with Azure - Azure Data Services
Afternoons with Azure - Azure Data Services
 
Azure Data.pptx
Azure Data.pptxAzure Data.pptx
Azure Data.pptx
 
Azure Data Factory ETL Patterns in the Cloud
Azure Data Factory ETL Patterns in the CloudAzure Data Factory ETL Patterns in the Cloud
Azure Data Factory ETL Patterns in the Cloud
 
Cloud comparison - AWS vs Azure vs Google
Cloud comparison - AWS vs Azure vs GoogleCloud comparison - AWS vs Azure vs Google
Cloud comparison - AWS vs Azure vs Google
 
Optimiser votre infrastructure SQL Server avec Azure
Optimiser votre infrastructure SQL Server avec AzureOptimiser votre infrastructure SQL Server avec Azure
Optimiser votre infrastructure SQL Server avec Azure
 
Migration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication TechnologyMigration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication Technology
 
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
 
Azure BI Cloud Architectural Guidelines.pdf
Azure BI Cloud Architectural Guidelines.pdfAzure BI Cloud Architectural Guidelines.pdf
Azure BI Cloud Architectural Guidelines.pdf
 
twp-oracledatabasebackupservice-2183633
twp-oracledatabasebackupservice-2183633twp-oracledatabasebackupservice-2183633
twp-oracledatabasebackupservice-2183633
 
The Last Frontier- Virtualization, Hybrid Management and the Cloud
The Last Frontier-  Virtualization, Hybrid Management and the CloudThe Last Frontier-  Virtualization, Hybrid Management and the Cloud
The Last Frontier- Virtualization, Hybrid Management and the Cloud
 
strategies-for-migrating-oracle-database-to-aws
strategies-for-migrating-oracle-database-to-awsstrategies-for-migrating-oracle-database-to-aws
strategies-for-migrating-oracle-database-to-aws
 
Azure SQL DB Managed Instances Built to easily modernize application data layer
Azure SQL DB Managed Instances Built to easily modernize application data layerAzure SQL DB Managed Instances Built to easily modernize application data layer
Azure SQL DB Managed Instances Built to easily modernize application data layer
 
Azure SQL DWH
Azure SQL DWHAzure SQL DWH
Azure SQL DWH
 
Migrating on premises workload to azure sql database
Migrating on premises workload to azure sql databaseMigrating on premises workload to azure sql database
Migrating on premises workload to azure sql database
 
VMworld 2013: Virtualizing Databases: Doing IT Right
VMworld 2013: Virtualizing Databases: Doing IT Right VMworld 2013: Virtualizing Databases: Doing IT Right
VMworld 2013: Virtualizing Databases: Doing IT Right
 
Implement SQL Server on an Azure VM
Implement SQL Server on an Azure VMImplement SQL Server on an Azure VM
Implement SQL Server on an Azure VM
 
Azure SQL - more or/and less than SQL Server
Azure SQL - more or/and less than SQL ServerAzure SQL - more or/and less than SQL Server
Azure SQL - more or/and less than SQL Server
 
SQL Saturday Redmond 2019 ETL Patterns in the Cloud
SQL Saturday Redmond 2019 ETL Patterns in the CloudSQL Saturday Redmond 2019 ETL Patterns in the Cloud
SQL Saturday Redmond 2019 ETL Patterns in the Cloud
 

More from Kellyn Pot'Vin-Gorman

Redgate_summit_atl_kgorman_intersection.pptx
Redgate_summit_atl_kgorman_intersection.pptxRedgate_summit_atl_kgorman_intersection.pptx
Redgate_summit_atl_kgorman_intersection.pptxKellyn Pot'Vin-Gorman
 
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptxSQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptxKellyn Pot'Vin-Gorman
 
Turning ADHD into "Awesome Dynamic Highly Dependable"
Turning ADHD into "Awesome Dynamic Highly Dependable"Turning ADHD into "Awesome Dynamic Highly Dependable"
Turning ADHD into "Awesome Dynamic Highly Dependable"Kellyn Pot'Vin-Gorman
 
Cepta The Future of Data with Power BI
Cepta The Future of Data with Power BICepta The Future of Data with Power BI
Cepta The Future of Data with Power BIKellyn Pot'Vin-Gorman
 
PASS 24HOP Linux Scripting Tips and Tricks
PASS 24HOP Linux Scripting Tips and TricksPASS 24HOP Linux Scripting Tips and Tricks
PASS 24HOP Linux Scripting Tips and TricksKellyn Pot'Vin-Gorman
 
Power BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle CloudPower BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle CloudKellyn Pot'Vin-Gorman
 
ODTUG Leadership Talk- WIT and Sponsorship
ODTUG Leadership Talk-  WIT and SponsorshipODTUG Leadership Talk-  WIT and Sponsorship
ODTUG Leadership Talk- WIT and SponsorshipKellyn Pot'Vin-Gorman
 
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the Data
DevOps and Decoys  How to Build a Successful Microsoft DevOps Including the DataDevOps and Decoys  How to Build a Successful Microsoft DevOps Including the Data
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the DataKellyn Pot'Vin-Gorman
 
Taming the shrew, Optimizing Power BI Options
Taming the shrew, Optimizing Power BI OptionsTaming the shrew, Optimizing Power BI Options
Taming the shrew, Optimizing Power BI OptionsKellyn Pot'Vin-Gorman
 
24HOP Introduction to Linux for SQL Server DBAs
24HOP Introduction to Linux for SQL Server DBAs24HOP Introduction to Linux for SQL Server DBAs
24HOP Introduction to Linux for SQL Server DBAsKellyn Pot'Vin-Gorman
 

More from Kellyn Pot'Vin-Gorman (20)

Redgate_summit_atl_kgorman_intersection.pptx
Redgate_summit_atl_kgorman_intersection.pptxRedgate_summit_atl_kgorman_intersection.pptx
Redgate_summit_atl_kgorman_intersection.pptx
 
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptxSQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
 
Boston_sql_kegorman_highIO.pptx
Boston_sql_kegorman_highIO.pptxBoston_sql_kegorman_highIO.pptx
Boston_sql_kegorman_highIO.pptx
 
Oracle on Azure IaaS 2023 Update
Oracle on Azure IaaS 2023 UpdateOracle on Azure IaaS 2023 Update
Oracle on Azure IaaS 2023 Update
 
Being Successful with ADHD
Being Successful with ADHDBeing Successful with ADHD
Being Successful with ADHD
 
Azure DBA with IaaS
Azure DBA with IaaSAzure DBA with IaaS
Azure DBA with IaaS
 
Turning ADHD into "Awesome Dynamic Highly Dependable"
Turning ADHD into "Awesome Dynamic Highly Dependable"Turning ADHD into "Awesome Dynamic Highly Dependable"
Turning ADHD into "Awesome Dynamic Highly Dependable"
 
DevOps in Silos
DevOps in SilosDevOps in Silos
DevOps in Silos
 
Securing Power BI Data
Securing Power BI DataSecuring Power BI Data
Securing Power BI Data
 
Cepta The Future of Data with Power BI
Cepta The Future of Data with Power BICepta The Future of Data with Power BI
Cepta The Future of Data with Power BI
 
Taming the shrew Power BI
Taming the shrew Power BITaming the shrew Power BI
Taming the shrew Power BI
 
PASS 24HOP Linux Scripting Tips and Tricks
PASS 24HOP Linux Scripting Tips and TricksPASS 24HOP Linux Scripting Tips and Tricks
PASS 24HOP Linux Scripting Tips and Tricks
 
Power BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle CloudPower BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle Cloud
 
ODTUG Leadership Talk- WIT and Sponsorship
ODTUG Leadership Talk-  WIT and SponsorshipODTUG Leadership Talk-  WIT and Sponsorship
ODTUG Leadership Talk- WIT and Sponsorship
 
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the Data
DevOps and Decoys  How to Build a Successful Microsoft DevOps Including the DataDevOps and Decoys  How to Build a Successful Microsoft DevOps Including the Data
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the Data
 
GDPR- The Buck Stops Here
GDPR-  The Buck Stops HereGDPR-  The Buck Stops Here
GDPR- The Buck Stops Here
 
Taming the shrew, Optimizing Power BI Options
Taming the shrew, Optimizing Power BI OptionsTaming the shrew, Optimizing Power BI Options
Taming the shrew, Optimizing Power BI Options
 
DevOps tools for winning agility
DevOps tools for winning agilityDevOps tools for winning agility
DevOps tools for winning agility
 
24HOP Introduction to Linux for SQL Server DBAs
24HOP Introduction to Linux for SQL Server DBAs24HOP Introduction to Linux for SQL Server DBAs
24HOP Introduction to Linux for SQL Server DBAs
 
Hotsos Advanced Linux Tools
Hotsos Advanced Linux ToolsHotsos Advanced Linux Tools
Hotsos Advanced Linux Tools
 

Recently uploaded

WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 

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
  • 3.
  • 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