Skip to content

Conversation

@VishalS-Microsoft
Copy link
Contributor

Purpose

This pull request introduces improvements to resource tagging during deployment, enhancing traceability and compliance for Azure resources. The main changes add support for custom tags, automate the inclusion of deployment metadata, and ensure consistent tag application across resources.

Resource Tagging Enhancements:

  • Added a tags parameter to infra/bicep/main.bicep, allowing custom tags to be passed to all deployed resources.
  • Updated the resourceGroupTags resource in infra/bicep/main.bicep to merge custom tags with standard tags such as TemplateName and CreatedBy.

Deployment Metadata Automation:

  • In .github/workflows/RAdeploy.yml, the deployment script now generates a UTC timestamp (CreatedDate) and includes it as a tag, along with other metadata like SecurityControl and Purpose, during resource creation.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit f61a3ee into byoc-researcher Sep 22, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants