You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
Added GitHub Actions Workflow: Implemented CI/CD pipeline for automated build, deployment, testing and cleanup. The workflow includes jobs for building and verifying infrastructure, deploying to Azure, executing integration tests and cleaning up resources.
Added Security Control Tag: Added SecurityControl: 'Ignore' tag to Trainer Demo Deploy Resources for MTT Managed Subscriptions compliance (PR #11).
Improved Resource Cleanup: Modified predown hook to remove all Log Analytics Workspaces from resource group automatically, eliminating the need to pass workspace names to the pipeline and providing more robust cleanup.
Added Integration Tests: Included integration test that validates the complete message flow through deployed Azure services, automatically testing the sample application workflow end-to-end (PR #13).