
Closed
Posted
Paid on delivery
I need our entire on-premise stack—both the SQL Server database and the local web application—moved into Microsoft Azure without disrupting day-to-day use. Here’s the flow I have in mind. First, capture a full backup of the current SQL Server instance, then recreate every schema object, stored procedure, and data set in Azure SQL Database (or a managed instance if that proves cleaner). Once the data layer is live, package the web application and deploy it to Azure App Service, updating all connection strings and configuration so the app speaks to the new cloud database seamlessly. I’d like CI/CD scripts or at least repeatable deployment steps included so future releases are painless. Minimal downtime is important; a short maintenance window after business hours is fine. After deployment we’ll run smoke tests and a quick user-acceptance pass to confirm that authentication, reporting, and every other existing feature behaves exactly as before. Deliverables • Azure SQL Database fully populated and reachable • Web application running on Azure with unchanged functionality • Deployment/rollback scripts or templates and concise hand-over notes Hands-on familiarity with Azure Data Migration Service, SQL Server Migration Assistant, App Service, and Azure DevOps will help you hit the ground running. Let me know how you’d tackle the move and how fast you can get it done.
Project ID: 40682109
49 proposals
Remote project
Active 20 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
49 freelancers are bidding on average ₹11,144 INR for this job

As an experienced developer with a comprehensive background in .NET and Azure, I am well-prepared to tackle your SQL Server and App Azure migration project. My team and I have over 17 years of hands-on familiarity working with the very tools you've mentioned: Azure Data Migration Service, SQL Server Migration Assistant, App Service, and Azure DevOps. This firsthand expertise will help us ensure a seamless transition into the cloud with minimal downtime. In terms of speed and efficiency, we are committed to delivering high-quality results without compromising on timelines. We understand the importance of concurrency within your business operations, and can schedule a maintenance window after business hours for your convenience. Additionally, our detailed approach to documentation means you'll receive comprehensive deployment/rollback scripts or templates and concise hand-over notes for future reference. Moreover, my team’s extensive experience in web, windows, and android development perfectly positions us to handle this migration holistically. We don't just migrate data; we place great emphasis on ensuring all existing functionality remains intact - from connection strings to configurations - so that your app speaks seamlessly with the new cloud database.
₹12,000 INR in 7 days
6.3
6.3

SolutionzHere has migrated 35+ on-prem SQL Server + web apps to Azure (SQL DB/Managed Instance + App Service) with minimal downtime. We’ll backup SQL Server, recreate schemas/procedures/data in Azure, deploy the app to App Service, update configs, and provide CI/CD scripts + rollback templates, followed by smoke/UAT tests. Your budget is tight for this scope; market is ₹45k–90k INR. We propose ₹65,000 INR fixed, 2–3 weeks including a short after-hours cutover window. Question: What’s the current SQL Server version/size (GB) and which web stack is the app on (.NET/Node/PHP) so we can size migration effort and downtime accurately?
₹65,000 INR in 14 days
6.1
6.1

Hi, I can handle the end-to-end migration of your on-premise SQL Server and web application to Azure with minimal downtime and a controlled rollback plan. I’m a Principal-level Software Engineer with 21+ years of experience across .NET, C#, SQL Server, Azure, cloud migrations, and CI/CD. I’ll handle: SQL Server backup, schema, stored procedures & data migration Azure SQL/Managed Instance setup and validation Azure App Service deployment and configuration Connection string/configuration updates CI/CD and repeatable deployment scripts Smoke testing, UAT support, and rollback planning I’ll first assess compatibility and migration strategy, perform a controlled migration, then switch production during the agreed maintenance window. Available to start immediately.
₹10,000 INR in 7 days
5.7
5.7

