Skip to content

Commit d1f14c8

Browse files
authored
Merge pull request #164499 from mumian/0702-bicep-whitespace
add whitespace to the file structure article
2 parents 502771c + a59c974 commit d1f14c8

File tree

1 file changed

+5
-1
lines changed
  • articles/azure-resource-manager/bicep

1 file changed

+5
-1
lines changed

articles/azure-resource-manager/bicep/file.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Bicep file structure and syntax
33
description: Describes the structure and properties of a Bicep file using declarative syntax.
44
ms.topic: conceptual
5-
ms.date: 06/01/2021
5+
ms.date: 07/02/2021
66
---
77

88
# Understand the structure and syntax of Bicep files
@@ -293,6 +293,10 @@ An output can have the same name as a parameter, variable, module, or resource.
293293

294294
For more information, see [Outputs in Bicep](./outputs.md).
295295

296+
## Whitespace
297+
298+
Spaces and tabs are ignored when authoring Bicep files. New lines however have semantic meaning, for example in [object](./data-types.md#objects) and [array](./data-types.md#arrays) declarations.
299+
296300
## Comments
297301

298302
Use `//` for single-line comments or `/* ... */` for multi-line comments

0 commit comments

Comments
 (0)