Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 1.76 KB

File metadata and controls

78 lines (51 loc) · 1.76 KB
title Task 04: Create Environments
sidebar_position 4
description Create GitLab environments

Task 04: Create Environments

Runbook GitLab

DOCUMENT CATEGORY: Runbook Step SCOPE: GitLab environment creation PURPOSE: Create GitLab environments for customer infrastructure MASTER REFERENCE: GitLab Environments

Status: Active Applies To: All Azure Local deployments Last Updated: 2026-01-30


Source: internal-docs/create-gitlab-environments.md


Objective

Create GitLab environments to manage customer infrastructure using IaC and automation.


Prerequisites

  • [ ] Project settings configured (Step 03)
  • [ ] GitLab Maintainer role on the project

Procedure

Create New Environment

  1. Navigate to the project in GitLab
  2. Select OperateEnvironments
  3. Click New Environment
  4. Enter the environment name
  5. Leave External URL blank
  6. Click Save

Environment Naming Convention

Cloud/Service Example Names
Azure Production azr-prod-us, azr-prod-eu
Azure Development azr-dev-us
AWS aws-dev-eu, aws-prod-us
Megaport megaport
Datadog datadog

Verification

  • [ ] Environment created for each Azure subscription
  • [ ] Environment names follow naming convention

Next Steps

Configure Environment Variables


References