Skip to content

Commit a4a30a7

Browse files
committed
Fix commands syntax
1 parent 99834a9 commit a4a30a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/monitor-resource-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Use an [Bicep template](../azure-resource-manager/bicep/overview.md) to create t
230230
```
231231
232232
> [!TIP]
233-
> Use the [`az bicep build --file diagnosticSetting.bicep --outfile azuredeploy.json`](/cli/azure/bicep#az-bicep-build) command to convert the Bicep template to an Azure Resource Manager template.
233+
> Use the [`az bicep build`](/cli/azure/bicep#az-bicep-build) command to convert the Bicep template to an Azure Resource Manager template.
234234
235235
### [ARM Template](#tab/azure-resource-manager-template)
236236
@@ -303,7 +303,7 @@ Use an [Azure Resource Manager template](../azure-resource-manager/templates/ove
303303
```
304304
305305
> [!TIP]
306-
> Use the [`az bicep decompile --file azuredeploy.json --outfile diagnosticSetting.bicep`](/cli/azure/bicep#az-bicep-decompile) command to convert the Azure Resource Manager template to a Bicep template.
306+
> Use the [`az bicep decompile`](/cli/azure/bicep#az-bicep-decompile) command to convert the Azure Resource Manager template to a Bicep template.
307307
308308
---
309309

0 commit comments

Comments
 (0)