-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
📋 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.bicepto 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.bicepinfra/apps/sleep-service/*.bicepparam(if exists)
Resources Affected:
- Sleep Service Container App Job
🧪 Testing Strategy
- Run
az deployment group what-ifto preview changes - Deploy updated Bicep
- Verify tags with
az resource show --ids [resource-id]
📚 References
- Parent Issue: [Feature]: Implement Comprehensive Resource Tagging Strategy for Cost Attribution and Governance #120
This is part of the phased tagging rollout.
Reactions are currently unavailable