Skip to main content
Version: Next

Task 02: Create source control project

Runbook GitHub GitLab Azure DevOps

DOCUMENT CATEGORY: Runbook Step SCOPE: Source control project creation PURPOSE: Create deployment source control project from Azure Local template MASTER REFERENCE: Source Control Project Setup Guide

Status: Active Applies To: All Azure Local deployments Last Updated: 2026-03-19


Objective

Create a new source control project/repository for the deployment using the Azure Local template.


Prerequisites

  • Bootstrap complete (Task 01)
  • Source control platform access (GitHub, GitLab, or Azure DevOps)

Procedure

Create Repository from Template

  1. Navigate to the Azure Local organization on GitHub
  2. Open the desired template repository
  3. Click Use this templateCreate a new repository
  4. Configure:
FieldValue
OwnerYour organization
Repository name<org>-azurelocal (e.g. iic-azurelocal)
VisibilityPrivate
  1. Click Create repository
  2. Wait for repository creation to complete

Tip: If using GitHub Teams, move the repository to the appropriate team after creation via Settings → Manage access.


Verification

  • Project/repository created successfully
  • Project appears in the correct group/organization
  • Project name follows your organization's naming convention
  • Template content is present in the repository

Next Steps

Configure Project Settings


References