microsoft / azure-load-testing

MIT License
22 stars 3 forks source link

[BUG] Unable to create the Load Testing resource through the Portal. #7

Closed mkrconscius closed 2 years ago

mkrconscius commented 2 years ago

Describe the bug Cannot create the resource from the Portal. It seems to be a resource name validation issue.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://portal.azure.com/#create/Microsoft.CloudNativeTesting
  2. Fill in any resource name. I've tried all lower case, all upper, no numbers, only numbers etc.
  3. See error: Azure resource names cannot contain special characters \/""[]:|<>+=;,?*@&, whitespace, or begin with '_' or end with '.' or '-'.

Expected behavior Be able to create the resource.

Screenshots image

Desktop (please complete the following information):

felipe-allmeida commented 2 years ago

I just faced this issue. It's kind of annoying haha.

@mkrconscius were u able to create trough the cli? Can you provide me the command if yes?

Thanks

kaumishra commented 2 years ago

@felipe-allmeida @mkrconscius Thanks for reporting this.We are checking this currently. Will update here once we have a fix.

issacnitin commented 2 years ago

@mkrconscius Microsoft product names are generally not allowed as resource names. So names such as visualstudio, windows are disallowed. I'm not sure if GitHub is disallowed as well, maybe the documentation is not updated. Will make sure to update the validation error message. Please create the resource with a different name

You can find the set of reserved words here: https://docs.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/error-reserved-resource-name

krishna1s commented 2 years ago

@felipe-allmeida @mkrconscius it should be working fine now (please do a page reload, if already opened ), feel free to reopen this ticket in case if it still doesn't work

mkrconscius commented 2 years ago

@krishna1s It works now, thanks!

felipe-allmeida commented 2 years ago

It is working! Thanks.