Skip to content

Conversation

NirajC-Microsoft
Copy link
Contributor

Purpose

This pull request adds a new resource to manage and standardize tagging for resource groups in the infra/main.bicep file. The main improvement is the introduction of a resourceGroupTags resource that applies consistent tags, including environment name, template name, and creator information, to all resources.

Resource tagging improvements:

  • Added a resourceGroupTags resource that applies a unified set of tags to the resource group, including azd-env-name, TemplateName, and CreatedBy, which is derived from the deployer's user principal name.
  • Utilized the deployer() function to dynamically capture deployment metadata for tagging purposes.
  • Combined existing tags with new standardized tags using the union function for a comprehensive tagging strategy.
  • ...

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Dhruvkumar-Microsoft and others added 5 commits September 4, 2025 13:23
docs: Doc change for the local installing requirement from uv instead of requirements.txt
…ent validation pipeline failures caused by the deployer function in the Bicep file.
fix: Adding a hardcoded createdBy parameter to the deploy.yml file to prevent validation pipeline failures caused by the deployer function in the Bicep file.
@Roopan-Microsoft Roopan-Microsoft merged commit 492517f into main Sep 5, 2025
13 checks passed
@github-actions
Copy link

🎉 This PR is included in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants