Orchestrator Enumeration: EnvironmentAbbreviation

by Simon Sparks · 1 October 2025

This is very much personal preference but I am sharing this in the hope that people standardize their environment names and abbreviations.

GitHub Repository: https://github.com/SimonSparksUK/Orchestrator

Filename: Enumeration_General_EnvironmentAbbreviation.ts

exportenumEnvironmentAbbreviation{
Sandbox="SND",
Development="DEV",
SystemIntegrationTesting="SIT",
UserAcceptanceTesting="UAT",
QualityAssurance="QAS",
SecurityTesting="SEC",
Production="PRD"
}

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like