microsoft / vscode-azurecontainerapps

Azure Container Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurecontainerapps
MIT License
33 stars 13 forks source link

Explore a solution to use existing environment configuration with `deployWorkspaceProject` #764

Open MicroFish91 opened 2 days ago

MicroFish91 commented 2 days ago

A user may want to configure their environment variables to reference secrets. If we force the user to provide an env file, we will likely overwrite any custom secretRef configurations they may have made. We should discuss the best way to handle this going forward.