Skip to content

Conversation

@Dhruvkumar-Microsoft
Copy link
Contributor

Purpose

This pull request introduces enhancements to resource tagging and monitoring configuration in deployment workflows and infrastructure templates. The main focus is on improving traceability by adding timestamps to resource tags, distinguishing resource types based on networking configuration, and simplifying diagnostic settings for Key Vault modules.

Resource Tagging Improvements:

  • Deployment workflows (.github/workflows/deploy.yml, .github/workflows/deploy-waf.yml): Added a CreatedDate timestamp to resource tags, generated in UTC at deployment time, to improve traceability of deployed resources. [1] [2] [3] [4]
  • Infrastructure templates (infra/main.bicep, infra/main_custom.bicep): Added a Type tag to resource groups to distinguish between 'WAF' and 'Non-WAF' deployments based on the value of enablePrivateNetworking. [1] [2]

Monitoring Configuration Simplification:

  • Key Vault modules (infra/main.bicep, infra/main_custom.bicep): Updated the diagnostic settings logic to use logAnalyticsWorkspaceResourceId directly, removing the need to access the workspace's outputs property. [1] [2]

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

@Roopan-Microsoft Roopan-Microsoft merged commit 8c9a95f into main Sep 23, 2025
7 of 9 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.

5 participants