Skip to content

Commit cfebfb9

Browse files
authored
Update migrate.md
1 parent d4c9c31 commit cfebfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The deploy phase consists of eight steps, which you complete in any order:
7474

7575
In the _test_ phase of migrating your resources to Bicep, the goal is to verify the integrity of your migrated templates and to perform a test deployment.
7676

77-
The test phase consists of two steps:, which you complete in sequence:
77+
The test phase consists of two steps, which you complete in sequence:
7878

7979
1. **Run the ARM template deployment what-if operation.** To help you verify your converted templates before deployment, you can use the [Azure Resource Manager template deployment what-if operation](../templates/deploy-what-if.md). It compares the current state of your environment with the desired state that is defined in the template. The tool outputs the list of changes that will occur *without* applying the changes to your environment. You can use what-if with both incremental and complete mode deployments. Even if you plan to deploy your template using incremental mode, it's a good idea to run your what-if operation in complete mode.
8080

0 commit comments

Comments
 (0)