Introduction to Service Mesh

Author – Neeraj Kumar, Cloud Engineer Overview Service Mesh is a popular solution managing communication between individual microservices in a microservices application. Service mesh layers on top of your Kubernetes infrastructure and is making communications between services over the network safe and reliable. Think about service mesh like a routing and tracking service for a…

Migrating data from On-Premises MySQL to Azure database for MySQL using DMS

Author- Kriti Bhardwaj(Data Engineer) In this documentation you will learn how to migrate On-premises MySQL to Azure database for MySQL using DMS. Here I have taken demo sample database to migrate with minimal downtime. Pre-requisites: Create Azure database for MySQL. Create a virtual machine. Create DMS. Install MySQL workbench. Both Azure database for MySQL and…

SQL Database Migration to Azure Using Data Migration Assistant (DMA)

SQL Database Migration to Azure Using Data Migration Assistant (DMA)

Data Migration Assistant The Data Migration Assistant is migration tool developed by Microsoft. The Data Migration Assistant (DMA) helps you upgrade to a modern data platform by detecting compatibility issues that can impact database functionality in your new version of SQL Server or Azure SQL database. DMA recommends performance and reliability improvements for your target…

Migarting Different Schemas between Azure SQL database using ADF

Migarting Different Schemas between Azure SQL database using ADF

Author: Ankit Gupta (Associate Data Engineer), Hitesh Srivastava (Associate Data Engineer) This article describes how to migrate selected tables with different schema from one Azure SQL database to another Azure SQL database through Azure Data Factory. Prerequisites: Two Azure SQL databases (Source with a sample database and destination) Azure Data factory SSMS Step 1: Connect…