Skip to content

Commit 94b4e9a

Browse files
committed
feedback edit
1 parent f5f9ac2 commit 94b4e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/troubleshooting/error-storage-account-name.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ between 3 and 24 characters in length and use numbers and lower-case letters onl
2222
For storage accounts, you must provide a resource name that's unique across Azure. If you don't provide a unique name, you receive an error:
2323

2424
```Output
25-
Code=InvalidResourceLocation
26-
Message=The resource 'storageckrexph7isnoc' already exists in location 'centralus' in resource group 'examplegroup'.
25+
Code=StorageAccountAlreadyTaken
26+
Message=The storage account named mystorage is already taken.
2727
```
2828

2929
If you deploy a storage account with the same name as an existing storage account in your subscription, but in a different location, you receive an error. The error indicates the storage account already exists in a different location. Either delete the existing storage account or use the same location as the existing storage account.

0 commit comments

Comments
 (0)