Skip to content

Commit 740a6dd

Browse files
committed
updates3
1 parent 9156a23 commit 740a6dd

File tree

2 files changed

+1
-296
lines changed

2 files changed

+1
-296
lines changed

articles/azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Add both decorators and specify the character limits:
120120
param storageAccountName string = 'store${uniqueString(resourceGroup().id)}'
121121
```
122122

123-
You can also add a description for the parameter. Include information that helps people deploying the Bicep file understand the value to provide.
123+
You can also add a description for the parameter. Include information that helps people deploying the Bicep file understand which value to provide.
124124

125125
```bicep
126126
@minLength(3)

articles/azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio-code.md.bak

Lines changed: 0 additions & 295 deletions
This file was deleted.

0 commit comments

Comments
 (0)