Hi, Your flow is right and I'd run it close to as written — with one change I'll flag up front. MIGRATION PLAN 1. Assess — Data Migration Assistant against the current SQL Server to surface breaking changes and unsupported features before anything moves. This is where "Azure SQL Database vs Managed Instance" gets decided on evidence rather than preference: if you rely on cross-database queries, SQL Agent jobs, CLR or Service Broker, Managed Instance is the cleaner target and I'll say so. Otherwise Azure SQL Database is cheaper and simpler to run. 2. Data layer — schema and objects via SqlPackage/DACPAC, then data via Azure Database Migration Service in ONLINE mode, so the source stays live and we cut over on a short delta sync rather than a long restore window. Row counts and per-table checksum validation before cutover. 3. App layer — publish to App Service, with connection strings and secrets moved into App Configuration + Key Vault rather than appsettings, and Managed Identity for the SQL connection so no password sits in config at all. Deploy to a staging slot, warm it, then swap. 4. Cutover — after-hours, as you suggested. Sequence: freeze writes, final DMS delta sync, validate, slot swap, smoke test, release. Rollback is a swap back plus your on-prem database still intact and untouched — you are never in a position where the old system is gone. 5. CI/CD — Azure DevOps or GitHub Actions: build, DACPAC deploy with drift detection, app deploy to staging slot, swap on approval, plus the documented rollback path. DELIVERABLES — your three exactly: Azure SQL Database populated and reachable, the web application running on Azure with unchanged functionality, and deployment/rollback scripts with concise handover notes. ONE HONEST NOTE "Minimal downtime" and "zero downtime" are different targets with different price tags. Online DMS migration gets you to a few minutes at cutover, which fits the after-hours window you described. True zero downtime needs read-write splitting and a dual-write period — a materially bigger engagement. I have planned for the former; tell me if you actually need the latter. QUESTIONS 1. What framework and version is the web application? .NET Framework needs a Windows App Service or a small port; .NET Core/8 is straightforward. 2. Database size, and does anything else connect to it — reporting tools, SSIS packages, scheduled jobs? 3. Do you already have an Azure subscription and tenant, or is provisioning part of this? Timeline: 10 days including the assessment, with cutover scheduled at your convenience inside that window. — Davinder, Solidev Electrosoft
₹12,500 INR in 10 days
5.5
5.5

Having worked extensively across the .NET framework, I have a deep-rooted understanding of your migration needs. I have comprehensive experience in executing migrations similar to yours, understanding the most complex challenges involved. My thorough grasp of multiple Azure services including Azure Data Migration Service, SQL Server Migration Assistant, App Service, and Azure DevOps makes me well-poised to hit the ground running from day one. What sets me apart is my agile approach towards solutioning and minimal downtime migration methods. I plan on capturing a full backup of the current SQL Server instance before recreating every schema object, stored procedure, and data set in Azure SQL Database - ensuring no Forex has to be compromised for moving into the cloud. Additionally, I'll package your web application and deploy it to Azure App Service after updating all connection strings for smooth communication with the new cloud database. At each stage, I'll provide CI/CD scripts or repeatable deployment steps so that you can independently handle future releases with ease.
₹10,000 INR in 7 days
5.8
5.8

Hi, Your main challenge is migrating the SQL Server database and web application from on-premise to Azure with minimal downtime and no loss of functionality. I can handle the migration end-to-end while keeping the process repeatable and easy to roll back. I have 16+ years of experience in Azure, AWS, DevOps, SQL Server, cloud migration, CI/CD, and production infrastructure. I can assess the existing SQL Server, select the appropriate Azure SQL Database or Managed Instance, migrate schemas, stored procedures and data, and validate database compatibility. I can also deploy the application to Azure App Service, update connection strings/configuration, configure required Azure services, and implement repeatable deployment using Azure DevOps, CI/CD, or deployment templates. My approach will focus on backup, migration validation, minimal-downtime cutover, rollback readiness, smoke testing, and UAT to ensure authentication, reporting, and existing application functionality continue working as expected. I’m available to start quickly and can discuss the environment through the Freelancer call option. We can finalize the budget after reviewing the application, database size, and migration scope. Best regards, SaD
₹27,000 INR in 7 days
5.3
5.3

Hi, I’m Sahanaj. I’d treat this as a migration with a rollback plan, not simply copying SQL and deploying the app. I’ll assess SQL compatibility, provision Azure SQL/Managed Instance, migrate schema, procedures and data, then deploy the web app to App Service with secure configuration/secrets. Using DMS/SSMA where appropriate, I’ll validate authentication, reports and application workflows, perform an after-hours cutover, and keep the original environment ready for rollback. Timeline: 5–7 business days Price: ₹35,000–₹50,000 fixed — the posted budget is below market for a production migration of this scope. Repeatable deployment steps and handover included.
₹50,000 INR in 7 days
5.5
5.5

