You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A container name must be a valid DNS name, conforming to the following naming rules:
286
-
//1. Container names must start with a letter or number, and can contain only letters, numbers, and the dash (-) character.
287
-
//2. Every dash (-) character must be immediately preceded and followed by a letter or number; consecutive dashes are not permitted in container names.
288
-
//3. All letters in a container name must be lowercase.
289
-
//4. Container names must be from 3 through 63 characters long.
286
+
//1. Container names must start with a letter or number, and can contain only letters, numbers, and the dash (-) character.
287
+
//2. Every dash (-) character must be immediately preceded and followed by a letter or number; consecutive dashes are not permitted in container names.
288
+
//3. All letters in a container name must be lowercase.
289
+
//4. Container names must be from 3 through 63 characters long.
290
290
//
291
291
// See https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names
0 commit comments