You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/visual-studio-code.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,17 +268,17 @@ To use deployment pane:
268
268
1. Select **Pick JSON Parameters File** to select a JSON parameter file.
269
269
1. Select your desired action - **Deploy**, **Validate**, or **What-if**.
270
270
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:
-[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:
0 commit comments