Hi there, You need your on-prem SQL Server and web app lifted into Azure with minimal disruption and repeatable deployment steps. I've done exactly this kind of migration before—moving SQL workloads to Azure SQL Database and redeploying the app layer on App Service with connection strings and config updated cleanly. What I'll do: ✅ Capture a full backup of your current SQL Server instance and migrate schema, stored procedures, and data using Azure Data Migration Service or SQL Server Migration Assistant ✅ Deploy the web application to Azure App Service, update all connection strings and configuration, and verify authentication and reporting work as before ✅ Provide CI/CD scripts or repeatable deployment templates plus concise hand-over notes for future releases ✅ Run smoke tests and a quick user-acceptance pass after deployment, with a rollback plan ready if anything goes sideways Skills: ✅ Microsoft Azure (Azure SQL Database, App Service, Azure DevOps) ✅ Microsoft SQL Server migration and administration ✅ CI/CD pipeline setup and deployment scripting ✅ Application packaging and configuration management ✅ Microsoft® Certified: MCSA | MCSE | MCT ✅ 300+ projects delivered, 280+ five-star reviews Why me: I'm available 24 hours and will respond fast—unlimited revisions until you're fully satisfied. Quick question: is your web application .NET-based, and does it rely on any Windows-specific dependencies that might affect the App Service plan choice?
₹5,568 INR in 7 days
5.0
5.0

As a seasoned technology partner with a strong focus on building scalable systems for long-term business success, I am confident that I am the ideal candidate for your SQL Server and App Azure Migration project. I possess hands-on familiarity with Azure Data Migration Service, SQL Server Migration Assistant, App Service, and Azure DevOps - skills that will undeniably facilitate a smooth and efficient transition for your infrastructure. Not only do I have technical expertise in migrating databases to Azure but also in deploying web applications on the Azure platform. This means that I can ensure minimal downtime during the migration and that your web application functions seamlessly post migration. My agile approach to development will guarantee concise hand-over notes and deliverable of deployment/rollback scripts or templates, giving you control over future releases and eliminating potential pain points. Empowering businesses like yours with innovative technological solutions is what drives me. My commitment to delivering reliable projects encompasses conducting comprehensive smoke tests and user-acceptance passes. With me as your technology partner, rest assured that your migration will be conducted professionally without disrupting your daily operations. It would be my privilege to transform your on-premise stack to an efficient cloud-based one that sets a strong foundation for future growth while maintaining unchange functionality.
₹1,500 INR in 4 days
4.2
4.2

Hi, With 15+ years of Azure, SQL Server, DevOps and infrastructure experience, I can migrate your on-premises SQL Server and web application to Azure with a controlled, low-downtime approach. My approach would be: * Assess the existing SQL Server, database compatibility and application dependencies. * Take and validate a complete SQL backup before migration. * Use Azure Database Migration Service / appropriate migration tooling to migrate schema, procedures and data. * Select Azure SQL Database vs. Managed Instance based on compatibility and workload requirements. * Deploy the application to Azure App Service and securely update connection strings/configuration. * Configure Azure DevOps CI/CD with repeatable deployment and rollback procedures. * Perform pre-cutover validation and schedule a short after-hours maintenance window. * Execute smoke testing/UAT covering authentication, reporting and critical workflows. * Provide complete deployment, rollback and handover documentation. I’ll prioritize data integrity, minimal downtime and rollback readiness, rather than treating this as a simple lift-and-shift. I can start with an assessment of your current SQL Server/application architecture and provide a migration plan, timeline and downtime estimate.
₹15,000 INR in 7 days
4.2
4.2

Hi, I can help migrate your on-premise SQL Server database and local web application to Microsoft Azure with minimal downtime and clear rollback steps. My approach will be to first review the current SQL Server instance, database size, stored procedures, schemas, app configuration, connection strings and hosting requirements. Then I’ll plan the migration, move the database to Azure SQL Database or Managed Instance, deploy the web app to Azure App Service, and run smoke/UAT checks. I can help with: * SQL Server backup and migration * Azure SQL Database / Managed Instance setup * Schema, procedure and data migration * Azure App Service deployment * Connection string updates * App configuration changes * Smoke testing * Basic CI/CD or repeatable deployment steps * Rollback planning * Handover documentation Deliverables: * Azure SQL database fully populated * Web application running on Azure * Existing features verified * Deployment/rollback notes * Updated configuration details * Concise handover guide I’ll focus on a careful migration that keeps the application behavior unchanged and limits downtime to an agreed maintenance window. Best regards Ankit
₹7,000 INR in 1 day
4.0
4.0

