Skip to content

Commit 76cba08

Browse files
authored
Merge pull request #186055 from tfitzmac/0124reserve
clarify name check requirement
2 parents 51441a9 + bce2a18 commit 76cba08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Reserved resource name errors
33
description: Describes how to resolve errors when providing a resource name that includes a reserved word.
44
ms.topic: troubleshooting
5-
ms.date: 12/13/2021
5+
ms.date: 01/24/2021
66
---
77
# Resolve reserved resource name errors
88

99
This article describes the error you get when deploying a resource that includes a reserved word in its name.
1010

1111
## Symptom
1212

13-
When deploying a resource that is available through a public endpoint, you may receive the following error:
13+
When deploying a resource, you may receive the following error:
1414

1515
```
1616
Code=ReservedResourceName;
@@ -19,7 +19,7 @@ Message=The resource name <resource-name> or a part of the name is a trademarked
1919

2020
## Cause
2121

22-
Resources that have a public endpoint can't use reserved words or trademarks in the name.
22+
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.
2323

2424
The following words are reserved:
2525

0 commit comments

Comments
 (0)