Skip to content
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

fix: Provisioning hand-off should use resource name not resource group name #8085

Merged
merged 1 commit into from Jun 15, 2021

Conversation

GeoffCoxMSFT
Copy link
Member

Description

Customer reported that provisioning hand-off script defaults many resources to the resource group name. Updated the script to pass the resource name to the ARM template. Updated the arm template to default several values to the name parameter rather than defaulting to the resource group name.

Task Item

fixes #7966

Screenshots

A set of resources provisioned by Composer
image

A set of resources provisioned by the hand-off script before the fix
image

A set of resources provisioned by the hand-off script after the fix
image

@GeoffCoxMSFT
Copy link
Member Author

Copy link
Contributor

@beyackle beyackle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming what this does is what needs to be done, this looks like a good way to do it.

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.

"Hand off to an administrator" feature with provisionComposer.js generates faulty resources
3 participants