Drawing from a vast array of development expertise, I am Sumit. and I have extensive knowledge and hands-on experience with Microsoft technologies, specifically in .NET and C# programming languages as well as proven proficiency in working with Microsoft SQL Server. Over the years, I have played a significant role in complex migrations like yours. Fully aware that minimal downtime is paramount to your operations, I offer you an efficient process that doesn't disrupt your day-to-day usage. By capturing comprehensive backups of your SQL Server instance before meticulously recreating every schema object, stored procedure and dataset in Azure SQL Database (or a managed instance), I can ensure seamless data layer transition. Afterward, I will meticulously package the web application and deploy it to Azure App Service, carefully updating all connection strings and configurations to maintain uninterrupted functionality while enabling future releases via CI/CD scripts or repeatable deployment steps. Plus, my thoroughness extends beyond deployment - after migration, we'll run smoke tests and carry out quick user-acceptance pass to ensure authentication, reporting, all existing features perform just as before. Drop me a message let's kickstart this monumental step forward!
₹7,000 INR in 7 days
2.6
2.6

With your SQL Server and App Azure migration project, I'm here to offer you my vast experience as an AI & Cloud Data Engineering Specialist. I've been at the forefront of helping organizations like yours transition their data to the cloud smoothly, ensuring operational continuity without disruption. Specifically, with Azure SQL Database, Azure App Service, and Azure DevOps—the key components of your migration process—I have proven competence and a track record of success. Not only will I diligently capture a full backup of your current SQL Server instance and recreate every vital schema object in Azure SQL Database flawlessly, but also package and deploy your existing web application on Azure App Service with no changes in functionality. Plus, I will make sure all connection strings and configurations are properly updated for seamless communication between the app and the new cloud database. As an advocate for future-proof solutions, I assure you that my unique offering extends beyond simply completing a project. Along with delivering a fully functional cloud-based solution on time with minimum downtime, my value-add is in creating CI/CD scripts or repeatable deployment steps that will empower you to release future updates smoothly—without any pain or disruption.
₹9,200 INR in 3 days
2.7
2.7

I have hands-on experience with Azure migration projects using tools such as Azure Database Migration Service and SQL Server Migration Assistant, ensuring smooth migrations with minimal downtime. I’d be happy to discuss how I can help make your Azure migration seamless, reliable, and efficient.
₹9,000 INR in 7 days
2.7
2.7

Hello, Moving both your SQL Server and web application to Azure with minimal downtime requires a migration plan that protects data integrity and keeps the existing functionality intact. I understand you need: • SQL Server backup, schema, procedures, and data migration • Azure SQL Database or Managed Instance setup • .NET/C# application packaging and Azure App Service deployment • Connection/configuration updates • Repeatable CI/CD deployment and rollback steps • Smoke testing, authentication, reporting, and UAT validation I can handle this with a staged approach: assess the current stack, prepare Azure resources, migrate and validate the database, deploy the application, switch connections during the planned maintenance window, then test and document the final setup. I’m experienced with Azure, .NET/C#, SQL Server, cloud deployments, and CI/CD workflows, with focus on reliable migrations and minimizing production disruption. A few questions: 1. What SQL Server version and database size are you currently running? 2. Which .NET version/framework does the web application use? 3. Do you already have an Azure subscription and DevOps environment? Once confirmed, I can provide a precise migration timeline and milestones. Best regards, Ankit
₹10,700 INR in 3 days
2.2
2.2

Hi-Abror Here From Uzbekistan. "Move Your Entire Stack To Azure" - I can migrate your on-premise stack using Azure SQL, App Service, Azure DevOps, and CI/CD. I can create backups, migrate schemas, procedures, data, configure connections, and deploy the existing .NET application to Azure App Service with minimal downtime safely afterward. I will configure smoke tests, authentication, reporting, rollback procedures, CI/CD deployment steps, and concise handover documentation to support reliable future releases and maintenance with confidence afterward. Would you like Azure SQL Database or Managed Instance evaluated first for compatibility? Looking forward to working with you.
₹7,000 INR in 7 days
1.4
1.4

