Dynamics Business Solutions
Dynamics Business Solutions

Dynamics Business Solutions
Veeam Cloud Connect
Secure, Multi‑Tenant Cloud Backup & DR for Service Providers and Enterprises

Veeam Cloud Connect enables secure, efficient, and fully integrated off‑site backup, backup‑copy, and disaster recovery to the cloud without VPNs, without complex networking, and without opening customer firewalls. It provides a multi‑tenant, service‑provider‑ready extension to Veeam Backup & Replication, allowing customers to store backups or replicate VMs to a cloud host for DR.

Veeam Cloud Connect is the foundation of BaaS and DRaaS offerings used globally by Veeam Cloud & Service Provider (VCSP) partners.

What’s Special About Veeam Cloud Connect

  • No VPN required — fully encrypted tunnels between customer and provider using Veeam protocols.
  • True multi‑tenancy — customers (tenants) are isolated through built‑in security domains.
  • Hosted offsite backup repository (“Cloud Repository”) for Backup Copy or direct‑to‑cloud backups.
  • Hosted offsite DR replication with full failover & failback for VMware and Hyper‑V.
  • WAN acceleration, traffic shaping, throttling, and seeding options for bandwidth efficiency.
  • End‑to‑end encryption of data at the source, in transit, and at rest.
  • Supports Veeam Agents, VBR backups, NAS backups, image-based jobs, and more.
  • Enables managed service models with monitoring, reporting, and billing via Veeam Service Provider Console.

Core Use Cases

  1. Offsite Cloud Backup (BaaS)
  • Send backup copies directly to cloud repositories hosted by VCSPs.
  • Protect against site loss, ransomware, and insider threats.
  • Keep immutable backup copies at the service provider for compliance.
  1. Disaster Recovery as a Service (DRaaS)
  • Replicate VMs to the provider’s environment using Cloud Connect Replication.
  • Use Veeam‑built networking failover orchestration for swift DR.
  • Failover to the cloud provider, run workloads remotely, then fail back once primary site recovers.
  1. Ransomware‑Resilient Copies
  • Hardened Linux repositories, Object Lock, and multi‑site retention.
  • Air‑gapped/cloud‑isolated repositories reduce compromise risk.
  1. Multi‑Tenant Hosting for Providers
  • Clean separation of tenant data.
  • Scalable architecture for thousands of customers.
  • Integrates with RMM/PSA tools via VSPC API.

Key Capabilities

Multi‑Tenant Cloud Repository

  • Provider allocates “Cloud Repository” space to each tenant.
  • Tenants use Backup Copy jobs to send restore points offsite.

Cloud Connect Replication

  • Host VM replicas at the provider’s DR environment.
  • Includes full failover, partial failover, and re-IP rules.
  • Tenants control their own failover from within Veeam Backup & Replication.

Network Extension Appliance

  • Automates failover networking through VPN‑less overlay tunnels.
  • Keeps IP addressing consistent during DR scenarios.

Secure Communication Layer

  • All traffic is encrypted.
  • Uses a single outgoing port (TCP 6180) from customer to provider.

WAN Acceleration & Bandwidth Optimization

  • Uses Veeam’s global dedupe and cached WAN accelerator.
  • Ideal for low‑bandwidth or high‑latency environments.

Provider‑side Management with VSPC

  • Combine Cloud Connect with Veeam Service Provider Console for:
  1. Customer onboarding
  2. SLA monitoring
  3. Automated billing
  4. Agent deployment
  5. Licensing management

Architecture Overview

Provider‑Side Components

  • Cloud Connect Server – entry point for tenants
  • Cloud Gateway Pool – secure transport tunnel
  • Backup Repositories or SOBRs – store tenant backups
  • vSphere/Hyper‑V cluster (DRaaS) – host tenant replicas
  • VSPC – monitoring, automation, billing layer

Tenant‑Side Components

  • Veeam Backup & Replication (or Veeam Agent)
  • Backup Copy or Replication jobs
  • Encrypted tunnel created automatically to provider

