Skip to content

Commit 679c3ba

Browse files
committed
edit
1 parent 39d8f81 commit 679c3ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Preflight is the server validation phase that runs after you submit the template
1212
To understand preflight, it helps to see where it fits compared to other checks:
1313

1414
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.
15+
2. **Preflight**: 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.
17-
4. [**Deployment**](./deploy-cli.md): The actual execution where Azure builds the resources.
17+
4. **Deployment**: The actual execution where Azure builds the resources.
1818

1919
When you trigger a preflight check, Azure Resource Manager doesn't just look at the code. It looks at the live environment and the resource provider (the service responsible for the specific resource, like Microsoft.Compute). It verifies:
2020

0 commit comments

Comments
 (0)