Skip to content

Commit 5f1824c

Browse files
Merge pull request #225823 from davidsmatlak/ds-ghi-104539
Updates reserved words for resource names
2 parents 26d7560 + 7cb5f28 commit 5f1824c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-resource-manager/troubleshooting/error-reserved-resource-name.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ This article describes the error you get when deploying a resource that includes
1313

1414
When deploying a resource, you may receive the following error:
1515

16-
```
16+
```output
1717
Code=ReservedResourceName;
1818
Message=The resource name <resource-name> or a part of the name is a trademarked or reserved word.
1919
```
2020

2121
## Cause
2222

23-
Resources that have an accessible endpoint, such as a fully qualified domain name, can't use reserved words or trademarks in the name. The name is checked when the resource is created, even if the endpoint isn't currently enabled.
23+
Resources with an accessible endpoint, such as a fully qualified domain name, can't use reserved words or trademarks in the name. The name is checked when the resource is created, even if the endpoint isn't currently enabled.
2424

2525
The following words are reserved:
2626

@@ -60,16 +60,16 @@ The following words are reserved:
6060
- SKYPE
6161
- VISIO
6262
- VISUALSTUDIO
63+
- XBOX
6364

6465
The following words can't be used as either a whole word or a substring in the name:
6566

6667
- MICROSOFT
6768
- WINDOWS
6869

69-
The following words can't be used at the start of a resource name, but can be used later in the name:
70+
The following word can't be used at the start of a resource name, but can be used later in the name:
7071

7172
- LOGIN
72-
- XBOX
7373

7474
## Solution
7575

0 commit comments

Comments
 (0)