Replies: 1 comment 4 replies
-
quick update: looks like the CLI is picking the first profile available in My workaround so far is to add a "deploy" profile at the very beginning, without any env var. When running locally from VS, I will be using the other one instead.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that when deploying with Aspire using
azd up
, the CLI uses the environment variables defined in thelaunchSettings.json
file from the Aspire Host'sProperties
folder. Is that the expected behavior?I thought that file was used only when running the solution locally.
I have some env vars defined in the selected environment folder under
.azure/
, but they get replaced.Beta Was this translation helpful? Give feedback.
All reactions