Skip to content

ci: Generate Unique Resource Group Name in deploy.yml #379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

UtkarshMishra-Microsoft
Copy link
Contributor

Purpose

This change introduces a step in the deploy.yml workflow to generate a unique resource group name. The script sets a predefined account name (ACCL_NAME="docgen") and creates a short UUID using the uuidgen command. This UUID is then used to generate a unique resource group name in the format arg-docgen-<short_uuid>.

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

  • I have built and tested the code locally and in a deployed app
  • For frontend changes, I have pulled the latest code from main, built the frontend, and committed all static files.
  • This is a change for all users of this app. No code or asset is specific to my use case or my organization.

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit ae6e81c into main Apr 7, 2025
10 checks passed
@UtkarshMishra-Microsoft UtkarshMishra-Microsoft deleted the updated-rg-name branch April 7, 2025 11:04
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.

2 participants