Skip to main content

Config Deployment

A Config Deployment runs a configuration (or a config bundle) on a set of endpoints and tracks the result per machine. It works just like an App Deployment, minus the install/uninstall/upgrade choice- a configuration simply runs.

How to get here

You need View Configuration permission.

  1. In the left sidebar, click Automation → Configuration Automation.
  2. Open the Config Deployment tab.

Navigate to: Automation → Configuration Automation → Config Deployment

URL path: /automation/configuration-automation/deployments

The Config Deployment screen

The Config Deployment list with stage and progress countsThe Config Deployment list with stage and progress counts

The list refreshes itself periodically. Columns mirror App Deployment: Stage, Pending, Succeeded, Failed, plus who created it and when.

How do I create a deployment?

Click Create and fill in the form (the same as the App Deployment form, without the Deployment Type field):

FieldRequiredNotes
Deployment NameYesA name for the job.
DescriptionYesWhat it does.
Resource TypeYesConfiguration or Configuration Bundle.
ScopeYesWhich endpoints to target.
Select Configuration / Configuration BundleYesWhat to run.
Deployment PolicyYesThe schedule/window rules.
Retry CountYesHow many times to retry a failed endpoint.
Notify toYesWho to email about the result.

Finish with Publish to run it now, or Save As Draft.

Drill-down: per-endpoint tasks

Click View Task on a published deployment to open the Tasks drawer- the same per-endpoint status, filtering, retry, and output view described under App Deployment.

Tips & troubleshooting

  • I can't edit a deployment. Only draft deployments are editable.