Skip to content

Conversation

@NirajC-Microsoft
Copy link
Contributor

Purpose

This pull request introduces improvements to the deployment workflow and infrastructure template to enhance resource tagging and make the createdBy parameter more robust. The changes ensure that deployments are better tracked with accurate metadata and that the infrastructure tags reflect the current configuration.

Deployment workflow and tagging enhancements:

  • Added a step in .github/workflows/CI.yml to generate a UTC timestamp in the format YYYY-MM-DDTHH:MM:SS.SSSSSSSZ for use in deployment tags.
  • Updated the Azure deployment command to include a tags parameter, adding metadata such as SecurityControl, Purpose, and the generated CreatedDate timestamp.

Infrastructure template improvements:

  • Modified the createdBy parameter in infra/main.bicep to use the deployer's username if available, otherwise fallback to the deployer's object ID for more reliable identification.
  • Changed the TemplateName tag to reflect whether private networking is enabled, setting it to 'DKM-WAF' if enabled, otherwise 'DKM'.
  • ...

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

VishalS-Microsoft and others added 2 commits September 23, 2025 16:50
fix: added new 'type' tag for WAF and Non-WAF deployement
@Roopan-Microsoft Roopan-Microsoft merged commit d6d8ee6 into main Sep 24, 2025
10 checks passed
@github-actions
Copy link

github-actions bot commented Oct 9, 2025

🎉 This PR is included in version 1.1.1 🎉

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