├── .gitignore
├── README.md
├── actionTemplate
├── caseStudyOrPartnerTemplate
├── en-US
├── .vscode
│ └── settings.json
├── actions
│ ├── AzureTCO
│ ├── DBBest
│ ├── DEADownload
│ ├── DMADownload
│ ├── MAPToolkit
│ ├── SSMAForAccessDownload
│ ├── SSMAForDB2Download
│ ├── SSMAForMySqlDownload
│ ├── SSMAForOracleDownload
│ ├── SSMAForSybaseDownload
│ ├── Surpaas
│ ├── _readme
│ ├── pricingcalculator
│ └── tcocalculator
├── caseStudies
│ ├── Capita
│ ├── Capita.json
│ ├── Fotable
│ ├── Fotable.json
│ ├── Fracttal
│ ├── Fracttal.json
│ ├── Geekwire
│ ├── Geekwire.json
│ ├── InnovativeSys
│ ├── InnovativeSys.json
│ ├── Vipps
│ ├── Vipps.json
│ ├── WillisTowersWatson
│ ├── WillisTowersWatson.json
│ └── _readme.md
├── diagrams
│ └── migration-overview.json
├── images
│ ├── 1-mysql_RDBMS_Sources.png
│ ├── 1-postgresql_windows_services.png
│ ├── 10-mysql_advanced tab.png
│ ├── 10-mysql_advanced_tab.png
│ ├── 11-mysql_migrate_diagram.png
│ ├── 12-mysql_table_selection.png
│ ├── 13-mysql_monitor_tab.png
│ ├── 2-mysql_RDBMS_Targets.png
│ ├── 2-postgresql_attunity_new_task.png
│ ├── 3-postgresql_attunity_new_endpoint.png
│ ├── 3_mysql_select_schema.png
│ ├── 4-mysql_select_objects.png
│ ├── 4-postgresql_attunity_new_test_endpoint.png
│ ├── 5-mysql_run_schema_creation.png
│ ├── 5-postgresql_advanced_tab.png
│ ├── 6-mysql_windows_services.png
│ ├── 6-postgresql_specify_target.png
│ ├── 7-mysql_attunity_new_task.png
│ ├── 7-postgresql_table_selection.png
│ ├── 8-mysql_attunity_new_endpoint.png
│ ├── 8-postgresql_migrate_diagram.png
│ ├── 8-postgresql_monitor_tab.png
│ ├── 9-mysql_attunity_new_test_endpoint.png
│ ├── 9-postgresql_replication_slots.png
│ ├── Blitzz_logo_84.png
│ ├── CAST-logo-cropped_84.png
│ ├── Cloudamize-Logo.png
│ ├── Convergent.png
│ ├── DMACreateProject.png
│ ├── DMADeploySchema.png
│ ├── DMAGenerateScript.png
│ ├── DMASelectObjects.png
│ ├── DMASelectSource.png
│ ├── DMASelectTarget.png
│ ├── DMSAzurePortal.png
│ ├── DMSDownloadReport.png
│ ├── DMSMapTargetDB.png
│ ├── DMSProjectCreation.png
│ ├── DMSRunMigration.png
│ ├── DMSServiceCreation.png
│ ├── DMSSourceStep2.png
│ ├── DMSSoureStep1.png
│ ├── DMSSummaryStep.png
│ ├── DMSTargetSelectTables.png
│ ├── DMSTargetStep1.png
│ ├── DMSTargetSummary.png
│ ├── DMSportalregisterresourceprovider.png
│ ├── DMSportalselectresourceprovider.png
│ ├── DMSportalselectsubscription.png
│ ├── DXC_logo_cropped.png
│ ├── DataSunrise_database_security_logo.png
│ ├── Datometry_logo.png
│ ├── Derivco.png
│ ├── FloatelLogo.png
│ ├── Fotoable-logo-220.png
│ ├── FotoableLogo1.png
│ ├── Fracttal-logo-220.png
│ ├── GeekWire-logo-220.png
│ ├── GeekWire-logo.png
│ ├── HVR-logo.png
│ ├── HollandAmericaLogo.png
│ ├── Imanis_logo_cropped.png
│ ├── InfosysLogo.png
│ ├── InnovativeSys-logo-220.png
│ ├── InnovativeSys_logo_scaled.png
│ ├── Ispirer_logo.png
│ ├── KDS.png
│ ├── Logos
│ │ ├── Access.png
│ │ ├── Azure-Table-Storage.png
│ │ ├── Cassandra_270x160.png
│ │ ├── DB2.png
│ │ ├── MariaDB.png
│ │ ├── Microsoft_logo.png
│ │ ├── MongoDB.png
│ │ ├── MySQL.png
│ │ ├── PostgreSQL.png
│ │ ├── SAP-ASE.png
│ │ ├── oracle.png
│ │ └── sql-server.png
│ ├── MPBMigrationFoo.png
│ ├── MPBSelectObjects.png
│ ├── MigrationLifecycle.png
│ ├── MigrationProcess_New.png
│ ├── Morphis_logo.png
│ ├── Movere_logo.png
│ ├── OracleToAzurePG
│ │ └── ora2pg_architecture.png
│ ├── OverallMigrationProcess.png
│ ├── PTC.png
│ ├── PW-logo-text-CMYK1000.png
│ ├── Pactera_logo_small1.png
│ ├── SBI.png
│ ├── SNP_logo.png
│ ├── SQLUpgradeProcess.png
│ ├── SVGIcons
│ │ ├── 135-status-success.svg
│ │ ├── basel-close-white.svg
│ │ ├── basel-close.svg
│ │ ├── basel-close_opaque.svg
│ │ ├── edit-white.svg
│ │ ├── edit.svg
│ │ ├── email.svg
│ │ ├── print.svg
│ │ ├── process-white.svg
│ │ ├── process.svg
│ │ ├── question-white.svg
│ │ ├── question.svg
│ │ ├── redirect_black.svg
│ │ ├── redirect_white.svg
│ │ ├── share.svg
│ │ ├── study-white.svg
│ │ └── study.svg
│ ├── Satalyst_logo.png
│ ├── SentryOne-logo-220.png
│ ├── SocialIcons
│ │ ├── facebook.svg
│ │ ├── github.svg
│ │ ├── gitter.jpg
│ │ ├── linkedin.svg
│ │ ├── rssfeed.svg
│ │ └── twitter.svg
│ ├── Splendid_Data_logo_cropped1.png
│ ├── SqlMigrationProcess.png
│ ├── Striim_logo.png
│ ├── Sumitomo.png
│ ├── UnifyCloud_logo-84.png
│ ├── Unravel-220.png
│ ├── WtW-logo-220.png
│ ├── WtW.png
│ ├── Zen3-Logo-220.png
│ ├── Zen3_Logo.png
│ ├── accenture-logo.png
│ ├── accessadddb.PNG
│ ├── accessconnecttosql.PNG
│ ├── accessconnecttosqlazure.PNG
│ ├── accessconvertcomplete.PNG
│ ├── accessconvertschema.PNG
│ ├── accesscreatereport.PNG
│ ├── accessnewproject.PNG
│ ├── accessnewprojectsqlazure.PNG
│ ├── accesssamplereport.PNG
│ ├── accessselectdb.PNG
│ ├── assessmentreport.png
│ ├── attunity_logo.png
│ ├── attunityadvancedconnection.png
│ ├── attunityconsole.png
│ ├── attunitydragdrop.png
│ ├── attunityendpointparam.png
│ ├── attunitymanageendpoint.png
│ ├── attunitymonitorlogs.png
│ ├── attunitymonitortask.png
│ ├── attunitymysqldragdrop.png
│ ├── attunitymysqltableselection.png
│ ├── attunitynewendpoint.png
│ ├── attunitynewtask.png
│ ├── attunitytablelist.png
│ ├── attunitytableselection.png
│ ├── attunitytestconnection.png
│ ├── basel-close.svg
│ ├── capax-logo.jpg
│ ├── chevron_left.svg
│ ├── chevron_right.svg
│ ├── company-logos
│ │ ├── Blitzz_logo_84.png
│ │ ├── CAST-logo-cropped_84.png
│ │ ├── Capita_UK-220.png
│ │ ├── Cloudamize-Logo.png
│ │ ├── Cognizant-220.1.png
│ │ ├── Commvault-220.png
│ │ ├── DXC_logo_cropped.png
│ │ ├── DataSunrise_database_security_logo.png
│ │ ├── Datometry_logo.png
│ │ ├── Fotoable-logo-220.png
│ │ ├── Fracttal-logo-220.png
│ │ ├── GeekWire-logo-220.png
│ │ ├── HVR-logo.png
│ │ ├── Imanis_logo_cropped.png
│ │ ├── InfosysLogo.png
│ │ ├── InnovativeSys-logo-220.png
│ │ ├── Morphis_logo.png
│ │ ├── Movere_logo.png
│ │ ├── PW-logo-text-CMYK1000.png
│ │ ├── Pactera_logo_small1.png
│ │ ├── SNP_logo.png
│ │ ├── Satalyst_logo.png
│ │ ├── SentryOne-logo-220.png
│ │ ├── Splendid_Data_logo_cropped1.png
│ │ ├── Striim_logo.png
│ │ ├── UnifyCloud_logo-84.png
│ │ ├── Unravel-220.png
│ │ ├── WtW-logo-220.png
│ │ ├── Zen3-Logo-220.png
│ │ ├── attunity_logo.png
│ │ ├── blueprint_logo.png
│ │ ├── corent-logo.png
│ │ ├── credativ_round_logo2.png
│ │ ├── dbbest-logo.png
│ │ ├── fujitsu-logo-220.png
│ │ ├── informatica-logo.png
│ │ ├── ispirer_logo.png
│ │ ├── kangaroot-logo-cropped.png
│ │ ├── nayatech_migVisor_logo_small.png
│ │ ├── querysurge_logo-84.png
│ │ ├── quest_logo_cropped1.png
│ │ ├── rhipe-logo-small_final1.png
│ │ ├── scalability-experts-logo3.png
│ │ ├── simora_logo-84.png
│ │ ├── sysgain_logo-84.png
│ │ ├── tsologic_logo-84.png
│ │ ├── turbonomic_logo-84.png
│ │ ├── vipps-logo-220.png
│ │ └── wipro-220.png
│ ├── connecttooracle.png
│ ├── connecttosql.png
│ ├── convertschema.png
│ ├── convertschemacomplete.png
│ ├── corent-logo.png
│ ├── createreport.png
│ ├── credativ-logo-final.png
│ ├── credativ_round_logo2.png
│ ├── database-logos
│ │ ├── Access.png
│ │ ├── Azure-Table-Storage.png
│ │ ├── Cassandra.png
│ │ ├── DB2.png
│ │ ├── MariaDB.png
│ │ ├── MongoDB.png
│ │ ├── MySQL.png
│ │ ├── Netezza.png
│ │ ├── PostgreSQL.png
│ │ ├── SAP-ASE.png
│ │ ├── Teradata.png
│ │ ├── oracle.png
│ │ └── sql-server.png
│ ├── datasunrise-logo-final.png
│ ├── dbbest-logo-final.png
│ ├── dbbest-logo.png
│ ├── deaanalysisinput.png
│ ├── deacaptureinputs.png
│ ├── deachart.png
│ ├── deachart1.png
│ ├── deaerrorqueries.png
│ ├── deanewanalysis.png
│ ├── deanewcapture.png
│ ├── deanewreplay.png
│ ├── deaqueryplan.png
│ ├── dearesolvederrors.png
│ ├── deasummarystats.png
│ ├── deathreshold.jpg
│ ├── dialog-assets
│ │ ├── MigrationProcess_New.png
│ │ └── migration-overview
│ │ │ ├── arrowhead.svg
│ │ │ ├── assess.svg
│ │ │ ├── bigarrow.svg
│ │ │ ├── convert.svg
│ │ │ ├── corner.svg
│ │ │ ├── cutover.svg
│ │ │ ├── discovery.svg
│ │ │ ├── migrate.svg
│ │ │ ├── migration-overview.svg
│ │ │ ├── optimize.svg
│ │ │ ├── performtests.svg
│ │ │ ├── remediate.svg
│ │ │ ├── shaft.svg
│ │ │ └── syncdata.svg
│ ├── dma-assessment-source.png
│ ├── dma-assessments.png
│ ├── dma-create-project.png
│ ├── dma-schema-deploy.png
│ ├── dma-schema-script.png
│ ├── dma-source-connect.png
│ ├── dma-target-connect.png
│ ├── dmaadddb.bmp
│ ├── dmaadddb_Azure_SQL_DB.png
│ ├── dmaassessment.bmp
│ ├── dmaassessmentresults.bmp
│ ├── dmaazuredbconnecttosource.PNG
│ ├── dmaazuredbconnecttotarget.PNG
│ ├── dmaazuredbdeployschema.PNG
│ ├── dmaazuredbgeneratescript.PNG
│ ├── dmaazuredbmigratedata.PNG
│ ├── dmaazuredbnewproject.PNG
│ ├── dmaazuredbselectobjects.PNG
│ ├── dmaazuredbselecttables.PNG
│ ├── dmacompatissues.png
│ ├── dmaconnecttosource_Azure_SQL_DB.png
│ ├── dmafeatureparity.png
│ ├── dmamigrate.png
│ ├── dmamigrateadddb.png
│ ├── dmamigrateresults.png
│ ├── dmanewproject.bmp
│ ├── dmanewproject_Azure_SQL_DB.png
│ ├── dmareportoptions.png
│ ├── dmareportoptions_Azure_SQL_DB.png
│ ├── dmaselectlogins.png
│ ├── dmasourcetarget.png
│ ├── dms-activity-status1.png
│ ├── dms-completed-activity1.png
│ ├── dms-configuration1.png
│ ├── dms-configure-setting-activity1.png
│ ├── dms-create-project1.png
│ ├── dms-create1.png
│ ├── dms-instance-search.png
│ ├── dms-map-targets-activity1.png
│ ├── dms-new-activity1.png
│ ├── dms-run-migration1.png
│ ├── dms-search.png
│ ├── dms-select-source-db1.png
│ ├── dms-select-target1.png
│ ├── dms-settings1.png
│ ├── dms-source-details1.png
│ ├── dms-summary1.png
│ ├── dsp-logo.jpg
│ ├── facebook.svg
│ ├── finance-expires-1-19-2019.png
│ ├── fracttal-logo.PNG
│ ├── fujitsu-logo-220.png
│ ├── fujitsu-logo-final.png
│ ├── fujitsu_logo.png
│ ├── griddable-logo-small.png
│ ├── griddable-logo-small1.png
│ ├── healthcare.png
│ ├── info.svg
│ ├── informatica-logo.png
│ ├── kangaroot-logo-cropped.png
│ ├── linkedin.svg
│ ├── manufacturing.png
│ ├── mapcollectinventorydata.png
│ ├── mapdatacollectionsummary.png
│ ├── mapdiscoverycreds.png
│ ├── mapdiscoverycredsindividual.png
│ ├── mapdiscoverycredsorder.png
│ ├── mapdiscoverycredsorder2.png
│ ├── mapdiscoverymethods.png
│ ├── mapdiscoverysummary.png
│ ├── mapexcelreport.png
│ ├── mapexcelreportdone.png
│ ├── mapinventorywizard.png
│ ├── mapinventorywizard_oracle.png
│ ├── maporacleoverview.png
│ ├── mapoverview.png
│ ├── mapselectdb.png
│ ├── mapselectdboverview.png
│ ├── mi1-portal-select-subscription.png
│ ├── mi10-dms-target-details.png
│ ├── mi11-dms-create-new-activity.png
│ ├── mi12-dms-select-source-databases.png
│ ├── mi13-dms-configure-migration-settings.png
│ ├── mi14-dms-migration-summary.png
│ ├── mi15-dms-monitor-migration.png
│ ├── mi2-portal-select-resource-provider.png
│ ├── mi3-portal-register-resource-provider.png
│ ├── mi4-portal-marketplace.png
│ ├── mi5-dms-create.png
│ ├── mi6-dms-create-service.png
│ ├── mi7-dms-create-project.png
│ ├── mi8-dms-source-details.png
│ ├── mi9-dms-source-database.png
│ ├── migratedata.png
│ ├── migrationcomplete.png
│ ├── migrationreport.png
│ ├── mongo-create-collection.png
│ ├── mongo-create-collection2.png
│ ├── mongo-create-cosmos-account.png
│ ├── mongo-create-db.png
│ ├── mongo-data-explorer.png
│ ├── mongo-quick-start.png
│ ├── mongo-selection-string.png
│ ├── nayatech_migVisor_logo_small.png
│ ├── newproject.png
│ ├── portal-marketplace.png
│ ├── portal-register-resource-provider.png
│ ├── portal-select-resource-provider.png
│ ├── portal-select-subscription1.png
│ ├── pragmatic-works.png
│ ├── professional-services.png
│ ├── publishschema.png
│ ├── querysurge-logo1.png
│ ├── querysurge_logo-84.png
│ ├── quest_logo_cropped.png
│ ├── quest_logo_cropped1.png
│ ├── retail.png
│ ├── rhipe-logo-small_final1.png
│ ├── rssfeed.svg
│ ├── scalability-experts-logo3.png
│ ├── scenario-assets
│ │ ├── _shared
│ │ │ ├── assessmentreport.png
│ │ │ ├── connecttosql.png
│ │ │ ├── convertschema.png
│ │ │ ├── convertschemacomplete.png
│ │ │ ├── createreport.png
│ │ │ ├── deacaptureinputs.png
│ │ │ ├── deathreshold.jpg
│ │ │ ├── mapdatacollectionsummary.png
│ │ │ ├── mapdiscoverycreds.png
│ │ │ ├── mapdiscoverycredsindividual.png
│ │ │ ├── mapdiscoverymethods.png
│ │ │ ├── mapdiscoverysummary.png
│ │ │ ├── mapexcelreportdone.png
│ │ │ ├── mapoverview.png
│ │ │ ├── mapselectdb.png
│ │ │ ├── mapselectdboverview.png
│ │ │ ├── migratedata.png
│ │ │ ├── migrationcomplete.png
│ │ │ ├── migrationreport.png
│ │ │ ├── publishschema.png
│ │ │ └── typemappings.png
│ │ ├── access-to-azuresqldb
│ │ │ ├── accessadddb.PNG
│ │ │ ├── accessconnecttosql.PNG
│ │ │ ├── accessconnecttosqlazure.PNG
│ │ │ ├── accessconvertcomplete.PNG
│ │ │ ├── accessconvertschema.PNG
│ │ │ ├── accesscreatereport.PNG
│ │ │ ├── accessnewproject.PNG
│ │ │ ├── accessnewprojectsqlazure.PNG
│ │ │ ├── accesssamplereport.PNG
│ │ │ └── accessselectdb.PNG
│ │ ├── access-to-sqlserver
│ │ │ ├── accessadddb.PNG
│ │ │ ├── accessconnecttosql.PNG
│ │ │ ├── accessconvertcomplete.PNG
│ │ │ ├── accessconvertschema.PNG
│ │ │ ├── accesscreatereport.PNG
│ │ │ ├── accessnewproject.PNG
│ │ │ ├── accesssamplereport.PNG
│ │ │ └── accessselectdb.PNG
│ │ ├── azuretable-to-cosmos
│ │ │ └── .gitkeep
│ │ ├── cassandra-to-cosmos
│ │ │ └── .gitkeep
│ │ ├── db2-to-azuresqldb
│ │ │ ├── ssmadb2connect.png
│ │ │ └── ssmadb2newproject.png
│ │ ├── db2-to-sqlserver
│ │ │ ├── ssmadb2connect.png
│ │ │ └── ssmadb2newproject.png
│ │ ├── mariadb-to-azuremariadb
│ │ │ ├── mariadboverviewblade.png
│ │ │ └── mysqlworkbench.png
│ │ ├── mongo-to-cosmos
│ │ │ ├── mongo-create-collection.png
│ │ │ ├── mongo-create-cosmos-account.png
│ │ │ ├── mongo-create-db.png
│ │ │ └── mongo-quick-start.png
│ │ ├── mysql-to-azuremysql
│ │ │ ├── 1-mysql_RDBMS_Sources.png
│ │ │ ├── 2-mysql_RDBMS_Targets.png
│ │ │ ├── 3_mysql_select_schema.png
│ │ │ ├── 4-mysql_select_objects.png
│ │ │ └── 5-mysql_run_schema_creation.png
│ │ ├── mysql-to-azuresqldb
│ │ │ └── ssmamysqlnewproject.png
│ │ ├── mysql-to-sqlserver
│ │ │ └── ssmamysqlnewproject.png
│ │ ├── no-ref-step
│ │ │ ├── MigrationLifecycle.png
│ │ │ ├── attunityadvancedconnection.png
│ │ │ ├── attunityconsole.png
│ │ │ ├── attunitydragdrop.png
│ │ │ ├── attunityendpointparam.png
│ │ │ ├── attunitymanageendpoint.png
│ │ │ ├── attunitymonitorlogs.png
│ │ │ ├── attunitymonitortask.png
│ │ │ ├── attunitymysqldragdrop.png
│ │ │ ├── attunitymysqltableselection.png
│ │ │ ├── attunitynewendpoint.png
│ │ │ ├── attunitynewtask.png
│ │ │ ├── attunitytablelist.png
│ │ │ ├── attunitytableselection.png
│ │ │ ├── attunitytestconnection.png
│ │ │ ├── sourcesetupparameters.png
│ │ │ └── windowsservices.png
│ │ ├── no-references
│ │ │ ├── 1-postgresql_windows_services.png
│ │ │ ├── 10-mysql_advanced tab.png
│ │ │ ├── 10-mysql_advanced_tab.png
│ │ │ ├── 11-mysql_migrate_diagram.png
│ │ │ ├── 12-mysql_table_selection.png
│ │ │ ├── 13-mysql_monitor_tab.png
│ │ │ ├── 2-postgresql_attunity_new_task.png
│ │ │ ├── 3-postgresql_attunity_new_endpoint.png
│ │ │ ├── 4-postgresql_attunity_new_test_endpoint.png
│ │ │ ├── 5-postgresql_advanced_tab.png
│ │ │ ├── 6-mysql_windows_services.png
│ │ │ ├── 6-postgresql_specify_target.png
│ │ │ ├── 7-mysql_attunity_new_task.png
│ │ │ ├── 7-postgresql_table_selection.png
│ │ │ ├── 8-mysql_attunity_new_endpoint.png
│ │ │ ├── 8-postgresql_migrate_diagram.png
│ │ │ ├── 8-postgresql_monitor_tab.png
│ │ │ ├── 9-mysql_attunity_new_test_endpoint.png
│ │ │ ├── 9-postgresql_replication_slots.png
│ │ │ ├── DMACreateProject.png
│ │ │ ├── DMADeploySchema.png
│ │ │ ├── DMAGenerateScript.png
│ │ │ ├── DMASelectObjects.png
│ │ │ ├── DMASelectSource.png
│ │ │ ├── DMASelectTarget.png
│ │ │ ├── DMSAzurePortal.png
│ │ │ ├── DMSDownloadReport.png
│ │ │ ├── DMSMapTargetDB.png
│ │ │ ├── DMSProjectCreation.png
│ │ │ ├── DMSRunMigration.png
│ │ │ ├── DMSServiceCreation.png
│ │ │ ├── DMSSourceStep2.png
│ │ │ ├── DMSSoureStep1.png
│ │ │ ├── DMSSummaryStep.png
│ │ │ ├── DMSTargetSelectTables.png
│ │ │ ├── DMSTargetStep1.png
│ │ │ ├── DMSTargetSummary.png
│ │ │ ├── DMSportalregisterresourceprovider.png
│ │ │ ├── DMSportalselectresourceprovider.png
│ │ │ ├── DMSportalselectsubscription.png
│ │ │ ├── MPBMigrationFoo.png
│ │ │ ├── MPBSelectObjects.png
│ │ │ ├── OverallMigrationProcess.png
│ │ │ ├── SQLUpgradeProcess.png
│ │ │ ├── SqlMigrationProcess.png
│ │ │ ├── deachart1.png
│ │ │ ├── deaqueryplan.png
│ │ │ ├── dearesolvederrors.png
│ │ │ ├── dma-assessment-source.png
│ │ │ ├── dma-assessments.png
│ │ │ ├── dma-create-project.png
│ │ │ ├── dma-schema-deploy.png
│ │ │ ├── dma-schema-script.png
│ │ │ ├── dma-source-connect.png
│ │ │ ├── dma-target-connect.png
│ │ │ ├── dmaadddb_Azure_SQL_DB.png
│ │ │ ├── dmaazuredbconnecttosource.PNG
│ │ │ ├── dmaazuredbconnecttotarget.PNG
│ │ │ ├── dmaazuredbdeployschema.PNG
│ │ │ ├── dmaazuredbgeneratescript.PNG
│ │ │ ├── dmaazuredbmigratedata.PNG
│ │ │ ├── dmaazuredbnewproject.PNG
│ │ │ ├── dmaazuredbselectobjects.PNG
│ │ │ ├── dmaazuredbselecttables.PNG
│ │ │ ├── dmacompatissues.png
│ │ │ ├── dmaconnecttosource_Azure_SQL_DB.png
│ │ │ ├── dmafeatureparity.png
│ │ │ ├── dmanewproject_Azure_SQL_DB.png
│ │ │ ├── dmareportoptions.png
│ │ │ ├── dmareportoptions_Azure_SQL_DB.png
│ │ │ ├── dms-activity-status1.png
│ │ │ ├── dms-completed-activity1.png
│ │ │ ├── dms-configuration1.png
│ │ │ ├── dms-configure-setting-activity1.png
│ │ │ ├── dms-create-project1.png
│ │ │ ├── dms-create1.png
│ │ │ ├── dms-instance-search.png
│ │ │ ├── dms-map-targets-activity1.png
│ │ │ ├── dms-new-activity1.png
│ │ │ ├── dms-run-migration1.png
│ │ │ ├── dms-search.png
│ │ │ ├── dms-select-source-db1.png
│ │ │ ├── dms-select-target1.png
│ │ │ ├── dms-settings1.png
│ │ │ ├── dms-source-details1.png
│ │ │ ├── dms-summary1.png
│ │ │ ├── finance-expires-1-19-2019.png
│ │ │ ├── healthcare.png
│ │ │ ├── manufacturing.png
│ │ │ ├── mi1-portal-select-subscription.png
│ │ │ ├── mi10-dms-target-details.png
│ │ │ ├── mi11-dms-create-new-activity.png
│ │ │ ├── mi12-dms-select-source-databases.png
│ │ │ ├── mi13-dms-configure-migration-settings.png
│ │ │ ├── mi14-dms-migration-summary.png
│ │ │ ├── mi15-dms-monitor-migration.png
│ │ │ ├── mi2-portal-select-resource-provider.png
│ │ │ ├── mi3-portal-register-resource-provider.png
│ │ │ ├── mi4-portal-marketplace.png
│ │ │ ├── mi5-dms-create.png
│ │ │ ├── mi6-dms-create-service.png
│ │ │ ├── mi7-dms-create-project.png
│ │ │ ├── mi8-dms-source-details.png
│ │ │ ├── mi9-dms-source-database.png
│ │ │ ├── mongo-create-collection2.png
│ │ │ ├── mongo-data-explorer.png
│ │ │ ├── mongo-selection-string.png
│ │ │ ├── portal-marketplace.png
│ │ │ ├── portal-register-resource-provider.png
│ │ │ ├── portal-select-resource-provider.png
│ │ │ ├── portal-select-subscription1.png
│ │ │ ├── professional-services.png
│ │ │ ├── querysurge-logo1.png
│ │ │ ├── retail.png
│ │ │ ├── software1.png
│ │ │ ├── ssmasapconnect.png
│ │ │ ├── ssmasapnewproject.png
│ │ │ ├── telecommunications.png
│ │ │ └── travel.png
│ │ ├── oracle-to-azurepostgresql
│ │ │ └── ora2pg_architecture.png
│ │ ├── oracle-to-azuresqldb
│ │ │ ├── connecttooracle.png
│ │ │ └── newproject.png
│ │ ├── oracle-to-sqldw
│ │ │ └── .gitkeep
│ │ ├── oracle-to-sqlserver
│ │ │ ├── connecttooracle.png
│ │ │ ├── mapdiscoverycredsorder2.png
│ │ │ ├── mapinventorywizard_oracle.png
│ │ │ ├── maporacleoverview.png
│ │ │ └── newproject.png
│ │ ├── postgresql-to-azurepostgresql
│ │ │ └── .gitkeep
│ │ ├── sql-to-azuresqldb
│ │ │ └── .gitkeep
│ │ ├── sql-to-azuresqldbmi
│ │ │ └── .gitkeep
│ │ ├── sql-to-sqldw
│ │ │ └── .gitkeep
│ │ ├── sql-to-sqlserver
│ │ │ ├── deaanalysisinput.png
│ │ │ ├── deachart.png
│ │ │ ├── deaerrorqueries.png
│ │ │ ├── deanewanalysis.png
│ │ │ ├── deanewcapture.png
│ │ │ ├── deanewreplay.png
│ │ │ ├── deasummarystats.png
│ │ │ ├── dmaadddb.bmp
│ │ │ ├── dmaassessment.bmp
│ │ │ ├── dmaassessmentresults.bmp
│ │ │ ├── dmamigrate.png
│ │ │ ├── dmamigrateadddb.png
│ │ │ ├── dmamigrateresults.png
│ │ │ ├── dmanewproject.bmp
│ │ │ ├── dmaselectlogins.png
│ │ │ ├── dmasourcetarget.png
│ │ │ ├── mapcollectinventorydata.png
│ │ │ ├── mapdiscoverycredsorder.png
│ │ │ ├── mapexcelreport.png
│ │ │ └── mapinventorywizard.png
│ │ ├── sql-to-sqlvm
│ │ │ ├── deaanalysisinput.png
│ │ │ ├── deachart.png
│ │ │ ├── deaerrorqueries.png
│ │ │ ├── deanewanalysis.png
│ │ │ ├── deanewcapture.png
│ │ │ ├── deanewreplay.png
│ │ │ ├── deasummarystats.png
│ │ │ ├── dmaadddb.bmp
│ │ │ ├── dmaassessment.bmp
│ │ │ ├── dmaassessmentresults.bmp
│ │ │ ├── dmamigrate.png
│ │ │ ├── dmamigrateadddb.png
│ │ │ ├── dmamigrateresults.png
│ │ │ ├── dmanewproject.bmp
│ │ │ ├── dmaselectlogins.png
│ │ │ ├── dmasourcetarget.png
│ │ │ ├── mapcollectinventorydata.png
│ │ │ ├── mapdiscoverycredsorder.png
│ │ │ ├── mapexcelreport.png
│ │ │ └── mapinventorywizard.png
│ │ ├── sybase-to-azuresqldb
│ │ │ └── .gitkeep
│ │ └── sybase-to-sqlserver
│ │ │ └── .gitkeep
│ ├── simora_logo-84.png
│ ├── software1.png
│ ├── sourcesetupparameters.png
│ ├── ssmadb2connect.png
│ ├── ssmadb2newproject.png
│ ├── ssmamysqlnewproject.png
│ ├── ssmasapconnect.png
│ ├── ssmasapnewproject.png
│ ├── sysgain_logo-84.png
│ ├── telecommunications.png
│ ├── tool-logos
│ │ ├── azure_migrate.svg
│ │ ├── damt_icon.svg
│ │ ├── dea_icon.svg
│ │ ├── dma_icon.svg
│ │ ├── dms_icon.svg
│ │ └── ssma_icon.svg
│ ├── travel.png
│ ├── triangles-white.png
│ ├── triangles.png
│ ├── tsologic_logo-84.png
│ ├── turbonomic_logo-84.png
│ ├── twitter.svg
│ ├── typemappings.png
│ ├── ui-assets
│ │ ├── Microsoft_logo.png
│ │ ├── ajax-loader.gif
│ │ ├── icons
│ │ │ ├── basel-close-white.svg
│ │ │ ├── basel-close.svg
│ │ │ ├── basel-close_opaque.svg
│ │ │ ├── chevron.svg
│ │ │ ├── chevron_left.svg
│ │ │ ├── chevron_right.svg
│ │ │ ├── edit-white.svg
│ │ │ ├── edit.svg
│ │ │ ├── email.svg
│ │ │ ├── home_blue.svg
│ │ │ ├── info.svg
│ │ │ ├── print.svg
│ │ │ ├── process-white.svg
│ │ │ ├── process.svg
│ │ │ ├── question-white.svg
│ │ │ ├── question.svg
│ │ │ ├── redirect_black.svg
│ │ │ ├── redirect_white.svg
│ │ │ ├── share.svg
│ │ │ ├── status-success.svg
│ │ │ ├── study-white.svg
│ │ │ └── study.svg
│ │ ├── placeholder-case-study.png
│ │ ├── social
│ │ │ ├── facebook.svg
│ │ │ ├── github.svg
│ │ │ ├── gitter.jpg
│ │ │ ├── linkedin.svg
│ │ │ ├── rssfeed.svg
│ │ │ └── twitter.svg
│ │ ├── triangles-white.png
│ │ └── triangles.png
│ ├── vipps-logo-220.png
│ ├── vipps_logo.png
│ └── windowsservices.png
├── partners
│ ├── Attunity
│ ├── Attunity.json
│ ├── Blitzz
│ ├── Blitzz.json
│ ├── Blueprint
│ ├── Blueprint.json
│ ├── Cast
│ ├── Cast.json
│ ├── Cloudamize
│ ├── Cloudamize.json
│ ├── Cognizant
│ ├── Cognizant.json
│ ├── Commvault
│ ├── Commvault.json
│ ├── Corent
│ ├── Corent.json
│ ├── DBBest
│ ├── DBBest.json
│ ├── DXC
│ ├── DXC.json
│ ├── DataSunrise
│ ├── DataSunrise.json
│ ├── Datometry
│ ├── Datometry.json
│ ├── Fujitsu
│ ├── Fujitsu.json
│ ├── HVR
│ ├── HVR.json
│ ├── Imanis
│ ├── Imanis.json
│ ├── Informatica
│ ├── Informatica.json
│ ├── Infosys
│ ├── Infosys.json
│ ├── Ispirer
│ ├── Ispirer.json
│ ├── Kangaroot
│ ├── Kangaroot.json
│ ├── Morphis
│ ├── Morphis.json
│ ├── Movere
│ ├── Movere.json
│ ├── NayaTech
│ ├── NayaTech.json
│ ├── Pactera
│ ├── Pactera.json
│ ├── Pragmatic_Works
│ ├── Pragmatic_Works.json
│ ├── QuerySurge
│ ├── QuerySurge.json
│ ├── Quest
│ ├── Quest.json
│ ├── SNP_Tech
│ ├── SNP_Tech.json
│ ├── Satalyst
│ ├── Satalyst.json
│ ├── ScalabilityExperts
│ ├── ScalabilityExperts.json
│ ├── SentryOne
│ ├── SentryOne.json
│ ├── Simora
│ ├── Simora.json
│ ├── Splendid_Data
│ ├── Splendid_Data.json
│ ├── Striim
│ ├── Striim.json
│ ├── Sysgain
│ ├── Sysgain.json
│ ├── Turbonomic
│ ├── Turbonomic.json
│ ├── Unify_Cloud
│ ├── Unify_Cloud.json
│ ├── Unravel
│ ├── Unravel.json
│ ├── Wipro
│ ├── Wipro.json
│ ├── Zen3
│ ├── Zen3.json
│ ├── _readme.md
│ ├── credativ
│ ├── credativ.json
│ ├── rhipe
│ └── rhipe.json
├── readme
├── scenarios
│ ├── _readme
│ ├── access-to-azuresqldb
│ ├── access-to-azuresqldb.json
│ ├── access-to-sqlserver
│ ├── access-to-sqlserver.json
│ ├── azuretable-to-cosmos
│ ├── azuretable-to-cosmos.json
│ ├── cassandra-to-cosmos
│ ├── cassandra-to-cosmos.json
│ ├── db2-to-azuresqldb
│ ├── db2-to-azuresqldb.json
│ ├── db2-to-sqlserver
│ ├── db2-to-sqlserver.json
│ ├── mariadb-to-azuremariadb
│ ├── mariadb-to-azuremariadb.json
│ ├── mongo-to-cosmos
│ ├── mongo-to-cosmos.json
│ ├── mysql-to-azuremysql
│ ├── mysql-to-azuremysql.json
│ ├── mysql-to-azuresqldb
│ ├── mysql-to-azuresqldb.json
│ ├── mysql-to-sqlserver
│ ├── mysql-to-sqlserver.json
│ ├── oracle-to-azurepostgresql
│ ├── oracle-to-azurepostgresql.json
│ ├── oracle-to-azuresqldb
│ ├── oracle-to-azuresqldb.json
│ ├── oracle-to-sqldw
│ ├── oracle-to-sqldw.json
│ ├── oracle-to-sqlserver
│ ├── oracle-to-sqlserver.json
│ ├── postgresql-to-azurepostgresql
│ ├── postgresql-to-azurepostgresql.json
│ ├── sql-to-azuresqldb
│ ├── sql-to-azuresqldb.json
│ ├── sql-to-azuresqldbmi
│ ├── sql-to-azuresqldbmi.json
│ ├── sql-to-sqldw
│ ├── sql-to-sqldw.json
│ ├── sql-to-sqlserver
│ ├── sql-to-sqlserver.json
│ ├── sql-to-sqlvm
│ ├── sql-to-sqlvm.json
│ ├── sybase-to-azuresqldb
│ ├── sybase-to-azuresqldb.json
│ ├── sybase-to-sqlserver
│ └── sybase-to-sqlserver.json
├── site-config.json
├── siteConfig
└── steps
│ ├── AccessDiscover
│ ├── AccessToSql-Pre-Mig
│ ├── AccessToSqlAssessment
│ ├── AccessToSqlDataSyncAndCutover
│ ├── AccessToSqlDb-Pre-Mig
│ ├── AccessToSqlDbAssessment
│ ├── AccessToSqlDbDataSyncAndCutover
│ ├── AccessToSqlDbMigration
│ ├── AccessToSqlMigration
│ ├── AzureBenefitsStatic
│ ├── AzureMariaDBRationaleStatic
│ ├── AzureMySQLMigration
│ ├── AzureMySqlOptimization
│ ├── AzureMySqlRationaleStatic
│ ├── AzureTableCosmosMigration
│ ├── CassandraCosmosMigration
│ ├── CosmosDbRationaleStatic
│ ├── Cutover
│ ├── DB2ToSqlAssessment
│ ├── DB2ToSqlDbAssessment
│ ├── DB2ToSqlDbMigration
│ ├── DB2ToSqlDiscover
│ ├── DB2ToSqlMigration
│ ├── Db2ToSql-Pre-Mig
│ ├── Db2ToSqlDataSyncAndCutover
│ ├── Db2ToSqlDb-Pre-Mig
│ ├── Db2ToSqlDbDataSyncAndCutover
│ ├── DbMigrationProcessOverviewStatic
│ ├── DbMigrationSqlToSqlProcessOverviewStatic
│ ├── LookingForRecommendationStatic
│ ├── MariaDBToAzureMariaDB-GetStarted
│ ├── MariaDBToAzureMariaDB-Mig
│ ├── MariaDBToAzureMariaDB-Post-Mig
│ ├── MariaDBToAzureMariaDB-Pre-Mig
│ ├── MariaDBToAzureMariaDB-mysqldump
│ ├── MariaDBToAzureMariaDB-phpMyAdmin
│ ├── MariaDBToAzureMariaDBAssess
│ ├── MariaDBToAzureMariaDBConvert
│ ├── MariaDBToAzureMariaDBDiscover
│ ├── MariaDBToAzureMariaDBOptimize
│ ├── MariaDBToAzureMariaDBPerformTests
│ ├── MariaDBToAzureMariaDBRemediateApps
│ ├── MigrationOverviewStatic
│ ├── MigrationRationaleStatic
│ ├── MongoToCosmos-Mig
│ ├── MongoToCosmos-Post-Mig
│ ├── MongoToCosmos-Pre-Mig
│ ├── MySqlToAzureMySql-GetStarted
│ ├── MySqlToAzureMySql-Pre-Mig
│ ├── MySqlToAzureMySqlDataMigration_OLD
│ ├── MySqlToAzureMySqlDataSyncAndCutover
│ ├── MySqlToAzureMySqlEvaluation
│ ├── MySqlToAzureMySqlRollback
│ ├── MySqlToAzureMySqlSchemaandDataMigration
│ ├── MySqlToSql-Pre-Mig
│ ├── MySqlToSqlAssessment
│ ├── MySqlToSqlDataSyncAndCutover
│ ├── MySqlToSqlDb-Pre-Mig
│ ├── MySqlToSqlDbAssessment
│ ├── MySqlToSqlDbDataSyncAndCutover_DmsPreview
│ ├── MySqlToSqlDbMigration
│ ├── MySqlToSqlDiscover
│ ├── MySqlToSqlMigration
│ ├── NoConvert
│ ├── NoCutover
│ ├── NoDataSync
│ ├── NoDataSyncOrCutover
│ ├── NoDataSyncOrCutover_DmsPreview
│ ├── OnPremVsCloud
│ ├── Optimization
│ ├── OracleToAzurePg-Assessment
│ ├── OracleToAzurePg-Convert
│ ├── OracleToAzurePg-DataSyncAndCutover
│ ├── OracleToAzurePg-Discover
│ ├── OracleToAzurePg-GetStarted
│ ├── OracleToAzurePg-Optimization
│ ├── OracleToAzurePg-PerformTests
│ ├── OracleToAzurePg-Pre-Mig
│ ├── OracleToAzurePg-RemediateApps
│ ├── OracleToAzurePg-SchemaAndDataMigration
│ ├── OracleToAzurePostgreSqlMigration
│ ├── OracleToSql-GetStarted
│ ├── OracleToSql-Pre-Mig
│ ├── OracleToSqlAssessment
│ ├── OracleToSqlDataSyncAndCutover
│ ├── OracleToSqlDb-GetStarted
│ ├── OracleToSqlDb-Pre-Mig
│ ├── OracleToSqlDbAssessment
│ ├── OracleToSqlDbDataSyncAndCutover
│ ├── OracleToSqlDbMigration
│ ├── OracleToSqlDiscover
│ ├── OracleToSqlDwMigrate
│ ├── OracleToSqlMigration
│ ├── PerformTests
│ ├── PostgreSqlOptimization
│ ├── PostgreSqlRationaleStatic
│ ├── PostgreSqlToAzurePostgreSql-GetStarted
│ ├── PostgreSqlToAzurePostgreSql-Pre-Mig
│ ├── PostgreSqlToAzurePostgreSqlDataSyncAndCutover
│ ├── PostgreSqlToAzurePostgreSqlEvaluation
│ ├── PostgreSqlToAzurePostgreSqlSchemaDataMigration
│ ├── ProductLicensing
│ ├── QuickSteps
│ ├── RemediateApps
│ ├── SapAseToSql-Pre-Mig
│ ├── SapAseToSqlAssessment
│ ├── SapAseToSqlDataSyncAndCutover
│ ├── SapAseToSqlDb-Pre-Mig
│ ├── SapAseToSqlDbAssessment
│ ├── SapAseToSqlDbDataSyncAndCutover
│ ├── SapAseToSqlDbMigration
│ ├── SapAseToSqlMigration
│ ├── Sql2017RationaleStatic
│ ├── SqlDbMiRationaleStatic
│ ├── SqlDbOptimization
│ ├── SqlDbRationaleStatic
│ ├── SqlDwRationaleStatic
│ ├── SqlOptimization
│ ├── SqlOverview
│ ├── SqlPerformTests
│ ├── SqlQuickSteps
│ ├── SqlRemediateApps
│ ├── SqlToSql-GetStarted
│ ├── SqlToSql-Pre-Mig
│ ├── SqlToSqlAssessment
│ ├── SqlToSqlDb-GetStarted
│ ├── SqlToSqlDb-Pre-Mig
│ ├── SqlToSqlDbAssessment
│ ├── SqlToSqlDbDataMigration
│ ├── SqlToSqlDbDataSyncAndCutover
│ ├── SqlToSqlDbDiscover
│ ├── SqlToSqlDbMi-GetStarted
│ ├── SqlToSqlDbMi-Pre-Mig
│ ├── SqlToSqlDbMiAssessment
│ ├── SqlToSqlDbMiDataSyncAndCutover
│ ├── SqlToSqlDbMiDiscover
│ ├── SqlToSqlDbMiNoConvert
│ ├── SqlToSqlDbMiOptimization
│ ├── SqlToSqlDbMiSchemaDataMigration
│ ├── SqlToSqlDbNoConvert
│ ├── SqlToSqlDbOptimization
│ ├── SqlToSqlDbSchemaMigration
│ ├── SqlToSqlDiscover
│ ├── SqlToSqlDwMigrate
│ ├── SqlToSqlMigration
│ ├── SqlToSqlNoConvert
│ ├── SqlToSqlVm-GetStarted
│ ├── SqlToSqlVm-Mig
│ ├── SqlToSqlVm-Pre-Mig
│ ├── SqlVmAssessment
│ ├── SqlVmDiscover
│ ├── SqlVmMigration
│ ├── SqlVmOptimization
│ ├── SqlVmPerformTests
│ ├── SqlVmRationaleStatic
│ ├── SqlVmRemediateApps
│ ├── Template-GetStarted
│ ├── Template-Mig
│ ├── Template-Post-Mig
│ ├── Template-Pre-Mig
│ ├── _readme
│ ├── access-to-azuresqldb
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── access-to-sqlserver
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── azuretable-to-cosmos
│ └── migration-options-to-azure-cosmos-db.md
│ ├── cassandra-to-cosmos
│ └── move-to-azure-cosmos-db.md
│ ├── db2-to-azuresqldb
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── db2-to-sqlserver
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── mariadb-to-azuremariadb
│ ├── before-you-start.md
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── mongo-to-cosmos
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── mysql-to-azuremysql
│ ├── before-you-start.md
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── mysql-to-azuresqldb
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── mysql-to-sqlserver
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── oracle-to-azurepostgresql
│ ├── before-you-start.md
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── oracle-to-azuresqldb
│ ├── before-you-start.md
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── oracle-to-sqldw
│ └── process.md
│ ├── oracle-to-sqlserver
│ ├── before-you-start.md
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── postgresql-to-azurepostgresql
│ ├── before-you-start.md
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── sql-to-azuresqldb
│ ├── before-you-start.md
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── sql-to-azuresqldbmi
│ ├── before-you-start.md
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── sql-to-sqldw
│ └── process.md
│ ├── sql-to-sqlserver
│ ├── before-you-start.md
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── sql-to-sqlvm
│ ├── before-you-start.md
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ ├── sybase-to-azuresqldb
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
│ └── sybase-to-sqlserver
│ ├── migration.md
│ ├── post-migration.md
│ └── pre-migration.md
├── scenarioTemplate
├── siteConfigTemplate
├── sitemap.xml
└── test
├── images
├── OverallMigrationProcess.png
└── readme
├── space file
├── testfile
├── testmarkdown
└── testmarkdownfull
/.gitignore:
--------------------------------------------------------------------------------
1 | .htaccess
2 | css.php
3 | rpc/
4 | sites/site*/admin/
5 | sites/site*/private/
6 | sites/site*/public/admin/
7 | sites/site*/public/setup/
8 | sites/site*/public/theme/
9 | textpattern/
10 | HISTORY.txt
11 | README.txt
12 | .vs/
--------------------------------------------------------------------------------
/actionTemplate:
--------------------------------------------------------------------------------
1 | {
2 | "text": "The text displayed to the user",
3 | "url": "http://theurl.com"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "cSpell.words": [
3 | "azuremariadb",
4 | "mariadb"
5 | ]
6 | }
--------------------------------------------------------------------------------
/en-US/actions/AzureTCO:
--------------------------------------------------------------------------------
1 | {
2 | "text": "Azure TCO Calculator",
3 | "url": "https://www.tco.microsoft.com/?correlationId=3d790b13-7978-444e-8d09-6851ef622618"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/actions/DBBest:
--------------------------------------------------------------------------------
1 | {
2 | "text": "DB Best Database Compare Suite",
3 | "url": "https://www.dbbest.com/products/database-compare-suite/"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/actions/DEADownload:
--------------------------------------------------------------------------------
1 | {
2 | "text": "DEA",
3 | "url": "https://www.microsoft.com/en-us/download/details.aspx?id=54090"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/actions/DMADownload:
--------------------------------------------------------------------------------
1 | {
2 | "text": "DMA",
3 | "url": "https://www.microsoft.com/en-us/download/details.aspx?id=53595"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/actions/MAPToolkit:
--------------------------------------------------------------------------------
1 | {
2 | "text": "MAP Toolkit",
3 | "url": "https://www.microsoft.com/en-us/download/details.aspx?id=7826"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/actions/SSMAForAccessDownload:
--------------------------------------------------------------------------------
1 | {
2 | "text": "SSMA for Access",
3 | "url": "https://www.microsoft.com/en-us/download/details.aspx?id=54255"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/actions/SSMAForDB2Download:
--------------------------------------------------------------------------------
1 | {
2 | "text": "SSMA for DB2",
3 | "url": "https://www.microsoft.com/en-us/download/details.aspx?id=54254"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/actions/SSMAForMySqlDownload:
--------------------------------------------------------------------------------
1 | {
2 | "text": "SSMA for MySQL",
3 | "url": "https://www.microsoft.com/en-us/download/details.aspx?id=54257"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/actions/SSMAForOracleDownload:
--------------------------------------------------------------------------------
1 | {
2 | "text": "SSMA for Oracle",
3 | "url": "https://www.microsoft.com/en-us/download/details.aspx?id=54258"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/actions/SSMAForSybaseDownload:
--------------------------------------------------------------------------------
1 | {
2 | "text": "SSMA for SAP ASE",
3 | "url": "https://www.microsoft.com/en-us/download/details.aspx?id=54256"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/actions/Surpaas:
--------------------------------------------------------------------------------
1 | {
2 | "text": "SurPaaS® MaaS™",
3 | "url": "https://www.corenttech.com/SurPaaS-Migration-As-A-Service.html"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/actions/_readme:
--------------------------------------------------------------------------------
1 | Files related to the actions to take within a scenario (generally links to documents and resources) reside here.
2 |
--------------------------------------------------------------------------------
/en-US/actions/pricingcalculator:
--------------------------------------------------------------------------------
1 | {
2 | "text": "Pricing Calculator",
3 | "url": "https://azure.microsoft.com/en-us/pricing/calculator/?service=sql-database"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/actions/tcocalculator:
--------------------------------------------------------------------------------
1 | {
2 | "text": "TCO Calculator",
3 | "url": "http://sqltcocalculator.azurewebsites.net/#!/"
4 | }
5 |
--------------------------------------------------------------------------------
/en-US/caseStudies/_readme.md:
--------------------------------------------------------------------------------
1 | Files for case studies showcasing a particular migration scenario reside here.
2 |
--------------------------------------------------------------------------------
/en-US/images/1-mysql_RDBMS_Sources.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/1-mysql_RDBMS_Sources.png
--------------------------------------------------------------------------------
/en-US/images/1-postgresql_windows_services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/1-postgresql_windows_services.png
--------------------------------------------------------------------------------
/en-US/images/10-mysql_advanced tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/10-mysql_advanced tab.png
--------------------------------------------------------------------------------
/en-US/images/10-mysql_advanced_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/10-mysql_advanced_tab.png
--------------------------------------------------------------------------------
/en-US/images/11-mysql_migrate_diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/11-mysql_migrate_diagram.png
--------------------------------------------------------------------------------
/en-US/images/12-mysql_table_selection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/12-mysql_table_selection.png
--------------------------------------------------------------------------------
/en-US/images/13-mysql_monitor_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/13-mysql_monitor_tab.png
--------------------------------------------------------------------------------
/en-US/images/2-mysql_RDBMS_Targets.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/2-mysql_RDBMS_Targets.png
--------------------------------------------------------------------------------
/en-US/images/2-postgresql_attunity_new_task.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/2-postgresql_attunity_new_task.png
--------------------------------------------------------------------------------
/en-US/images/3-postgresql_attunity_new_endpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/3-postgresql_attunity_new_endpoint.png
--------------------------------------------------------------------------------
/en-US/images/3_mysql_select_schema.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/3_mysql_select_schema.png
--------------------------------------------------------------------------------
/en-US/images/4-mysql_select_objects.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/4-mysql_select_objects.png
--------------------------------------------------------------------------------
/en-US/images/4-postgresql_attunity_new_test_endpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/4-postgresql_attunity_new_test_endpoint.png
--------------------------------------------------------------------------------
/en-US/images/5-mysql_run_schema_creation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/5-mysql_run_schema_creation.png
--------------------------------------------------------------------------------
/en-US/images/5-postgresql_advanced_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/5-postgresql_advanced_tab.png
--------------------------------------------------------------------------------
/en-US/images/6-mysql_windows_services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/6-mysql_windows_services.png
--------------------------------------------------------------------------------
/en-US/images/6-postgresql_specify_target.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/6-postgresql_specify_target.png
--------------------------------------------------------------------------------
/en-US/images/7-mysql_attunity_new_task.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/7-mysql_attunity_new_task.png
--------------------------------------------------------------------------------
/en-US/images/7-postgresql_table_selection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/7-postgresql_table_selection.png
--------------------------------------------------------------------------------
/en-US/images/8-mysql_attunity_new_endpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/8-mysql_attunity_new_endpoint.png
--------------------------------------------------------------------------------
/en-US/images/8-postgresql_migrate_diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/8-postgresql_migrate_diagram.png
--------------------------------------------------------------------------------
/en-US/images/8-postgresql_monitor_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/8-postgresql_monitor_tab.png
--------------------------------------------------------------------------------
/en-US/images/9-mysql_attunity_new_test_endpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/9-mysql_attunity_new_test_endpoint.png
--------------------------------------------------------------------------------
/en-US/images/9-postgresql_replication_slots.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/9-postgresql_replication_slots.png
--------------------------------------------------------------------------------
/en-US/images/Blitzz_logo_84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Blitzz_logo_84.png
--------------------------------------------------------------------------------
/en-US/images/CAST-logo-cropped_84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/CAST-logo-cropped_84.png
--------------------------------------------------------------------------------
/en-US/images/Cloudamize-Logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Cloudamize-Logo.png
--------------------------------------------------------------------------------
/en-US/images/Convergent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Convergent.png
--------------------------------------------------------------------------------
/en-US/images/DMACreateProject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMACreateProject.png
--------------------------------------------------------------------------------
/en-US/images/DMADeploySchema.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMADeploySchema.png
--------------------------------------------------------------------------------
/en-US/images/DMAGenerateScript.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMAGenerateScript.png
--------------------------------------------------------------------------------
/en-US/images/DMASelectObjects.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMASelectObjects.png
--------------------------------------------------------------------------------
/en-US/images/DMASelectSource.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMASelectSource.png
--------------------------------------------------------------------------------
/en-US/images/DMASelectTarget.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMASelectTarget.png
--------------------------------------------------------------------------------
/en-US/images/DMSAzurePortal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSAzurePortal.png
--------------------------------------------------------------------------------
/en-US/images/DMSDownloadReport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSDownloadReport.png
--------------------------------------------------------------------------------
/en-US/images/DMSMapTargetDB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSMapTargetDB.png
--------------------------------------------------------------------------------
/en-US/images/DMSProjectCreation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSProjectCreation.png
--------------------------------------------------------------------------------
/en-US/images/DMSRunMigration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSRunMigration.png
--------------------------------------------------------------------------------
/en-US/images/DMSServiceCreation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSServiceCreation.png
--------------------------------------------------------------------------------
/en-US/images/DMSSourceStep2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSSourceStep2.png
--------------------------------------------------------------------------------
/en-US/images/DMSSoureStep1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSSoureStep1.png
--------------------------------------------------------------------------------
/en-US/images/DMSSummaryStep.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSSummaryStep.png
--------------------------------------------------------------------------------
/en-US/images/DMSTargetSelectTables.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSTargetSelectTables.png
--------------------------------------------------------------------------------
/en-US/images/DMSTargetStep1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSTargetStep1.png
--------------------------------------------------------------------------------
/en-US/images/DMSTargetSummary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSTargetSummary.png
--------------------------------------------------------------------------------
/en-US/images/DMSportalregisterresourceprovider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSportalregisterresourceprovider.png
--------------------------------------------------------------------------------
/en-US/images/DMSportalselectresourceprovider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSportalselectresourceprovider.png
--------------------------------------------------------------------------------
/en-US/images/DMSportalselectsubscription.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DMSportalselectsubscription.png
--------------------------------------------------------------------------------
/en-US/images/DXC_logo_cropped.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DXC_logo_cropped.png
--------------------------------------------------------------------------------
/en-US/images/DataSunrise_database_security_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/DataSunrise_database_security_logo.png
--------------------------------------------------------------------------------
/en-US/images/Datometry_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Datometry_logo.png
--------------------------------------------------------------------------------
/en-US/images/Derivco.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Derivco.png
--------------------------------------------------------------------------------
/en-US/images/FloatelLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/FloatelLogo.png
--------------------------------------------------------------------------------
/en-US/images/Fotoable-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Fotoable-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/FotoableLogo1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/FotoableLogo1.png
--------------------------------------------------------------------------------
/en-US/images/Fracttal-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Fracttal-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/GeekWire-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/GeekWire-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/GeekWire-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/GeekWire-logo.png
--------------------------------------------------------------------------------
/en-US/images/HVR-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/HVR-logo.png
--------------------------------------------------------------------------------
/en-US/images/HollandAmericaLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/HollandAmericaLogo.png
--------------------------------------------------------------------------------
/en-US/images/Imanis_logo_cropped.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Imanis_logo_cropped.png
--------------------------------------------------------------------------------
/en-US/images/InfosysLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/InfosysLogo.png
--------------------------------------------------------------------------------
/en-US/images/InnovativeSys-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/InnovativeSys-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/InnovativeSys_logo_scaled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/InnovativeSys_logo_scaled.png
--------------------------------------------------------------------------------
/en-US/images/Ispirer_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Ispirer_logo.png
--------------------------------------------------------------------------------
/en-US/images/KDS.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/KDS.png
--------------------------------------------------------------------------------
/en-US/images/Logos/Access.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Logos/Access.png
--------------------------------------------------------------------------------
/en-US/images/Logos/Azure-Table-Storage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Logos/Azure-Table-Storage.png
--------------------------------------------------------------------------------
/en-US/images/Logos/Cassandra_270x160.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Logos/Cassandra_270x160.png
--------------------------------------------------------------------------------
/en-US/images/Logos/DB2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Logos/DB2.png
--------------------------------------------------------------------------------
/en-US/images/Logos/MariaDB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Logos/MariaDB.png
--------------------------------------------------------------------------------
/en-US/images/Logos/Microsoft_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Logos/Microsoft_logo.png
--------------------------------------------------------------------------------
/en-US/images/Logos/MongoDB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Logos/MongoDB.png
--------------------------------------------------------------------------------
/en-US/images/Logos/MySQL.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Logos/MySQL.png
--------------------------------------------------------------------------------
/en-US/images/Logos/PostgreSQL.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Logos/PostgreSQL.png
--------------------------------------------------------------------------------
/en-US/images/Logos/SAP-ASE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Logos/SAP-ASE.png
--------------------------------------------------------------------------------
/en-US/images/Logos/oracle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Logos/oracle.png
--------------------------------------------------------------------------------
/en-US/images/Logos/sql-server.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Logos/sql-server.png
--------------------------------------------------------------------------------
/en-US/images/MPBMigrationFoo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/MPBMigrationFoo.png
--------------------------------------------------------------------------------
/en-US/images/MPBSelectObjects.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/MPBSelectObjects.png
--------------------------------------------------------------------------------
/en-US/images/MigrationLifecycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/MigrationLifecycle.png
--------------------------------------------------------------------------------
/en-US/images/MigrationProcess_New.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/MigrationProcess_New.png
--------------------------------------------------------------------------------
/en-US/images/Morphis_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Morphis_logo.png
--------------------------------------------------------------------------------
/en-US/images/Movere_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Movere_logo.png
--------------------------------------------------------------------------------
/en-US/images/OracleToAzurePG/ora2pg_architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/OracleToAzurePG/ora2pg_architecture.png
--------------------------------------------------------------------------------
/en-US/images/OverallMigrationProcess.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/OverallMigrationProcess.png
--------------------------------------------------------------------------------
/en-US/images/PTC.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/PTC.png
--------------------------------------------------------------------------------
/en-US/images/PW-logo-text-CMYK1000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/PW-logo-text-CMYK1000.png
--------------------------------------------------------------------------------
/en-US/images/Pactera_logo_small1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Pactera_logo_small1.png
--------------------------------------------------------------------------------
/en-US/images/SBI.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/SBI.png
--------------------------------------------------------------------------------
/en-US/images/SNP_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/SNP_logo.png
--------------------------------------------------------------------------------
/en-US/images/SQLUpgradeProcess.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/SQLUpgradeProcess.png
--------------------------------------------------------------------------------
/en-US/images/SVGIcons/basel-close.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/en-US/images/Satalyst_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Satalyst_logo.png
--------------------------------------------------------------------------------
/en-US/images/SentryOne-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/SentryOne-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/SocialIcons/gitter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/SocialIcons/gitter.jpg
--------------------------------------------------------------------------------
/en-US/images/Splendid_Data_logo_cropped1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Splendid_Data_logo_cropped1.png
--------------------------------------------------------------------------------
/en-US/images/SqlMigrationProcess.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/SqlMigrationProcess.png
--------------------------------------------------------------------------------
/en-US/images/Striim_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Striim_logo.png
--------------------------------------------------------------------------------
/en-US/images/Sumitomo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Sumitomo.png
--------------------------------------------------------------------------------
/en-US/images/UnifyCloud_logo-84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/UnifyCloud_logo-84.png
--------------------------------------------------------------------------------
/en-US/images/Unravel-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Unravel-220.png
--------------------------------------------------------------------------------
/en-US/images/WtW-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/WtW-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/WtW.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/WtW.png
--------------------------------------------------------------------------------
/en-US/images/Zen3-Logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Zen3-Logo-220.png
--------------------------------------------------------------------------------
/en-US/images/Zen3_Logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/Zen3_Logo.png
--------------------------------------------------------------------------------
/en-US/images/accenture-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/accenture-logo.png
--------------------------------------------------------------------------------
/en-US/images/accessadddb.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/accessadddb.PNG
--------------------------------------------------------------------------------
/en-US/images/accessconnecttosql.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/accessconnecttosql.PNG
--------------------------------------------------------------------------------
/en-US/images/accessconnecttosqlazure.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/accessconnecttosqlazure.PNG
--------------------------------------------------------------------------------
/en-US/images/accessconvertcomplete.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/accessconvertcomplete.PNG
--------------------------------------------------------------------------------
/en-US/images/accessconvertschema.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/accessconvertschema.PNG
--------------------------------------------------------------------------------
/en-US/images/accesscreatereport.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/accesscreatereport.PNG
--------------------------------------------------------------------------------
/en-US/images/accessnewproject.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/accessnewproject.PNG
--------------------------------------------------------------------------------
/en-US/images/accessnewprojectsqlazure.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/accessnewprojectsqlazure.PNG
--------------------------------------------------------------------------------
/en-US/images/accesssamplereport.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/accesssamplereport.PNG
--------------------------------------------------------------------------------
/en-US/images/accessselectdb.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/accessselectdb.PNG
--------------------------------------------------------------------------------
/en-US/images/assessmentreport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/assessmentreport.png
--------------------------------------------------------------------------------
/en-US/images/attunity_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunity_logo.png
--------------------------------------------------------------------------------
/en-US/images/attunityadvancedconnection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunityadvancedconnection.png
--------------------------------------------------------------------------------
/en-US/images/attunityconsole.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunityconsole.png
--------------------------------------------------------------------------------
/en-US/images/attunitydragdrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunitydragdrop.png
--------------------------------------------------------------------------------
/en-US/images/attunityendpointparam.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunityendpointparam.png
--------------------------------------------------------------------------------
/en-US/images/attunitymanageendpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunitymanageendpoint.png
--------------------------------------------------------------------------------
/en-US/images/attunitymonitorlogs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunitymonitorlogs.png
--------------------------------------------------------------------------------
/en-US/images/attunitymonitortask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunitymonitortask.png
--------------------------------------------------------------------------------
/en-US/images/attunitymysqldragdrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunitymysqldragdrop.png
--------------------------------------------------------------------------------
/en-US/images/attunitymysqltableselection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunitymysqltableselection.png
--------------------------------------------------------------------------------
/en-US/images/attunitynewendpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunitynewendpoint.png
--------------------------------------------------------------------------------
/en-US/images/attunitynewtask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunitynewtask.png
--------------------------------------------------------------------------------
/en-US/images/attunitytablelist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunitytablelist.png
--------------------------------------------------------------------------------
/en-US/images/attunitytableselection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunitytableselection.png
--------------------------------------------------------------------------------
/en-US/images/attunitytestconnection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/attunitytestconnection.png
--------------------------------------------------------------------------------
/en-US/images/basel-close.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/en-US/images/capax-logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/capax-logo.jpg
--------------------------------------------------------------------------------
/en-US/images/chevron_left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/en-US/images/chevron_right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/en-US/images/company-logos/Blitzz_logo_84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Blitzz_logo_84.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/CAST-logo-cropped_84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/CAST-logo-cropped_84.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Capita_UK-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Capita_UK-220.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Cloudamize-Logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Cloudamize-Logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Cognizant-220.1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Cognizant-220.1.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Commvault-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Commvault-220.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/DXC_logo_cropped.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/DXC_logo_cropped.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/DataSunrise_database_security_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/DataSunrise_database_security_logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Datometry_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Datometry_logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Fotoable-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Fotoable-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Fracttal-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Fracttal-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/GeekWire-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/GeekWire-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/HVR-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/HVR-logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Imanis_logo_cropped.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Imanis_logo_cropped.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/InfosysLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/InfosysLogo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/InnovativeSys-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/InnovativeSys-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Morphis_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Morphis_logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Movere_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Movere_logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/PW-logo-text-CMYK1000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/PW-logo-text-CMYK1000.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Pactera_logo_small1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Pactera_logo_small1.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/SNP_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/SNP_logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Satalyst_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Satalyst_logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/SentryOne-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/SentryOne-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Splendid_Data_logo_cropped1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Splendid_Data_logo_cropped1.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Striim_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Striim_logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/UnifyCloud_logo-84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/UnifyCloud_logo-84.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Unravel-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Unravel-220.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/WtW-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/WtW-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/Zen3-Logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/Zen3-Logo-220.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/attunity_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/attunity_logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/blueprint_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/blueprint_logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/corent-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/corent-logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/credativ_round_logo2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/credativ_round_logo2.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/dbbest-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/dbbest-logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/fujitsu-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/fujitsu-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/informatica-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/informatica-logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/ispirer_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/ispirer_logo.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/kangaroot-logo-cropped.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/kangaroot-logo-cropped.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/nayatech_migVisor_logo_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/nayatech_migVisor_logo_small.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/querysurge_logo-84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/querysurge_logo-84.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/quest_logo_cropped1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/quest_logo_cropped1.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/rhipe-logo-small_final1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/rhipe-logo-small_final1.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/scalability-experts-logo3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/scalability-experts-logo3.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/simora_logo-84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/simora_logo-84.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/sysgain_logo-84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/sysgain_logo-84.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/tsologic_logo-84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/tsologic_logo-84.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/turbonomic_logo-84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/turbonomic_logo-84.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/vipps-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/vipps-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/company-logos/wipro-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/company-logos/wipro-220.png
--------------------------------------------------------------------------------
/en-US/images/connecttooracle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/connecttooracle.png
--------------------------------------------------------------------------------
/en-US/images/connecttosql.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/connecttosql.png
--------------------------------------------------------------------------------
/en-US/images/convertschema.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/convertschema.png
--------------------------------------------------------------------------------
/en-US/images/convertschemacomplete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/convertschemacomplete.png
--------------------------------------------------------------------------------
/en-US/images/corent-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/corent-logo.png
--------------------------------------------------------------------------------
/en-US/images/createreport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/createreport.png
--------------------------------------------------------------------------------
/en-US/images/credativ-logo-final.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/credativ-logo-final.png
--------------------------------------------------------------------------------
/en-US/images/credativ_round_logo2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/credativ_round_logo2.png
--------------------------------------------------------------------------------
/en-US/images/database-logos/Access.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/database-logos/Access.png
--------------------------------------------------------------------------------
/en-US/images/database-logos/Azure-Table-Storage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/database-logos/Azure-Table-Storage.png
--------------------------------------------------------------------------------
/en-US/images/database-logos/Cassandra.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/database-logos/Cassandra.png
--------------------------------------------------------------------------------
/en-US/images/database-logos/DB2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/database-logos/DB2.png
--------------------------------------------------------------------------------
/en-US/images/database-logos/MariaDB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/database-logos/MariaDB.png
--------------------------------------------------------------------------------
/en-US/images/database-logos/MongoDB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/database-logos/MongoDB.png
--------------------------------------------------------------------------------
/en-US/images/database-logos/MySQL.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/database-logos/MySQL.png
--------------------------------------------------------------------------------
/en-US/images/database-logos/Netezza.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/database-logos/Netezza.png
--------------------------------------------------------------------------------
/en-US/images/database-logos/PostgreSQL.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/database-logos/PostgreSQL.png
--------------------------------------------------------------------------------
/en-US/images/database-logos/SAP-ASE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/database-logos/SAP-ASE.png
--------------------------------------------------------------------------------
/en-US/images/database-logos/Teradata.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/database-logos/Teradata.png
--------------------------------------------------------------------------------
/en-US/images/database-logos/oracle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/database-logos/oracle.png
--------------------------------------------------------------------------------
/en-US/images/database-logos/sql-server.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/database-logos/sql-server.png
--------------------------------------------------------------------------------
/en-US/images/datasunrise-logo-final.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/datasunrise-logo-final.png
--------------------------------------------------------------------------------
/en-US/images/dbbest-logo-final.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dbbest-logo-final.png
--------------------------------------------------------------------------------
/en-US/images/dbbest-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dbbest-logo.png
--------------------------------------------------------------------------------
/en-US/images/deaanalysisinput.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/deaanalysisinput.png
--------------------------------------------------------------------------------
/en-US/images/deacaptureinputs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/deacaptureinputs.png
--------------------------------------------------------------------------------
/en-US/images/deachart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/deachart.png
--------------------------------------------------------------------------------
/en-US/images/deachart1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/deachart1.png
--------------------------------------------------------------------------------
/en-US/images/deaerrorqueries.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/deaerrorqueries.png
--------------------------------------------------------------------------------
/en-US/images/deanewanalysis.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/deanewanalysis.png
--------------------------------------------------------------------------------
/en-US/images/deanewcapture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/deanewcapture.png
--------------------------------------------------------------------------------
/en-US/images/deanewreplay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/deanewreplay.png
--------------------------------------------------------------------------------
/en-US/images/deaqueryplan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/deaqueryplan.png
--------------------------------------------------------------------------------
/en-US/images/dearesolvederrors.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dearesolvederrors.png
--------------------------------------------------------------------------------
/en-US/images/deasummarystats.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/deasummarystats.png
--------------------------------------------------------------------------------
/en-US/images/deathreshold.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/deathreshold.jpg
--------------------------------------------------------------------------------
/en-US/images/dialog-assets/MigrationProcess_New.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dialog-assets/MigrationProcess_New.png
--------------------------------------------------------------------------------
/en-US/images/dma-assessment-source.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dma-assessment-source.png
--------------------------------------------------------------------------------
/en-US/images/dma-assessments.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dma-assessments.png
--------------------------------------------------------------------------------
/en-US/images/dma-create-project.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dma-create-project.png
--------------------------------------------------------------------------------
/en-US/images/dma-schema-deploy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dma-schema-deploy.png
--------------------------------------------------------------------------------
/en-US/images/dma-schema-script.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dma-schema-script.png
--------------------------------------------------------------------------------
/en-US/images/dma-source-connect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dma-source-connect.png
--------------------------------------------------------------------------------
/en-US/images/dma-target-connect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dma-target-connect.png
--------------------------------------------------------------------------------
/en-US/images/dmaadddb.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaadddb.bmp
--------------------------------------------------------------------------------
/en-US/images/dmaadddb_Azure_SQL_DB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaadddb_Azure_SQL_DB.png
--------------------------------------------------------------------------------
/en-US/images/dmaassessment.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaassessment.bmp
--------------------------------------------------------------------------------
/en-US/images/dmaassessmentresults.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaassessmentresults.bmp
--------------------------------------------------------------------------------
/en-US/images/dmaazuredbconnecttosource.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaazuredbconnecttosource.PNG
--------------------------------------------------------------------------------
/en-US/images/dmaazuredbconnecttotarget.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaazuredbconnecttotarget.PNG
--------------------------------------------------------------------------------
/en-US/images/dmaazuredbdeployschema.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaazuredbdeployschema.PNG
--------------------------------------------------------------------------------
/en-US/images/dmaazuredbgeneratescript.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaazuredbgeneratescript.PNG
--------------------------------------------------------------------------------
/en-US/images/dmaazuredbmigratedata.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaazuredbmigratedata.PNG
--------------------------------------------------------------------------------
/en-US/images/dmaazuredbnewproject.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaazuredbnewproject.PNG
--------------------------------------------------------------------------------
/en-US/images/dmaazuredbselectobjects.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaazuredbselectobjects.PNG
--------------------------------------------------------------------------------
/en-US/images/dmaazuredbselecttables.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaazuredbselecttables.PNG
--------------------------------------------------------------------------------
/en-US/images/dmacompatissues.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmacompatissues.png
--------------------------------------------------------------------------------
/en-US/images/dmaconnecttosource_Azure_SQL_DB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaconnecttosource_Azure_SQL_DB.png
--------------------------------------------------------------------------------
/en-US/images/dmafeatureparity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmafeatureparity.png
--------------------------------------------------------------------------------
/en-US/images/dmamigrate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmamigrate.png
--------------------------------------------------------------------------------
/en-US/images/dmamigrateadddb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmamigrateadddb.png
--------------------------------------------------------------------------------
/en-US/images/dmamigrateresults.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmamigrateresults.png
--------------------------------------------------------------------------------
/en-US/images/dmanewproject.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmanewproject.bmp
--------------------------------------------------------------------------------
/en-US/images/dmanewproject_Azure_SQL_DB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmanewproject_Azure_SQL_DB.png
--------------------------------------------------------------------------------
/en-US/images/dmareportoptions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmareportoptions.png
--------------------------------------------------------------------------------
/en-US/images/dmareportoptions_Azure_SQL_DB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmareportoptions_Azure_SQL_DB.png
--------------------------------------------------------------------------------
/en-US/images/dmaselectlogins.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmaselectlogins.png
--------------------------------------------------------------------------------
/en-US/images/dmasourcetarget.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dmasourcetarget.png
--------------------------------------------------------------------------------
/en-US/images/dms-activity-status1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-activity-status1.png
--------------------------------------------------------------------------------
/en-US/images/dms-completed-activity1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-completed-activity1.png
--------------------------------------------------------------------------------
/en-US/images/dms-configuration1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-configuration1.png
--------------------------------------------------------------------------------
/en-US/images/dms-configure-setting-activity1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-configure-setting-activity1.png
--------------------------------------------------------------------------------
/en-US/images/dms-create-project1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-create-project1.png
--------------------------------------------------------------------------------
/en-US/images/dms-create1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-create1.png
--------------------------------------------------------------------------------
/en-US/images/dms-instance-search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-instance-search.png
--------------------------------------------------------------------------------
/en-US/images/dms-map-targets-activity1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-map-targets-activity1.png
--------------------------------------------------------------------------------
/en-US/images/dms-new-activity1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-new-activity1.png
--------------------------------------------------------------------------------
/en-US/images/dms-run-migration1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-run-migration1.png
--------------------------------------------------------------------------------
/en-US/images/dms-search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-search.png
--------------------------------------------------------------------------------
/en-US/images/dms-select-source-db1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-select-source-db1.png
--------------------------------------------------------------------------------
/en-US/images/dms-select-target1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-select-target1.png
--------------------------------------------------------------------------------
/en-US/images/dms-settings1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-settings1.png
--------------------------------------------------------------------------------
/en-US/images/dms-source-details1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-source-details1.png
--------------------------------------------------------------------------------
/en-US/images/dms-summary1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dms-summary1.png
--------------------------------------------------------------------------------
/en-US/images/dsp-logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/dsp-logo.jpg
--------------------------------------------------------------------------------
/en-US/images/finance-expires-1-19-2019.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/finance-expires-1-19-2019.png
--------------------------------------------------------------------------------
/en-US/images/fracttal-logo.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/fracttal-logo.PNG
--------------------------------------------------------------------------------
/en-US/images/fujitsu-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/fujitsu-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/fujitsu-logo-final.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/fujitsu-logo-final.png
--------------------------------------------------------------------------------
/en-US/images/fujitsu_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/fujitsu_logo.png
--------------------------------------------------------------------------------
/en-US/images/griddable-logo-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/griddable-logo-small.png
--------------------------------------------------------------------------------
/en-US/images/griddable-logo-small1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/griddable-logo-small1.png
--------------------------------------------------------------------------------
/en-US/images/healthcare.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/healthcare.png
--------------------------------------------------------------------------------
/en-US/images/informatica-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/informatica-logo.png
--------------------------------------------------------------------------------
/en-US/images/kangaroot-logo-cropped.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/kangaroot-logo-cropped.png
--------------------------------------------------------------------------------
/en-US/images/manufacturing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/manufacturing.png
--------------------------------------------------------------------------------
/en-US/images/mapcollectinventorydata.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapcollectinventorydata.png
--------------------------------------------------------------------------------
/en-US/images/mapdatacollectionsummary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapdatacollectionsummary.png
--------------------------------------------------------------------------------
/en-US/images/mapdiscoverycreds.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapdiscoverycreds.png
--------------------------------------------------------------------------------
/en-US/images/mapdiscoverycredsindividual.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapdiscoverycredsindividual.png
--------------------------------------------------------------------------------
/en-US/images/mapdiscoverycredsorder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapdiscoverycredsorder.png
--------------------------------------------------------------------------------
/en-US/images/mapdiscoverycredsorder2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapdiscoverycredsorder2.png
--------------------------------------------------------------------------------
/en-US/images/mapdiscoverymethods.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapdiscoverymethods.png
--------------------------------------------------------------------------------
/en-US/images/mapdiscoverysummary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapdiscoverysummary.png
--------------------------------------------------------------------------------
/en-US/images/mapexcelreport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapexcelreport.png
--------------------------------------------------------------------------------
/en-US/images/mapexcelreportdone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapexcelreportdone.png
--------------------------------------------------------------------------------
/en-US/images/mapinventorywizard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapinventorywizard.png
--------------------------------------------------------------------------------
/en-US/images/mapinventorywizard_oracle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapinventorywizard_oracle.png
--------------------------------------------------------------------------------
/en-US/images/maporacleoverview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/maporacleoverview.png
--------------------------------------------------------------------------------
/en-US/images/mapoverview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapoverview.png
--------------------------------------------------------------------------------
/en-US/images/mapselectdb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapselectdb.png
--------------------------------------------------------------------------------
/en-US/images/mapselectdboverview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mapselectdboverview.png
--------------------------------------------------------------------------------
/en-US/images/mi1-portal-select-subscription.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi1-portal-select-subscription.png
--------------------------------------------------------------------------------
/en-US/images/mi10-dms-target-details.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi10-dms-target-details.png
--------------------------------------------------------------------------------
/en-US/images/mi11-dms-create-new-activity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi11-dms-create-new-activity.png
--------------------------------------------------------------------------------
/en-US/images/mi12-dms-select-source-databases.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi12-dms-select-source-databases.png
--------------------------------------------------------------------------------
/en-US/images/mi13-dms-configure-migration-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi13-dms-configure-migration-settings.png
--------------------------------------------------------------------------------
/en-US/images/mi14-dms-migration-summary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi14-dms-migration-summary.png
--------------------------------------------------------------------------------
/en-US/images/mi15-dms-monitor-migration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi15-dms-monitor-migration.png
--------------------------------------------------------------------------------
/en-US/images/mi2-portal-select-resource-provider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi2-portal-select-resource-provider.png
--------------------------------------------------------------------------------
/en-US/images/mi3-portal-register-resource-provider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi3-portal-register-resource-provider.png
--------------------------------------------------------------------------------
/en-US/images/mi4-portal-marketplace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi4-portal-marketplace.png
--------------------------------------------------------------------------------
/en-US/images/mi5-dms-create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi5-dms-create.png
--------------------------------------------------------------------------------
/en-US/images/mi6-dms-create-service.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi6-dms-create-service.png
--------------------------------------------------------------------------------
/en-US/images/mi7-dms-create-project.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi7-dms-create-project.png
--------------------------------------------------------------------------------
/en-US/images/mi8-dms-source-details.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi8-dms-source-details.png
--------------------------------------------------------------------------------
/en-US/images/mi9-dms-source-database.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mi9-dms-source-database.png
--------------------------------------------------------------------------------
/en-US/images/migratedata.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/migratedata.png
--------------------------------------------------------------------------------
/en-US/images/migrationcomplete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/migrationcomplete.png
--------------------------------------------------------------------------------
/en-US/images/migrationreport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/migrationreport.png
--------------------------------------------------------------------------------
/en-US/images/mongo-create-collection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mongo-create-collection.png
--------------------------------------------------------------------------------
/en-US/images/mongo-create-collection2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mongo-create-collection2.png
--------------------------------------------------------------------------------
/en-US/images/mongo-create-cosmos-account.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mongo-create-cosmos-account.png
--------------------------------------------------------------------------------
/en-US/images/mongo-create-db.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mongo-create-db.png
--------------------------------------------------------------------------------
/en-US/images/mongo-data-explorer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mongo-data-explorer.png
--------------------------------------------------------------------------------
/en-US/images/mongo-quick-start.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mongo-quick-start.png
--------------------------------------------------------------------------------
/en-US/images/mongo-selection-string.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/mongo-selection-string.png
--------------------------------------------------------------------------------
/en-US/images/nayatech_migVisor_logo_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/nayatech_migVisor_logo_small.png
--------------------------------------------------------------------------------
/en-US/images/newproject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/newproject.png
--------------------------------------------------------------------------------
/en-US/images/portal-marketplace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/portal-marketplace.png
--------------------------------------------------------------------------------
/en-US/images/portal-register-resource-provider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/portal-register-resource-provider.png
--------------------------------------------------------------------------------
/en-US/images/portal-select-resource-provider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/portal-select-resource-provider.png
--------------------------------------------------------------------------------
/en-US/images/portal-select-subscription1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/portal-select-subscription1.png
--------------------------------------------------------------------------------
/en-US/images/pragmatic-works.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/pragmatic-works.png
--------------------------------------------------------------------------------
/en-US/images/professional-services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/professional-services.png
--------------------------------------------------------------------------------
/en-US/images/publishschema.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/publishschema.png
--------------------------------------------------------------------------------
/en-US/images/querysurge-logo1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/querysurge-logo1.png
--------------------------------------------------------------------------------
/en-US/images/querysurge_logo-84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/querysurge_logo-84.png
--------------------------------------------------------------------------------
/en-US/images/quest_logo_cropped.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/quest_logo_cropped.png
--------------------------------------------------------------------------------
/en-US/images/quest_logo_cropped1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/quest_logo_cropped1.png
--------------------------------------------------------------------------------
/en-US/images/retail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/retail.png
--------------------------------------------------------------------------------
/en-US/images/rhipe-logo-small_final1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/rhipe-logo-small_final1.png
--------------------------------------------------------------------------------
/en-US/images/scalability-experts-logo3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scalability-experts-logo3.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/assessmentreport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/assessmentreport.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/connecttosql.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/connecttosql.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/convertschema.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/convertschema.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/convertschemacomplete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/convertschemacomplete.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/createreport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/createreport.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/deacaptureinputs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/deacaptureinputs.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/deathreshold.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/deathreshold.jpg
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/mapdatacollectionsummary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/mapdatacollectionsummary.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/mapdiscoverycreds.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/mapdiscoverycreds.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/mapdiscoverycredsindividual.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/mapdiscoverycredsindividual.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/mapdiscoverymethods.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/mapdiscoverymethods.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/mapdiscoverysummary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/mapdiscoverysummary.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/mapexcelreportdone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/mapexcelreportdone.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/mapoverview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/mapoverview.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/mapselectdb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/mapselectdb.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/mapselectdboverview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/mapselectdboverview.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/migratedata.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/migratedata.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/migrationcomplete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/migrationcomplete.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/migrationreport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/migrationreport.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/publishschema.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/publishschema.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/_shared/typemappings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/_shared/typemappings.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-azuresqldb/accessadddb.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-azuresqldb/accessadddb.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-azuresqldb/accessconnecttosql.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-azuresqldb/accessconnecttosql.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-azuresqldb/accessconnecttosqlazure.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-azuresqldb/accessconnecttosqlazure.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-azuresqldb/accessconvertcomplete.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-azuresqldb/accessconvertcomplete.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-azuresqldb/accessconvertschema.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-azuresqldb/accessconvertschema.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-azuresqldb/accesscreatereport.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-azuresqldb/accesscreatereport.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-azuresqldb/accessnewproject.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-azuresqldb/accessnewproject.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-azuresqldb/accessnewprojectsqlazure.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-azuresqldb/accessnewprojectsqlazure.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-azuresqldb/accesssamplereport.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-azuresqldb/accesssamplereport.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-azuresqldb/accessselectdb.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-azuresqldb/accessselectdb.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-sqlserver/accessadddb.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-sqlserver/accessadddb.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-sqlserver/accessconnecttosql.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-sqlserver/accessconnecttosql.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-sqlserver/accessconvertcomplete.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-sqlserver/accessconvertcomplete.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-sqlserver/accessconvertschema.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-sqlserver/accessconvertschema.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-sqlserver/accesscreatereport.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-sqlserver/accesscreatereport.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-sqlserver/accessnewproject.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-sqlserver/accessnewproject.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-sqlserver/accesssamplereport.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-sqlserver/accesssamplereport.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/access-to-sqlserver/accessselectdb.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/access-to-sqlserver/accessselectdb.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/azuretable-to-cosmos/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/azuretable-to-cosmos/.gitkeep
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/cassandra-to-cosmos/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/cassandra-to-cosmos/.gitkeep
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/db2-to-azuresqldb/ssmadb2connect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/db2-to-azuresqldb/ssmadb2connect.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/db2-to-azuresqldb/ssmadb2newproject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/db2-to-azuresqldb/ssmadb2newproject.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/db2-to-sqlserver/ssmadb2connect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/db2-to-sqlserver/ssmadb2connect.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/db2-to-sqlserver/ssmadb2newproject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/db2-to-sqlserver/ssmadb2newproject.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/mariadb-to-azuremariadb/mariadboverviewblade.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/mariadb-to-azuremariadb/mariadboverviewblade.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/mariadb-to-azuremariadb/mysqlworkbench.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/mariadb-to-azuremariadb/mysqlworkbench.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/mongo-to-cosmos/mongo-create-collection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/mongo-to-cosmos/mongo-create-collection.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/mongo-to-cosmos/mongo-create-cosmos-account.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/mongo-to-cosmos/mongo-create-cosmos-account.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/mongo-to-cosmos/mongo-create-db.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/mongo-to-cosmos/mongo-create-db.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/mongo-to-cosmos/mongo-quick-start.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/mongo-to-cosmos/mongo-quick-start.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/mysql-to-azuremysql/1-mysql_RDBMS_Sources.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/mysql-to-azuremysql/1-mysql_RDBMS_Sources.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/mysql-to-azuremysql/2-mysql_RDBMS_Targets.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/mysql-to-azuremysql/2-mysql_RDBMS_Targets.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/mysql-to-azuremysql/3_mysql_select_schema.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/mysql-to-azuremysql/3_mysql_select_schema.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/mysql-to-azuremysql/4-mysql_select_objects.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/mysql-to-azuremysql/4-mysql_select_objects.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/mysql-to-azuremysql/5-mysql_run_schema_creation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/mysql-to-azuremysql/5-mysql_run_schema_creation.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/mysql-to-azuresqldb/ssmamysqlnewproject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/mysql-to-azuresqldb/ssmamysqlnewproject.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/mysql-to-sqlserver/ssmamysqlnewproject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/mysql-to-sqlserver/ssmamysqlnewproject.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/MigrationLifecycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/MigrationLifecycle.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunityadvancedconnection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunityadvancedconnection.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunityconsole.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunityconsole.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunitydragdrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunitydragdrop.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunityendpointparam.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunityendpointparam.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunitymanageendpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunitymanageendpoint.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunitymonitorlogs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunitymonitorlogs.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunitymonitortask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunitymonitortask.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunitymysqldragdrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunitymysqldragdrop.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunitymysqltableselection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunitymysqltableselection.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunitynewendpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunitynewendpoint.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunitynewtask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunitynewtask.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunitytablelist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunitytablelist.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunitytableselection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunitytableselection.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/attunitytestconnection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/attunitytestconnection.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/sourcesetupparameters.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/sourcesetupparameters.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-ref-step/windowsservices.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-ref-step/windowsservices.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/1-postgresql_windows_services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/1-postgresql_windows_services.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/10-mysql_advanced tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/10-mysql_advanced tab.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/10-mysql_advanced_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/10-mysql_advanced_tab.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/11-mysql_migrate_diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/11-mysql_migrate_diagram.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/12-mysql_table_selection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/12-mysql_table_selection.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/13-mysql_monitor_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/13-mysql_monitor_tab.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/2-postgresql_attunity_new_task.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/2-postgresql_attunity_new_task.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/3-postgresql_attunity_new_endpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/3-postgresql_attunity_new_endpoint.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/4-postgresql_attunity_new_test_endpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/4-postgresql_attunity_new_test_endpoint.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/5-postgresql_advanced_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/5-postgresql_advanced_tab.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/6-mysql_windows_services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/6-mysql_windows_services.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/6-postgresql_specify_target.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/6-postgresql_specify_target.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/7-mysql_attunity_new_task.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/7-mysql_attunity_new_task.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/7-postgresql_table_selection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/7-postgresql_table_selection.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/8-mysql_attunity_new_endpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/8-mysql_attunity_new_endpoint.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/8-postgresql_migrate_diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/8-postgresql_migrate_diagram.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/8-postgresql_monitor_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/8-postgresql_monitor_tab.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/9-mysql_attunity_new_test_endpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/9-mysql_attunity_new_test_endpoint.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/9-postgresql_replication_slots.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/9-postgresql_replication_slots.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMACreateProject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMACreateProject.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMADeploySchema.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMADeploySchema.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMAGenerateScript.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMAGenerateScript.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMASelectObjects.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMASelectObjects.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMASelectSource.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMASelectSource.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMASelectTarget.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMASelectTarget.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSAzurePortal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSAzurePortal.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSDownloadReport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSDownloadReport.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSMapTargetDB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSMapTargetDB.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSProjectCreation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSProjectCreation.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSRunMigration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSRunMigration.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSServiceCreation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSServiceCreation.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSSourceStep2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSSourceStep2.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSSoureStep1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSSoureStep1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSSummaryStep.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSSummaryStep.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSTargetSelectTables.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSTargetSelectTables.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSTargetStep1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSTargetStep1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSTargetSummary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSTargetSummary.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSportalregisterresourceprovider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSportalregisterresourceprovider.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSportalselectresourceprovider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSportalselectresourceprovider.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/DMSportalselectsubscription.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/DMSportalselectsubscription.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/MPBMigrationFoo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/MPBMigrationFoo.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/MPBSelectObjects.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/MPBSelectObjects.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/OverallMigrationProcess.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/OverallMigrationProcess.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/SQLUpgradeProcess.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/SQLUpgradeProcess.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/SqlMigrationProcess.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/SqlMigrationProcess.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/deachart1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/deachart1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/deaqueryplan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/deaqueryplan.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dearesolvederrors.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dearesolvederrors.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dma-assessment-source.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dma-assessment-source.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dma-assessments.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dma-assessments.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dma-create-project.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dma-create-project.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dma-schema-deploy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dma-schema-deploy.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dma-schema-script.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dma-schema-script.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dma-source-connect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dma-source-connect.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dma-target-connect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dma-target-connect.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmaadddb_Azure_SQL_DB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmaadddb_Azure_SQL_DB.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmaazuredbconnecttosource.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmaazuredbconnecttosource.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmaazuredbconnecttotarget.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmaazuredbconnecttotarget.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmaazuredbdeployschema.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmaazuredbdeployschema.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmaazuredbgeneratescript.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmaazuredbgeneratescript.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmaazuredbmigratedata.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmaazuredbmigratedata.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmaazuredbnewproject.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmaazuredbnewproject.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmaazuredbselectobjects.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmaazuredbselectobjects.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmaazuredbselecttables.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmaazuredbselecttables.PNG
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmacompatissues.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmacompatissues.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmaconnecttosource_Azure_SQL_DB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmaconnecttosource_Azure_SQL_DB.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmafeatureparity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmafeatureparity.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmanewproject_Azure_SQL_DB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmanewproject_Azure_SQL_DB.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmareportoptions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmareportoptions.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dmareportoptions_Azure_SQL_DB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dmareportoptions_Azure_SQL_DB.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-activity-status1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-activity-status1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-completed-activity1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-completed-activity1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-configuration1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-configuration1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-configure-setting-activity1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-configure-setting-activity1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-create-project1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-create-project1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-create1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-create1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-instance-search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-instance-search.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-map-targets-activity1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-map-targets-activity1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-new-activity1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-new-activity1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-run-migration1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-run-migration1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-search.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-select-source-db1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-select-source-db1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-select-target1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-select-target1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-settings1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-settings1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-source-details1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-source-details1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/dms-summary1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/dms-summary1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/finance-expires-1-19-2019.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/finance-expires-1-19-2019.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/healthcare.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/healthcare.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/manufacturing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/manufacturing.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi1-portal-select-subscription.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi1-portal-select-subscription.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi10-dms-target-details.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi10-dms-target-details.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi11-dms-create-new-activity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi11-dms-create-new-activity.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi12-dms-select-source-databases.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi12-dms-select-source-databases.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi13-dms-configure-migration-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi13-dms-configure-migration-settings.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi14-dms-migration-summary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi14-dms-migration-summary.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi15-dms-monitor-migration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi15-dms-monitor-migration.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi2-portal-select-resource-provider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi2-portal-select-resource-provider.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi3-portal-register-resource-provider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi3-portal-register-resource-provider.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi4-portal-marketplace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi4-portal-marketplace.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi5-dms-create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi5-dms-create.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi6-dms-create-service.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi6-dms-create-service.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi7-dms-create-project.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi7-dms-create-project.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi8-dms-source-details.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi8-dms-source-details.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mi9-dms-source-database.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mi9-dms-source-database.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mongo-create-collection2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mongo-create-collection2.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mongo-data-explorer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mongo-data-explorer.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/mongo-selection-string.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/mongo-selection-string.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/portal-marketplace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/portal-marketplace.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/portal-register-resource-provider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/portal-register-resource-provider.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/portal-select-resource-provider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/portal-select-resource-provider.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/portal-select-subscription1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/portal-select-subscription1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/professional-services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/professional-services.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/querysurge-logo1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/querysurge-logo1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/retail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/retail.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/software1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/software1.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/ssmasapconnect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/ssmasapconnect.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/ssmasapnewproject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/ssmasapnewproject.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/telecommunications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/telecommunications.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/no-references/travel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/no-references/travel.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/oracle-to-azurepostgresql/ora2pg_architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/oracle-to-azurepostgresql/ora2pg_architecture.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/oracle-to-azuresqldb/connecttooracle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/oracle-to-azuresqldb/connecttooracle.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/oracle-to-azuresqldb/newproject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/oracle-to-azuresqldb/newproject.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/oracle-to-sqldw/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/oracle-to-sqldw/.gitkeep
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/oracle-to-sqlserver/connecttooracle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/oracle-to-sqlserver/connecttooracle.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/oracle-to-sqlserver/mapdiscoverycredsorder2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/oracle-to-sqlserver/mapdiscoverycredsorder2.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/oracle-to-sqlserver/mapinventorywizard_oracle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/oracle-to-sqlserver/mapinventorywizard_oracle.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/oracle-to-sqlserver/maporacleoverview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/oracle-to-sqlserver/maporacleoverview.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/oracle-to-sqlserver/newproject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/oracle-to-sqlserver/newproject.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/postgresql-to-azurepostgresql/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/postgresql-to-azurepostgresql/.gitkeep
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-azuresqldb/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-azuresqldb/.gitkeep
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-azuresqldbmi/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-azuresqldbmi/.gitkeep
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqldw/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqldw/.gitkeep
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/deaanalysisinput.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/deaanalysisinput.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/deachart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/deachart.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/deaerrorqueries.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/deaerrorqueries.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/deanewanalysis.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/deanewanalysis.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/deanewcapture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/deanewcapture.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/deanewreplay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/deanewreplay.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/deasummarystats.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/deasummarystats.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/dmaadddb.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/dmaadddb.bmp
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/dmaassessment.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/dmaassessment.bmp
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/dmaassessmentresults.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/dmaassessmentresults.bmp
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/dmamigrate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/dmamigrate.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/dmamigrateadddb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/dmamigrateadddb.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/dmamigrateresults.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/dmamigrateresults.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/dmanewproject.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/dmanewproject.bmp
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/dmaselectlogins.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/dmaselectlogins.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/dmasourcetarget.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/dmasourcetarget.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/mapcollectinventorydata.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/mapcollectinventorydata.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/mapdiscoverycredsorder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/mapdiscoverycredsorder.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/mapexcelreport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/mapexcelreport.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlserver/mapinventorywizard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlserver/mapinventorywizard.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/deaanalysisinput.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/deaanalysisinput.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/deachart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/deachart.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/deaerrorqueries.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/deaerrorqueries.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/deanewanalysis.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/deanewanalysis.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/deanewcapture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/deanewcapture.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/deanewreplay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/deanewreplay.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/deasummarystats.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/deasummarystats.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/dmaadddb.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/dmaadddb.bmp
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/dmaassessment.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/dmaassessment.bmp
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/dmaassessmentresults.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/dmaassessmentresults.bmp
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/dmamigrate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/dmamigrate.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/dmamigrateadddb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/dmamigrateadddb.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/dmamigrateresults.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/dmamigrateresults.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/dmanewproject.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/dmanewproject.bmp
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/dmaselectlogins.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/dmaselectlogins.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/dmasourcetarget.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/dmasourcetarget.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/mapcollectinventorydata.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/mapcollectinventorydata.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/mapdiscoverycredsorder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/mapdiscoverycredsorder.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/mapexcelreport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/mapexcelreport.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sql-to-sqlvm/mapinventorywizard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sql-to-sqlvm/mapinventorywizard.png
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sybase-to-azuresqldb/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sybase-to-azuresqldb/.gitkeep
--------------------------------------------------------------------------------
/en-US/images/scenario-assets/sybase-to-sqlserver/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/scenario-assets/sybase-to-sqlserver/.gitkeep
--------------------------------------------------------------------------------
/en-US/images/simora_logo-84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/simora_logo-84.png
--------------------------------------------------------------------------------
/en-US/images/software1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/software1.png
--------------------------------------------------------------------------------
/en-US/images/sourcesetupparameters.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/sourcesetupparameters.png
--------------------------------------------------------------------------------
/en-US/images/ssmadb2connect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/ssmadb2connect.png
--------------------------------------------------------------------------------
/en-US/images/ssmadb2newproject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/ssmadb2newproject.png
--------------------------------------------------------------------------------
/en-US/images/ssmamysqlnewproject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/ssmamysqlnewproject.png
--------------------------------------------------------------------------------
/en-US/images/ssmasapconnect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/ssmasapconnect.png
--------------------------------------------------------------------------------
/en-US/images/ssmasapnewproject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/ssmasapnewproject.png
--------------------------------------------------------------------------------
/en-US/images/sysgain_logo-84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/sysgain_logo-84.png
--------------------------------------------------------------------------------
/en-US/images/telecommunications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/telecommunications.png
--------------------------------------------------------------------------------
/en-US/images/travel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/travel.png
--------------------------------------------------------------------------------
/en-US/images/triangles-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/triangles-white.png
--------------------------------------------------------------------------------
/en-US/images/triangles.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/triangles.png
--------------------------------------------------------------------------------
/en-US/images/tsologic_logo-84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/tsologic_logo-84.png
--------------------------------------------------------------------------------
/en-US/images/turbonomic_logo-84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/turbonomic_logo-84.png
--------------------------------------------------------------------------------
/en-US/images/typemappings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/typemappings.png
--------------------------------------------------------------------------------
/en-US/images/ui-assets/Microsoft_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/ui-assets/Microsoft_logo.png
--------------------------------------------------------------------------------
/en-US/images/ui-assets/ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/ui-assets/ajax-loader.gif
--------------------------------------------------------------------------------
/en-US/images/ui-assets/icons/basel-close.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/en-US/images/ui-assets/icons/chevron_left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/en-US/images/ui-assets/icons/chevron_right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/en-US/images/ui-assets/placeholder-case-study.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/ui-assets/placeholder-case-study.png
--------------------------------------------------------------------------------
/en-US/images/ui-assets/social/gitter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/ui-assets/social/gitter.jpg
--------------------------------------------------------------------------------
/en-US/images/ui-assets/triangles-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/ui-assets/triangles-white.png
--------------------------------------------------------------------------------
/en-US/images/ui-assets/triangles.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/ui-assets/triangles.png
--------------------------------------------------------------------------------
/en-US/images/vipps-logo-220.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/vipps-logo-220.png
--------------------------------------------------------------------------------
/en-US/images/vipps_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/vipps_logo.png
--------------------------------------------------------------------------------
/en-US/images/windowsservices.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/en-US/images/windowsservices.png
--------------------------------------------------------------------------------
/en-US/partners/_readme.md:
--------------------------------------------------------------------------------
1 | Files for partners showcasing a Microsoft technology related to a scenario reside here.
2 |
--------------------------------------------------------------------------------
/en-US/readme:
--------------------------------------------------------------------------------
1 | This is where all content in US English will reside
2 |
--------------------------------------------------------------------------------
/en-US/scenarios/_readme:
--------------------------------------------------------------------------------
1 | Files that tie together all the viewable content describing migrating from one source to another reside here.
2 |
--------------------------------------------------------------------------------
/en-US/steps/Cutover:
--------------------------------------------------------------------------------
1 |
2 |
3 | Be sure to prepare a rollback plan should issues be encountered post migration, and ensure that the plan covers the eventual deprecatation of the source.
4 |
--------------------------------------------------------------------------------
/en-US/steps/MariaDBToAzureMariaDB-Post-Mig:
--------------------------------------------------------------------------------
1 |
2 |
3 | After you have successfully completed the Migration stage, you need to go through a series of post-migration tasks to ensure that everything is functioning as smoothly and efficiently as possible.
4 |
--------------------------------------------------------------------------------
/en-US/steps/MariaDBToAzureMariaDBAssess:
--------------------------------------------------------------------------------
1 |
2 |
3 | When the data sources have been identified, the next step is generally to assess the source MariaDB instance(s) migrating to Azure Database for MariaDB to understand the gaps between the source and target instances.
--------------------------------------------------------------------------------
/en-US/steps/MySqlToAzureMySqlRollback:
--------------------------------------------------------------------------------
1 |
2 |
3 | Be sure to prepare a rollback plan should issues be encountered post migration, and ensure that the plan accounts for eventually deprecating the source.
4 |
--------------------------------------------------------------------------------
/en-US/steps/NoConvert:
--------------------------------------------------------------------------------
1 |
2 |
3 | After assessing the source database instance(s) you are migrating, for heterogenous migrations, you need to convert the schema to work in the target environment. Since this is a homogeneous migration, the Convert phase is unnecessary.
4 |
--------------------------------------------------------------------------------
/en-US/steps/OracleToAzurePg-Optimization:
--------------------------------------------------------------------------------
1 |
2 |
3 | The post-migration phase is crucial for reconciling any data accuracy issues and verifying completeness, as well as addressing performance issues with the workload.
4 |
5 |
--------------------------------------------------------------------------------
/en-US/steps/RemediateApps:
--------------------------------------------------------------------------------
1 |
2 |
3 | After the data is migrated to the target environment, all the applications that formerly consumed the source need to start consuming the target. Accomplishing this will in some cases require changes to the applications.
4 |
--------------------------------------------------------------------------------
/en-US/steps/SqlRemediateApps:
--------------------------------------------------------------------------------
1 |
2 |
3 | After the data is migrated to the target environment, all the applications that formerly consumed the source need to start consuming the target. Accomplishing this will in some cases require changes to the applications.
4 |
--------------------------------------------------------------------------------
/en-US/steps/SqlVmRemediateApps:
--------------------------------------------------------------------------------
1 |
2 |
3 | After the data is migrated to the target environment, all the applications that formerly consumed the source need to start consuming the target. Accomplishing this will in some cases require changes to the applications.
4 |
--------------------------------------------------------------------------------
/en-US/steps/Template-Mig:
--------------------------------------------------------------------------------
1 |
2 |
3 | After you have the necessary prerequisites in place and have completed the tasks associated with the **Pre-migration** stage, you are ready to perform the schema and data migration.
4 |
--------------------------------------------------------------------------------
/en-US/steps/Template-Post-Mig:
--------------------------------------------------------------------------------
1 |
2 |
3 | After you have successfully completed the **Migration** stage, you need to go through a series of post-migration tasks to ensure that everything is functioning as smoothly and efficiently as possible.
4 |
--------------------------------------------------------------------------------
/en-US/steps/Template-Pre-Mig:
--------------------------------------------------------------------------------
1 |
2 |
3 | As you prepare for migrating to the cloud, verify that your source environment is supported and that you have addressed any prerequisites. This will help to ensure an efficient and successful migration.
4 |
--------------------------------------------------------------------------------
/en-US/steps/_readme:
--------------------------------------------------------------------------------
1 | Files related to the steps to take within a scenario reside here.
2 |
--------------------------------------------------------------------------------
/test/images/OverallMigrationProcess.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MicrosoftDocs/MigrationPlaybookContent/7cafbecdd98b9fa7082fccb80f91a61f52cec9e1/test/images/OverallMigrationProcess.png
--------------------------------------------------------------------------------
/test/images/readme:
--------------------------------------------------------------------------------
1 | images folder
2 |
--------------------------------------------------------------------------------
/test/space file:
--------------------------------------------------------------------------------
1 |
2 |
3 | ## Can this work?
4 |
--------------------------------------------------------------------------------
/test/testfile:
--------------------------------------------------------------------------------
1 | This is just a test file
2 |
--------------------------------------------------------------------------------
/test/testmarkdown:
--------------------------------------------------------------------------------
1 | Ch-ChangesBowie
2 |
3 | # Heading 1
4 |
5 | ***Bold and Italics***
6 |
7 | 1. Step one
8 | 2. Step two
9 | 3. Step three as 3\.
10 |
--------------------------------------------------------------------------------