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

No error prompts when event hubs namespace name contains underscore "_" #4267

Open
v-meilei opened this issue Sep 11, 2024 · 0 comments
Open
Labels
AT-CTI Created by CTI team

Comments

@v-meilei
Copy link

v-meilei commented Sep 11, 2024

OS: All
Build Version: v1.15.4-alpha.0

Repro Steps:

  1. Create a JavaScrip V3 Programming Model project with "Durable Function orchestrator" function and select "Netherite" durable storage type.
  2. Debug this project.
  3. Select the "Connect Event Hubs Namespace" in the "connect an event hubs" dialog.
  4. Click the "+ Create event hubs namespace" and then enter the "meieven_" as the event hubs namespace name.
  5. Check whether an error prompts or not.

Expect:
An error "A name must consist of alphanumeric character or '-', and must start and end with an alphanumeric character." prompts.
image

Actual:
No error prompts.
image

More Info:

  1. This issue doesn't reproduce in the portal.
    image
  2. An error prompts after pressing "Enter" key when event hubs namespace name contains underscore "_".
    image
  3. This issue also reproduces on providing an admin username and a SQL database name while creating SQL server.
  4. This issue also reproduces when event hubs namespace name contains "^".
@v-meilei v-meilei added the AT-CTI Created by CTI team label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AT-CTI Created by CTI team
Projects
None yet
Development

No branches or pull requests

1 participant