Skip to content

Managing Environments

This page explains how to manage your Business Central environments — production and sandbox — including creating, copying, updating, and monitoring storage capacity.

Production vs. Sandbox

Business Central offers two types of environments:

Production Sandbox
Purpose Live business operations with real data Testing, training, development, and experimenting
Data Real business data Can be empty or a copy of production data
Included in license 1 production environment 3 sandbox environments (can purchase additional)
Updates Scheduled by Microsoft with a configurable update window Updated before production (gives you early preview)
Extensions Only from AppSource or by admin AppSource + direct upload of custom extensions
Risk Changes affect live business Safe to experiment — no impact on production

When to use a sandbox

Always test configuration changes, new extensions, and permission set adjustments in a sandbox first. Restoring a broken production environment is costly and time-consuming.

Creating a sandbox environment

  1. Open the Business Central Administration Center
  2. Select Environments in the left menu
  3. Click NewEnvironment
  4. Fill in:
    • Environment Name — a descriptive name (e.g. Sandbox-Testing, Sandbox-Training)
    • Type — select Sandbox
    • Country — the localization for the environment
    • Version — typically the latest available version
  5. Click Create

The environment will be provisioned within a few minutes with demo data.

Copying an environment

Copying your production environment to a sandbox is useful for testing with real data.

  1. Open the Business Central Administration Center
  2. Select Environments in the left menu
  3. Click Copy (or select the source environment and use the Copy action)
  4. Fill in:
    • Source environment — the environment to copy from
    • Target environment type — typically Sandbox
    • New environment name — a descriptive name for the copy
  5. Click Copy

What gets copied and what gets disabled

Everything is copied — all business data, configuration, custom permission sets, installed extensions, email configuration, integrations, etc. However, some features are automatically disabled in the copy to prevent unintended side effects:

  • Job Queue entries — disabled to prevent accidental emails, postings, or data modifications
  • Allow external web service calls — disabled to prevent the copy from communicating with external systems

You must manually re-enable these in the sandbox after verifying it is safe to do so.

Data sensitivity

The sandbox copy contains real business data (customer names, financial data, etc.). Ensure that only authorized users have access to the sandbox environment. Apply appropriate security groups (see Managing Permissions and Security Groups).

Deleting a sandbox environment

  1. Open the Administration Center → Environments
  2. Select the sandbox environment
  3. Click Delete
  4. Confirm the deletion

Note

Deleted environments can be recovered within 7 days. After that, they are permanently removed.

Managing update windows

Microsoft releases major updates to Business Central twice a year (typically April and October) and minor updates monthly. You can control when these updates are applied.

Setting the update date and update window

The update date and update window are two separate settings:

  • Update date — controls which day an update is applied. You can schedule or postpone it within the allowed range.
  • Update window — controls what time of day any update is applied. Choose a time frame with low user activity (e.g. early morning or late evening).

To configure them:

  1. Open the Administration Center → Environments → select an environment
  2. Go to Update Settings
  3. Set the Preferred update date for the next available update
  4. Set the Update window (time range) separately — this applies to all updates

Update behavior

  • Sandbox environments are updated first, typically 7 days before production. This gives you time to test.
  • Production environments are updated on or after your preferred date within the update window.
  • If a critical issue is found during sandbox testing, you can reschedule the production update.

Best practice for update management

  1. Let the sandbox update automatically
  2. Test critical business processes in the sandbox after the update
  3. Check if installed extensions work correctly
  4. If everything is fine, let the production update proceed
  5. If issues are found, contact your partner before the production update date

Scheduling a specific date

You can delay an update by up to a certain window (Microsoft defines the maximum delay). To do so:

  1. Go to Environments → select the environment → Update Settings
  2. Set the Preferred update date to the latest date you're comfortable with

Storage capacity monitoring

Each Business Central tenant has a storage quota based on the number of licensed users and environments.

Capacity is a soft limit

The licensed capacity is a soft limit — exceeding it does not affect existing environments or their functionality. The only restriction is that the administrator cannot create a new environment until the actual usage drops back below the licensed capacity (even by a small amount).

Checking your storage usage

  1. Open the Administration Center
  2. Go to Capacity in the left menu
  3. Review the storage usage per environment and the total vs. available capacity for your tenant

What to do when running low on storage

  • Archive old data — use data retention policies or archive historical transactions
  • Clean up log entries — change log entries, job queue log entries, and activity log entries can consume significant space
  • Remove unused companies — empty or test companies still consume storage
  • Review attached files — large file attachments on records consume storage
  • Purchase additional capacity — contact your partner if you need more

Note

Storage is shared across all environments in a tenant. A large sandbox with a full production copy counts toward your total quota.

Further reading