Skip to content

Commit 3e2b8bc

Browse files
committed
snapshot editting
1 parent cb61f24 commit 3e2b8bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ Scope: <unknown>
725725

726726
"Snapshot validation failed" indicates differences between the two snapshots.
727727

728-
Snapshot and What-if have these differences:
728+
Bicep CLI snapshot and What-if have these differences:
729729

730730
| Feature | `bicep snapshot` | `az deployment group what-if` |
731731
| :--- | :--- | :--- |
@@ -736,7 +736,7 @@ Snapshot and What-if have these differences:
736736

737737
### Provide context
738738

739-
When running bicep snapshot, the CLI performs a local evaluation of your code. Since it doesn't talk to Azure, it cannot "ask" the cloud for your Subscription ID or the current Resource Group name.
739+
When running Bicep snapshot, the CLI performs a local evaluation of your code. Since it doesn't talk to Azure, it cannot "ask" the cloud for your Subscription ID or the current Resource Group name.
740740

741741
If your code uses environment functions (like `subscription().id`), the snapshot will fail or return placeholders unless you provide specific context via CLI arguments.
742742

0 commit comments

Comments
 (0)