Skip to content

Commit f1e706a

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#83113
1 parent 5729244 commit f1e706a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/bicep-functions-string.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,8 @@ guid(resourceGroup().id, deployment().name)
495495

496496
A string containing 36 characters in the format of a globally unique identifier.
497497

498-
> [!NOTE]
499-
> Importance of order: It's not just the same parameters, they need to be in the same order. For example: guid('hello', 'world') != guid('world', 'hello')
498+
> [!NOTE]
499+
> Importance of order: It is not just the same parameters, they need to be in the same order. For example: `guid('hello', 'world') != guid('world', 'hello')`
500500
501501
### Examples
502502

0 commit comments

Comments
 (0)