Skip to content

Commit a8b41e1

Browse files
authored
Update naming requirements
Documented underscore `_` as a supported character, included characters after their names
1 parent fce7828 commit a8b41e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/create-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The gallery is a top-level resource that can be shared in multiple ways:
3131

3232
## Naming
3333

34-
Allowed characters for gallery name are uppercase or lowercase letters, digits, dots, and periods. The gallery name can't contain dashes. Gallery names must be unique within your subscription.
34+
Allowed characters for gallery name are uppercase (A-Z) and lowercase (a-z) letters, digits (0-9), dots (or periods) `.`, and underscores `_`. The gallery name can't contain dashes `-`. Gallery names must be unique within your subscription.
3535

3636

3737
## Create a private gallery

0 commit comments

Comments
 (0)