Hi, I can help migrate your complete on-premise application and SQL Server environment to Microsoft Azure with minimal downtime. My approach would be: * Take and validate a full SQL Server backup * Migrate schemas, stored procedures, and data to Azure SQL * Configure Azure App Service for the web application * Update connection strings and application configuration securely * Set up Azure DevOps CI/CD for repeatable deployments * Perform smoke testing and UAT after migration * Provide rollback/deployment steps and handover documentation I’ll focus on maintaining existing functionality while keeping the production downtime as short as possible. I can also help troubleshoot any compatibility or SQL performance issues that arise during migration. I’m **AWS Certified Developer – Associate** and have cloud deployment and DevOps experience. I’m available to start immediately and can discuss your current on-premise setup before beginning the migration. Thanks!
₹12,500 INR in 2 days
0.3
0.3

Hey, I checked the requirements and this migration is more than simply moving files to Azure, the key is preserving your database structure, stored procedures, application configuration, and existing functionality while keeping downtime to a minimum. I have experience with Azure, SQL Server, Azure SQL, App Service, database migrations, CI/CD, backups, connection configuration, and production deployments. My approach would be to validate a complete SQL backup, assess compatibility, migrate schemas, stored procedures and data using Azure DMS/SSMA, then deploy the application with secure environment configuration and updated database connectivity. I’ll also prepare repeatable deployment/rollback steps and perform smoke and UAT testing for authentication, reporting, and critical workflows. What framework/technology is the existing web application built with? What SQL Server version and approximate database size are you currently running? I can provide a structured migration plan covering staging, validation, cutover, rollback, and final production verification. Let's connect and plan for start. Thanks!
₹12,500 INR in 6 days
0.0
0.0

Hello, Your challenge of migrating the SQL Server database and web application to Azure without disrupting daily operations is clear and crucial. To achieve minimal downtime, I propose the following approach: First, I will capture a full backup of your current SQL Server instance. Next, I'll utilize Azure Data Migration Service to recreate all schema objects, stored procedures, and datasets in Azure SQL Database, ensuring a smooth transition. Once the data layer is operational, I will package the web application for Azure App Service, updating connection strings and configurations for seamless integration. To facilitate ongoing deployments, I'll create CI/CD scripts for streamlined future releases and include comprehensive deployment and rollback templates. After the migration, we will conduct smoke tests and user acceptance testing to verify that all functionalities, including authentication and reporting, are intact. Could you share your preferred timeline for this migration? Kind regards, Soné Joubert
₹3,750 INR in 14 days
0.0
0.0

I will migrate your entire on-premise stack (SQL Server + web app) to Azure. Minimal downtime. Unchanged functionality. Repeatable deployment steps included. My Approach: Database Migration: Full backup of current SQL Server instance. Use Azure Data Migration Service or SQL Server Migration Assistant to recreate schema, stored procedures, and data in Azure SQL Database (or Managed Instance – whichever fits). Validate data integrity and performance post-migration. App Migration: Package web application and deploy to Azure App Service. Update all connection strings and config – app speaks to new cloud database seamlessly. CI/CD & Rollback: Provide Azure DevOps pipelines or repeatable deployment scripts for future releases. Include rollback scripts for safety. Deliverables: Azure SQL Database fully populated and reachable Web application running on Azure with unchanged functionality Deployment/rollback scripts + concise handover notes Timeline: 5-7 days (after business hours maintenance window) Guarantee: Authentication, reporting, and all features behave as before. Minimal downtime. You test before final payment. Ready to start. Share your current stack details and maintenance window preferences.
₹7,000 INR in 3 days
0.0
0.0

Bangalore, India
Member since Apr 2, 2021
₹1500-12500 INR
₹1500-12500 INR
₹12500-37500 INR
₹400-750 INR / hour
₹12500-37500 INR
₹12500-37500 INR
$750-1500 USD
₹12500-37500 INR
₹400-750 INR / hour
₹12500-37500 INR
₹1500-12500 INR
$30-250 USD
₹1500-12500 INR
₹1500-12500 INR
₹750-1250 INR / hour
₹600-1500 INR
₹75000-150000 INR
₹1500-12500 INR
$30-250 USD
₹600-1500 INR