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

Resource Group Name Validation Not Needed When Creating Publish Profiles. #5414

Closed
daronyondem opened this issue Dec 29, 2020 · 7 comments · Fixed by #5446
Closed

Resource Group Name Validation Not Needed When Creating Publish Profiles. #5414

daronyondem opened this issue Dec 29, 2020 · 7 comments · Fixed by #5446
Assignees
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-replied-to Required for internal reporting. Do not delete. customer-reported Required for internal Azure reporting. Do not delete.

Comments

@daronyondem
Copy link
Member

The deployment wizard warns the user that the resource group exists. However, the existence of it is not a problem at all.

image

When the user fills in the HostName first and selects the subscription next, the wizard validates the input, and the deployment can proceed with no issues.

I suggest the validation be removed.

image

This will help with the confusion of having three different field descriptions as well. From what I can tell, Resource Group Name is the correct one.

image

This is on Bot Framework Composer v1.3.0. I hope it helps. Thanks.

@daronyondem daronyondem added the Needs-triage A new issue that require triage label Dec 29, 2020
@stevkan stevkan added Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-reported Required for internal Azure reporting. Do not delete. labels Dec 29, 2020
@gabog
Copy link
Contributor

gabog commented Jan 4, 2021

Thanks @daronyondem, @luhan2017 will look at the PR and merge it if it gets accepted.

@gabog gabog added the customer-replied-to Required for internal reporting. Do not delete. label Jan 4, 2021
@VanyLaw
Copy link
Contributor

VanyLaw commented Jan 5, 2021

Thanks @daronyondem. For you first scenario, currently, we need to deploy resources in a new resource group. Because we use the HostName to create different resources name. Like if you input test in HostName, we will use it as resource group name, and use it as webapp service name, and if you need luis or other resources, we will use it test-luis, test-luis-authoring as those resource name, so we add a validation there, to check if the resoruce group is existed or the name is the same as webapp service.

But as you said, it's a little bit confused, so we will have a discussion about how to improve this.

@daronyondem
Copy link
Member Author

Hi, @VanyLaw Are you sure you need to deploy resoıurces in a new resource group? I successfully deployed to existing resource groups multiple times as long as the other resources you are provisioning, such as webapp, etc do not conflict. I'm not against the check for the other resources. I just don't see value in checking the existence of the resource group, because as of right now the app is able to deploy to an existing resource group as well. I hope this makes sense.

@VanyLaw
Copy link
Contributor

VanyLaw commented Jan 5, 2021

@daronyondem Sure, Thank you.

@tonyanziano tonyanziano removed the Needs-triage A new issue that require triage label Jan 5, 2021
@luhan2017
Copy link
Contributor

@daronyondem that must be some misunderstanding here, PR #5446 is closed just because we found it is duplicated with your PR. we want to merge your PR instead of creating a new one. I approved your PR and thought it will be merged. But it seems it is not merged yet, so the problem is still there. would you mind to reopen your PR and I will merge it as soon as possible.

@luhan2017 luhan2017 reopened this Feb 1, 2021
@daronyondem
Copy link
Member Author

Hi @luhan2017 please proceed with your pull request instead. I have deleted my fork as part of my monthly clean up. It has been waiting since December 30th. Sorry.

@luhan2017
Copy link
Contributor

@daronyondem Sure, I will make sure the issue will be fixed soon. Sorry again for the misunderstanding. We are more than happy to see the PRs from the community. Hope you don't mind :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-replied-to Required for internal reporting. Do not delete. customer-reported Required for internal Azure reporting. Do not delete.
Projects
None yet
6 participants