Skip to content

Commit c1c9b56

Browse files
committed
fix indentation
1 parent 7bdd85f commit c1c9b56

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/azure-resource-manager/bicep/visual-studio-code.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -268,17 +268,17 @@ To use deployment pane:
268268
1. Select **Pick JSON Parameters File** to select a JSON parameter file.
269269
1. Select your desired action - **Deploy**, **Validate**, or **What-if**.
270270

271-
- **Deploy**: deploys to Azure, and the result including the defined output are shown in the deployment pane.
272-
- **Validate**: verifies that all declared variables and parameters are used, ensures no sensitive information is returned, and detects any hard-coded values. In the preceding screenshot, the validation was successful.
273-
- **What-if**: executes a **What-If** analysis directly from the deployment pane. This performs the same function as that in Azure PowerShell and Azure CLI. The pane displays the results, showing any planned changes.
274-
275-
For more information, see one of the following articles:
276-
277-
- [Bicep deployment what-if operation](./deploy-what-if.md)
278-
- [Deploy Bicep files with Visual Studio Code](./deploy-vscode.md)
279-
- [Deploy Bicep files with Azure CLI](./deploy-cli.md)
280-
- [Deploy Bicep files with Azure PowerShell](./deploy-powershell.md)
281-
- [Deploy Bicep files with Azure cloud shell](./deploy-cloud-shell.md)
271+
- **Deploy**: deploys to Azure, and the result including the defined output are shown in the deployment pane.
272+
- **Validate**: verifies that all declared variables and parameters are used, ensures no sensitive information is returned, and detects any hard-coded values. In the preceding screenshot, the validation was successful.
273+
- **What-if**: executes a **What-If** analysis directly from the deployment pane. This performs the same function as that in Azure PowerShell and Azure CLI. The pane displays the results, showing any planned changes.
274+
275+
For more information, see one of the following articles:
276+
277+
- [Bicep deployment what-if operation](./deploy-what-if.md)
278+
- [Deploy Bicep files with Visual Studio Code](./deploy-vscode.md)
279+
- [Deploy Bicep files with Azure CLI](./deploy-cli.md)
280+
- [Deploy Bicep files with Azure PowerShell](./deploy-powershell.md)
281+
- [Deploy Bicep files with Azure cloud shell](./deploy-cloud-shell.md)
282282

283283
## Troubleshoot
284284

0 commit comments

Comments
 (0)