Skip to content

Update Sleep Service Infrastructure Tags #133

@willvelida

Description

@willvelida

📋 Issue Description

Update Sleep Service infrastructure Bicep module (infra/apps/sleep-service/) to use standardized lowercase tag schema.

Parent Issue: #120 - Implement Comprehensive Resource Tagging Strategy
Depends On: #126 - Core Infrastructure Tags

🎯 Acceptance Criteria

  • Update main.bicep to pass standardized tags to Container App Job
  • Update parameter file (if exists) with lowercase tags:
    • application: 'biotrackr'
    • component: 'sleep-service'
    • environment: 'dev'
    • owner: 'willvelida@hotmail.co.uk'
    • managedby: 'bicep'
  • Redeploy Sleep Service to apply new tags
  • Validate tags applied via Azure Portal

📦 Scope

Files to Update:

  • infra/apps/sleep-service/main.bicep
  • infra/apps/sleep-service/*.bicepparam (if exists)

Resources Affected:

  • Sleep Service Container App Job

🧪 Testing Strategy

  1. Run az deployment group what-if to preview changes
  2. Deploy updated Bicep
  3. Verify tags with az resource show --ids [resource-id]

📚 References


This is part of the phased tagging rollout.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions