You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/monitor-resource-logs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,7 +230,7 @@ Use an [Bicep template](../azure-resource-manager/bicep/overview.md) to create t
230
230
```
231
231
232
232
> [!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.
@@ -303,7 +303,7 @@ Use an [Azure Resource Manager template](../azure-resource-manager/templates/ove
303
303
```
304
304
305
305
> [!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.
0 commit comments