Skip to content

Commit 6342de4

Browse files
committed
acrolinx
1 parent 404d0b1 commit 6342de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/linter-rule-use-resource-id-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 09/23/2022
77

88
# Linter rule - use resourceId function
99

10-
Ensures that the ID of a symbolic resource name or a suitable function is used rather than a manually-created ID, such as a concatenating string, for all properties representing a resource ID. Use resource symbolic names whenever it is possible.
10+
Ensures that the ID of a symbolic resource name or a suitable function is used rather than a manually created ID, such as a concatenating string, for all properties representing a resource ID. Use resource symbolic names whenever it's possible.
1111

1212
The allowed functions include:
1313

@@ -28,7 +28,7 @@ Use the following value in the [Bicep configuration file](bicep-config-linter.md
2828

2929
## Solution
3030

31-
The following example fails this test because the resource's `api/id` property uses a manually-created string:
31+
The following example fails this test because the resource's `api/id` property uses a manually created string:
3232

3333
```bicep
3434
@description('description')

0 commit comments

Comments
 (0)