Skip to content

Conversation

@VishalS-Microsoft
Copy link
Contributor

Purpose

This pull request introduces improvements to resource tagging and metadata in both the deployment pipeline and infrastructure templates. The main goal is to enhance traceability and provide better context for deployed resources, especially around creation date and networking configuration.

Deployment pipeline enhancements:

  • Added a step to generate a UTC timestamp in the format YYYY-MM-DDTHH:MM:SS.SSSSSSSZ and store it in the current_date variable for use in resource tagging.
  • Updated the Azure deployment command to include a tags parameter, adding SecurityControl, Purpose, and CreatedDate tags to resources created during validation. The CreatedDate tag uses the generated timestamp.

Infrastructure template improvements:

  • Modified the TemplateName tag in the resourceGroupTags resource in infra/main.bicep to dynamically reflect whether private networking is enabled. It now sets the value to DKM-WAF when private networking is 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

@Roopan-Microsoft Roopan-Microsoft merged commit 4027b26 into dev Sep 22, 2025
5 checks passed
@Prajwal-Microsoft Prajwal-Microsoft deleted the CI-Pipeline-dkm branch October 9, 2025 02:41
@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.

3 participants