Updated: 26 April 2026
Bar app
Example deployments of the Bar app:
| Deployment name | Customer | Environment | Sandbox | Purpose |
|---|---|---|---|---|
| Acme Live deploy | Acme | Production | No | Host a public site. |
| Widget’s staging site | Widget Inc. | Staging | Yes | Review and user testing. |
| Laptop Contoso dev | Contoso | Development | Yes | Build & experiment. |
| Laptop Contoso stage | Contoso | Staging | Yes | Build & experiment. |
Glossary
- App synonym for project.
- Deployment an instance of an application running on a host.
- DevOps the procedures required to instantiate and maintain a deployment.
- Environment configuration settings which enable the deployment to fulfil its purpose.
- Version a version numbered piece of software.
- Release the process which makes a version of software available for deployment.
- Sandbox a deployment which is safe to use without risk of altering production environment data.
- Site a synonym of deployment.