JetBrains / azure-tools-for-intellij

Azure Toolkit for JetBrains Rider.
MIT License
45 stars 10 forks source link

App settings for deploying web apps and functions - enhancements to 4.0 preview #848

Open maartenba opened 6 days ago

maartenba commented 6 days ago

In the 4.0 preview, currently it is possible to add configuration key/values for publishing (app settings). There are 2 enhancements that would be very useful here.

  1. Collapse the key/value control by default. If I have a secret in there, right now it is always shown (also when doing demos/screen recording/...). Collapsing this list by default would be an easy yet effective way of "hiding" these secrets.

  2. When deploying, the settings in Azure are always overwritten by the deployment. It would be good to have a toggle to opt-in to overwriting, so configuration changes made in the Azure portal are not overwritten by local version (by default)