Skip to content

Commit 39d8f81

Browse files
committed
update
1 parent 3233251 commit 39d8f81

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/azure-resource-manager/bicep/deploy-preflight.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Preflight is the server validation phase that runs after you submit the template
1111

1212
To understand preflight, it helps to see where it fits compared to other checks:
1313

14-
1. [**Linting (Static Check)**](./linter.md): Checks syntax and best practices (for example, "You have an unused variable") while you type in VS Code.
15-
2. **Deployment Validation (The "Dry Run")**: This step is preflight. It sends your template to Azure to see if Azure Resource Manager (ARM) accepts the configuration.
14+
1. [**Linting**](./linter.md): Checks syntax and best practices (for example, "You have an unused variable") while you type in VS Code.
15+
2. **Preflight**: It sends your template to Azure to see if Azure Resource Manager (ARM) accepts the configuration.
1616
3. [**What-If**](./deploy-what-if.md): Predicts exactly which resources are created, modified, or deleted.
1717
4. [**Deployment**](./deploy-cli.md): The actual execution where Azure builds the resources.
1818

@@ -57,14 +57,14 @@ Preflight validation runs automatically when you use deployment validate or what
5757
5858
For more information, see [Deploy Bicep files with the Azure CLI](./deploy-cli.md) and [Deploy Bicep files with the Azure PowerShell](./deploy-powershell.md).
5959
60-
- What-if
61-
62-
What-if includes preflight checks before calculating changes unless you configure it to skip the preflight. For more information, see [Running the what-if operation](./deploy-what-if.md#running-the-what-if-operation).
63-
6460
- Azure portal **Review + create** step
6561
6662
Currently, the Azure portal only supports deploying ARM JSON templates. For more information, see [Deploy ARM templates with the Azure portal](../templates/deploy-portal.md).
6763
64+
- What-if
65+
66+
What-if includes preflight checks before calculating changes unless you configure it to skip the preflight. For more information, see [Running the what-if operation](./deploy-what-if.md#running-the-what-if-operation).
67+
6868
Preflight errors appear in the activity log but not in deployment history, because the deployment never began.
6969
7070
## Next steps

0 commit comments

Comments
 (0)