Sequentur Blog
Helping you stay ahead of IT challenges
Real-world IT knowledge from engineers solving problems every day.
Practical IT knowledge for businesses that can’t afford downtime
Cloud migration for remote teams: why it matters more than you think
Short answer: If your team works remotely or hybrid and your infrastructure is still mostly on-premises, the friction your remote workers feel every day – slow VPN, files that take forever to open, the help desk that cannot fix anything without remoting onto a laptop, the office internet outage that knocks fifty people offline – is the cost of an architecture that was designed for an in-office workforce. Cloud migration directly removes most of those friction points, but only if you migrate in the right order. The right order for a remote-driven migration is different from the generic “where do we start” order, because the goal is not just “be in the cloud” – it is “stop forcing remote workers through a single building.”
This article covers why on-premises infrastructure creates specific problems for remote and hybrid teams, how cloud migration changes the day-to-day experience for remote workers (with concrete before-and-after examples), the migration priority order when remote access is the primary driver, the workloads that genuinely change the remote experience (and the ones that do not), a 35-person remote-first SMB worked example, and the 10 mistakes that turn a remote-driven migration into an expensive lateral move.
Remote-team migration drivers at a glance
| Remote-team pain | Root cause | Migration that fixes it |
|---|---|---|
| Slow file open times, especially for big files | Files live on an on-prem file server reached over VPN | File server to SharePoint and OneDrive, or Azure Files |
| Login flow takes 60+ seconds | Authentication round-tripping through on-prem AD | Hybrid identity now, cloud-only identity (Entra ID) eventually |
| VPN is always-on and always blamed | Apps and shares behind the office network, no zero-trust path | Move apps and shares out of the perimeter, then replace VPN with ZTNA |
| Office internet outage takes the whole company down | Office network is the single point of failure for a distributed workforce | Move identity, email, files, and apps out of the office |
| Help desk has to remote in to do almost anything | No cloud-managed endpoint stack, no MDM, no remote support tooling | Endpoint management (Intune or equivalent) before or during migration |
| Onboarding a remote employee takes a week | New laptop has to be shipped, VPN configured, drives mapped, software installed manually | Cloud identity + autopilot/zero-touch provisioning + SaaS apps |
| Security blind spots on home networks | Perimeter security model, but most workers are not behind the perimeter | Zero-trust posture: identity, endpoint, conditional access, MFA |
Each row in this table is a real pain a remote team feels, a real architectural reason it exists, and a real migration that addresses it. The rest of the article expands these into a priority order.
Why on-prem hurts remote teams specifically
On-premises infrastructure was designed around an assumption: most users are in the building, on the local network, behind the firewall, authenticated to the local domain controller. Every part of the architecture – file servers, line-of-business apps, identity, helpdesk tooling, security posture – inherits that assumption.
When the workforce shifts to mostly-remote or hybrid, that assumption breaks in five specific ways.
1. VPN dependency turns one outage into many
If the office VPN is the path to file shares, line-of-business apps, and the on-prem domain controller, then VPN is on the critical path for almost every task. When the VPN concentrator hiccups, your team cannot work. When the office ISP has an outage, your team cannot work. When the on-prem firewall needs an emergency reboot, your team cannot work.
A small business with fifty in-office workers and a flaky VPN does not feel this pain often. A small business with fifty remote workers and a flaky VPN feels it every day – and the help desk gets a flood of tickets that all have the same root cause.
VPN is also the single most common attack path into SMBs in 2025. Ransomware crews routinely buy VPN credentials on criminal markets and use them to land on the internal network as if they were a legitimate remote employee. See VPN vs zero trust network access: what remote businesses should use for the actual replacement options – cloud migration is what makes ZTNA possible, because there is no point in using ZTNA to reach apps that still live behind the same office firewall.
2. Performance gets worse with distance
Opening a 200 MB CAD file from a SharePoint Online tenant takes the same time whether the user is in the office or in another state – cloud delivery is geographically distributed and tuned for the access pattern. Opening that same file from an on-prem file server over VPN can take five times as long, depending on the user’s home internet and how far they are from the office.
Multiply that by the number of files an average worker opens in a day, and the productivity cost is enormous. We have seen SMBs where the average remote employee loses 30 to 60 minutes a day to file-server-over-VPN latency. That is the equivalent of one work day per employee per week, lost to architecture.
The fix is not “faster VPN.” The fix is “the file does not need to come over VPN.”
3. The office becomes a single point of failure for everyone
When 90% of your team works remote, the office is no longer where the business happens – but the on-prem servers still are. If the building loses power, network, or HVAC and the servers go down, every remote worker stops being able to work. The remote workforce inherited the office’s weakest link without inheriting any of its mitigations. The day-to-day version of that same dynamic – the office network feeling slow when it is serving as the gateway for remote users too – is covered in why your small business network is slow and how to fix it.
This is the inverse of how the architecture was supposed to fail. Office buildings are robust environments by design (UPS, generators, climate-controlled server rooms, dedicated business internet). Home offices are not. When the office is critical infrastructure for remote workers, the architecture is upside down.
See what happens to your data if your office burns down or floods for the disaster scenarios this enables, and why offices being on the critical path for distributed workforces is a contingency planning problem.
4. Help desk cannot help without an on-site bridge
Traditional small-business IT runs on physical proximity. Something is wrong with a laptop – someone walks over and looks at it. The printer is broken – someone goes to the printer. The VPN client is misconfigured – someone fixes it on the user’s machine.
Remove the proximity and most of those workflows break. Without a cloud-managed endpoint stack (MDM, RMM, remote-support tooling), a remote help desk has no good way to reach a sick laptop. Tickets pile up. Average resolution time climbs from hours to days. New hires sit unproductive while a laptop is shipped, returned, reshipped.
The endpoint management piece is so critical that we usually recommend it as a prerequisite to cloud migration, not a side effect. See endpoint management for remote teams for the stack and how to support remote employees’ IT issues without being on-site for the operational model that goes with it.
5. Security posture assumes a perimeter that no longer exists
The on-prem security model treats the internal network as trusted. Devices on the LAN talk to servers on the LAN. Strong controls sit at the edge – firewalls, web filters, intrusion detection. Once a user is on the internal network, friction goes down.
That model fails for remote teams because most users are no longer “inside.” VPN is a workaround that pretends users are inside, but it preserves the bad assumption. A compromised home network means a compromised internal network, immediately.
The right model for a remote team is zero-trust: every request is authenticated and authorized regardless of location, device posture is verified at access time, and the network is no longer the boundary. Almost none of that is achievable on a fully on-prem architecture. Cloud migration is what creates the surface area for it. See zero-trust security: what it means for small business for the operational model.
What changes for remote workers after migration
Migration is invisible to most workers when it goes well. What they notice is the day-to-day experience getting better. Concrete examples from real engagements:
Login flow. Before: VPN client launches, prompts for credentials, MFA, then domain authentication, then drive mappings populate over the slow VPN tunnel – 60 to 120 seconds total. After: workers sign in to the laptop with their cloud identity, conditional access checks the device posture, and they are productive in 10 to 15 seconds. No VPN to launch.
Opening a file. Before: open a Word doc on the on-prem file share via VPN – 8 to 20 seconds for a 5 MB document, longer for design files, longer still for poorly-shaped folder hierarchies. After: open the same doc in OneDrive or SharePoint – 1 to 2 seconds, and Office automatically saves to the cloud as the user types. AutoSave is a feature most workers fall in love with within a week.
Collaborating on a document. Before: email a copy back and forth, accept changes, reconcile two parallel edits, find out two days later that the wrong version got sent to a client. After: real-time co-authoring in the cloud, with comments and version history. Saves an SMB an estimated 30 minutes per shared document, on average.
Onboarding a new remote employee. Before: order laptop, ship it, schedule a 90-minute remote setup call, configure VPN and software manually, troubleshoot for two days. After: laptop drop-shipped from vendor, employee unboxes it, signs in with their work identity, autopilot pushes the software automatically, productive on day one. See how to securely set up a new remote employee’s laptop for the full provisioning model.
Getting IT support. Before: call the help desk, wait for someone to ship a temporary loaner, wait for the broken laptop to be shipped back. After: help desk uses RMM and remote-support tooling to reach the laptop in minutes, fixes 80% of issues without shipping anything.
Office internet outage. Before: the entire team stops working until it comes back. After: nobody at the office notices that nobody at the office is working, because nobody needed the office anyway.
These changes compound. A remote worker on a fully migrated environment loses an hour a day less to architectural friction than a remote worker on a VPN-and-file-server architecture. Across a 50-person remote team, that is roughly one full headcount of recovered capacity.
Migration priority when remote access is the driver
The generic cloud migration order from moving your business to the cloud: where to start is identity and email first, then files, then apps, then servers. That order is correct for most SMBs – but when the driver is remote work specifically, the priorities sharpen.
Priority 1: identity (Entra ID, hybrid then cloud-only)
Identity is the biggest lever for remote-team experience. Once users have a cloud identity that works without VPN, every downstream improvement becomes possible. Conditional access, MFA, device posture checks, single sign-on to SaaS apps, fast logins – all of it depends on identity being out of the office.
For most SMBs, this means hybrid identity first (AD on-prem syncing to Entra ID), then cloud-only identity once the last on-prem app that requires AD authentication is gone. Hybrid identity is a stepping stone, not a destination.
Sync accounts are sensitive. They have been a recurring breach vector in the last two years. Harden the sync account the way you would harden a domain admin. See Microsoft 365 security hardening for small business for the controls.
Priority 2: email (and the M365 stack)
If email is still on-prem Exchange, this is the single highest-impact migration for remote workers. Cloud email works without VPN, has built-in mobile support, integrates with the M365 stack, and removes one of the most reliable points of failure from the on-prem footprint. See how to migrate email to Microsoft 365 from an old Exchange server or Gmail for the actual migration mechanics.
If email is already on M365 or Workspace – good, skip ahead. Most SMBs are already here. The win is real but already realized.
Priority 3: files (file server to SharePoint, OneDrive, or Azure Files)
This is the migration remote workers will feel the most, because file performance is the most-complained-about pain. Pick the destination that fits the workload: SharePoint and OneDrive for general office documents, Azure Files for Windows-style network shares that need to look like a file server (common with LOB apps that expect UNC paths).
Be honest about which of those works for which folders. Lifting a 1 TB poorly-organized file server into SharePoint root usually fails. The right move is to inventory, clean up, and migrate in tranches by department or function. See how to migrate from a physical file server to SharePoint and OneDrive and cloud storage for remote teams: OneDrive, SharePoint, and what goes where for the destination decision and migration mechanics.
Priority 4: line-of-business apps (the long pole)
LOB apps are usually the longest part of any migration. For remote teams, they are also the apps most likely to still need a VPN tunnel – which means they are gating the bigger goal of going VPN-less. Two paths matter most for remote-driven migrations: replace with a SaaS equivalent, or lift-and-shift to cloud (Azure or AWS) so the app is reachable through identity-based access rather than network-based access.
If a LOB app cannot move and cannot be replaced, that is a deliberate hybrid scenario, not an unfinished migration. Plan around it – publish the app via Azure Application Proxy or an equivalent identity-aware gateway so users do not need a full VPN to use it. See how to move line-of-business applications to the cloud for the per-app decision tree.
Priority 5: servers (and the VPN itself)
Once identity, email, files, and apps are out, the on-prem footprint is small enough that the remaining servers can be migrated, replaced, or retired. Critically, this is the point where you can actually retire the VPN – because there is nothing left behind it that needs a tunnel. The VPN does not get replaced one for one with ZTNA the moment it is convenient; it gets retired when the migration finishes.
Trying to replace the VPN before the apps are out is a common mistake. ZTNA in front of an on-prem app is just a fancier VPN, with most of the same problems and a higher monthly bill.
What does not need migrating just because the team is remote
Two things are easy to over-migrate when remote work is the driver.
Print servers. Remote teams rarely need shared print infrastructure. The right move is usually “let the few users who need printing use Universal Print or a direct cloud-print integration, and decommission the on-prem print server.” Migrating a print server into Azure to keep it running is a lift-and-shift trap.
Phone systems. A premise-based PBX is rarely worth migrating; it is worth replacing with a cloud PBX (Teams Phone, RingCentral, Zoom Phone, or similar). This is technically not a migration but a vendor swap, and remote teams almost always benefit.
A migration project that quietly turns into “we moved the print server and the phone system to Azure” is a sign that no one is asking the workload-fit question. See lift-and-shift vs re-platform vs re-architect for the framework that catches this.
A 35-person remote-first SMB worked example
A professional services firm, 35 employees, all remote since 2021. Architecture as found:
- Active Directory on a single on-prem server in a closet at the founder’s old office space, kept running because nobody had time to deal with it
- File server on the same machine, accessed by all 35 employees over VPN
- Microsoft 365 for email and Teams (already cloud)
- A practice management LOB app on a second on-prem server, also VPN-required
- Average daily VPN-related help desk tickets: 4 to 6
- Average new-hire setup time: 5 to 7 business days
Migration plan, in priority order:
- Identity (4 weeks). Set up Entra ID Connect, sync AD to cloud, enforce MFA via conditional access, harden the sync account. Users still authenticate to AD on-prem for now but their cloud apps work without VPN.
- Endpoint management (parallel, 4 weeks). Roll out Intune for laptop enrollment, push baseline configuration, set up autopilot for new hires. RMM and remote-support tooling for help desk.
- Files (8 weeks). Inventory the 800 GB file server. Move active-project folders to SharePoint sites by department. Move personal user files to OneDrive. Archive old project folders to Azure Files (cheaper, keeps UNC compatibility for the few cases that need it). Decommission the file server role.
- LOB app (12 weeks). Vendor has a SaaS version that finally reached parity. Migrate using the vendor’s tooling, train users, run parallel for 30 days, cut over.
- Decommission and retire VPN (4 weeks). Final on-prem server is now empty. Decommission AD (cloud-only identity is now possible because nothing on-prem needs AD auth). Retire the VPN. Replace it with ZTNA only for the two third-party admin tools that did not move.
Total project: 6 to 7 months end to end, roughly $35,000 to $55,000 in project fees plus a temporary increase in monthly cloud spend.
Outcomes after stabilization:
- Daily VPN-related help desk tickets: 0
- Average new-hire setup time: same day, autopilot-driven
- Office internet outage impact: zero (office is now a small WeWork suite the founder uses two days a week)
- File-open times improved by 5 to 10x for most users
- Two former on-prem servers retired, the closet returned to the landlord
This is a representative outcome. The numbers vary by starting point, but the pattern – retire the VPN by removing what was behind it, identity first, files second, apps long-pole, decommission last – holds across most remote-driven migrations.
Common remote-driven migration mistakes
- Replacing the VPN before the apps are out. ZTNA in front of an on-prem app is a more expensive VPN. Move the app, then retire the VPN.
- Lift-and-shifting the file server into Azure. Solves nothing. The file server still requires VPN-style access in most setups, and now you pay Azure compute for it. The right destination is SharePoint, OneDrive, or Azure Files.
- Migrating apps before identity. Without cloud identity, every app has its own login experience and each one is a new VPN-style problem. Identity first.
- Treating Microsoft 365 as “we are already in the cloud.” Email and Teams in M365 with everything else on-prem is not a migrated business – it is the most-common pre-migration starting line. Workers still feel the on-prem pain every day.
- Migrating the print server. Print servers do not need to be in the cloud. They need to be retired.
- Skipping endpoint management. A cloud-migrated environment without MDM is a remote workforce on unmanaged endpoints. The migration outcome will be worse, not better, because security posture got worse.
- Underestimating the LOB app. LOB apps are routinely the longest part of any migration and almost never finish on the original timeline. Plan for that, sequence the dependencies around it, do not let the LOB app gate the rest of the migration.
- Calling it done before retiring the VPN. If the VPN is still up “for that one thing,” the security posture and operational pain are still mostly there. Either retire it or accept that the migration is a partial success.
- Skipping the decommission. Old on-prem servers left running after migration are a security problem (unpatched, often forgotten), a licensing problem (still consuming licenses), and a budget problem. Decommission is part of the migration, not optional cleanup. See how to keep your data safe during a cloud migration for the safe decommission sequence.
- Not changing the help desk model. A remote team on cloud infrastructure should not be supported by on-site-style ticket workflows. The help desk model has to change in parallel – cloud-managed endpoints, remote-support tooling, and a ticketing system that does not require physical access. See endpoint management for remote teams and how to manage IT for a hybrid office.
Time and cost by remote-team scope
| Team size and scope | Migration scope | Project hours | Project cost (rough) | Months end to end |
|---|---|---|---|---|
| 15-25 people, mostly cloud already, small file server | Identity hardening + file server out + endpoint management | 80-150 | $12K-$25K | 3-4 |
| 25-50 people, on-prem AD + file server + 1 LOB app | Full priority 1-5 path | 200-400 | $30K-$60K | 5-7 |
| 50-100 people, on-prem AD + file server + 2-3 LOB apps | Full path with phased LOB migrations | 400-800 | $60K-$120K | 8-12 |
| 100-250 people, complex on-prem footprint | Full migration with tranches | 800-1,800 | $120K-$280K | 12-18 |
These are project costs only. Ongoing cloud spend is separate and varies based on workload mix. See how much does cloud migration cost for a small business for the full cost model and cloud cost management for small business for keeping the monthly bill in line after migration.
How Sequentur can help
If you have a remote or hybrid team and the architecture is still slowing them down every day, schedule a call and we can help you map a migration order that prioritizes the experience your team actually has.
Get the Best IT Support
Schedule a 15-minute call to see if we’re the right partner for your success.
Testimonials
What Our Clients Say
Here is why you are going to love working with Sequentur