Skip to content

Commit

Permalink
Update deploy pane readme (#12336)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-c-martin authored Oct 31, 2023
1 parent 7edc1c6 commit f3ac502
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/deploy-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## What is it?
The Deployment Pane is a UI panel in VSCode that allows you to connect to your Azure subscription and execute validate, deploy & whatif operations and get instant feedback without leaving the editor.

This feature is currently experimental while we collect feedback, but can be easily enabled if desired.
This feature is currently experimental while we collect feedback.

## Using
1. Open a `.bicep` or `.bicepparam` file in your editor.
Expand All @@ -19,13 +19,13 @@ This feature is currently experimental while we collect feedback, but can be eas
### Switching Tenants
Use the `Azure: Select Tenant` command from the VSCode Command Palette to change the tenant used by the deployment pane. If you need to log in to a different AAD account, then you may instead need to use the `Azure: Sign In` command.

## Limitations / Notes
1. Only subscription & resource group scoped deployments are currently supported.
## Notes
1. Changes you make in the editor are picked up immediately - you do not need to save the file.

## Disabling
1. You must be using Bicep VSCode extension v0.23 or later.
1. Check the "Experimental: Disable Deployment Pane" [VSCode setting](https://code.visualstudio.com/docs/getstarted/settings) to hide the functionality.
![](./images/deploypane-disable.png)

## Raising bugs or feature requests
Please raise bug reports or feature requests under [Bicep Issues](https://github.com/Azure/bicep/issues) as usual.
Binary file modified docs/images/deploypane-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/deploypane-disable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/deploypane-setting.png
Binary file not shown.
Binary file modified docs/images/deploypane-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f3ac502

Please sign in to comment.