Pamela Fox
Pamela Fox
^^ Added related issues/PRs to the description.
Yeah I tend to agree, for Python we would like to be able to say "python bla.py" or "py bla.py" or whatever works on an OS. Or even use other...
@richardpark-msft I like .env files, but then we have the issues I discussed above, where the variables leak into the global environment and get picked up by azd on the...
The filter could help, as AZURE_ENV_NAME is definitely the most problem-causing of the env variables. However, many people do currently have a flow where an outputted env variable is *also*...
Should we be prefixing certain env variables with APP_ then? We don't have a convention currently, so I wouldnt have a regex that would work with my current templates, but...
I likely would not use a complex regex and just build the file using individual azd env get-value calls as I'm doing now, but there's still the issue that azd...
For situations where users start of with a .env file, then I usually just tell them how to update that file after running `up`, so I say "Copy the value...
Ah, thank you! I think it would be nice to have a top-level Costs section that mentioned the differences in the architectures and suggested which one is the cheapest to...
Should the predeploy hook be prepackage?
That usually means that no data was indexed. When you run `./scripts/prepdocs.sh` (or `./scripts/prepdocs.ps1`, are there any errors? What is the size of your index when you open it in...