Security

  • Encryption at source, in-flight, and at rest
  • Strict tenant isolation
  • Zero‑trust communication model

Business Impact

  • Enables MSPs & CSPs to deliver profitable BaaS/DRaaS with minimal overhead.
  • Protects enterprise workloads with offsite, immutable, isolated data copies.
  • Reduces complexity by removing VPN, firewall, and networking challenges.
  • Improves ransomware resilience through air‑gapped cloud storage & DR failover.
  • Supports hybrid cloud strategies for backup mobility, DR, and cloud adoption.

Bottom Line

Veeam Cloud Connect provides the secure, multi‑tenant, WAN‑optimized foundation for offsite backup and DR service delivery. It enables service providers and enterprises to implement BaaS and DRaaS quickly, securely, and at scale.
DBS ensures your Cloud Connect deployment is architected with best practices  cloud gateway sizing, repository hardening, multi‑tenant design, DR failover workflows, and billing automation delivering a resilient and profitable cloud‑based protection platform.
Dynamics Business Solutions

How can we help?

Contact a Dynamics 365 sales representative.

  • See a live demo.
  • Set up a free trial.
  • Get answers and expert guidance.
  • Start transforming your business processes.

    * Required field


    I will receive information, tips, and offers about Solutions for Businesses and Organizations and other solutions, products and services.
    Privacy Statement


    I would like Dynamics Business Solutions to share my information with selected partners so that I can receive relevant information.
    Privacy Statement

    Dynamics Business Solutions

    How can we help?

    Contact a Dynamics 365 sales representative.

    • See a live demo.
    • Set up a free trial.
    • Get answers and expert guidance.
    • Start transforming your business processes.

      * Required field


      I will receive information, tips, and offers about Solutions for Businesses and Organizations and other solutions, products and services.
      Privacy Statement


      I would like Dynamics Business Solutions to share my information with selected partners so that I can receive relevant information.
      Privacy Statement

      Dynamics Business Solutions

      /* =============================== Mobile Popup Form Fix ================================ */ document.addEventListener('DOMContentLoaded', function () { console.log('Popup autofocus fix loaded'); function isMobile() { return window.innerWidth <= 768; } function scrollPopupToTop(popup) { if (!isMobile()) return; const popupContent = popup.querySelector('.brx-popup-content'); if (popupContent) { popupContent.scrollTop = 0; popupContent.scrollTo(0, 0); const logo = popupContent.querySelector('img, .brxe-image'); if (logo) { logo.scrollIntoView({ behavior: 'auto', block: 'start' }); } const inputs = popupContent.querySelectorAll('input, textarea, select'); inputs.forEach(function (input) { input.blur(); input.removeAttribute('autofocus'); }); } } document.addEventListener('click', function (e) { const target = e.target.closest('[data-interactions]'); if (!target) return; const interactions = target.getAttribute('data-interactions'); if ( interactions && interactions.includes('"action":"show"') && interactions.includes('"target":"popup"') ) { setTimeout(function () { const openPopup = document.querySelector('.brx-popup'); if (openPopup) { scrollPopupToTop(openPopup); } }, 200); } }); }); document.addEventListener("DOMContentLoaded", function () { const menuLinks = document.querySelectorAll( '#mega-menu-shiftnav .mega-menu-item-has-children > a.mega-menu-link' ); menuLinks.forEach(function (link) { link.addEventListener("click", function (e) { const parent = this.parentElement; const submenu = parent.querySelector(".mega-sub-menu"); // STOP default navigation e.preventDefault(); // TOGGLE logic if (parent.classList.contains("mega-toggle-on")) { parent.classList.remove("mega-toggle-on"); if (submenu) submenu.style.display = "none"; } else { // Close all opened menus document.querySelectorAll('#mega-menu-shiftnav .mega-toggle-on').forEach(function (el) { el.classList.remove("mega-toggle-on"); let sub = el.querySelector(".mega-sub-menu"); if (sub) sub.style.display = "none"; }); // Open clicked menu parent.classList.add("mega-toggle-on"); if (submenu) submenu.style.display = "block"; } }); }); });