Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify productionizing parameter configuration #197

Open
Tracked by #251
luisquintanilla opened this issue Oct 16, 2023 · 1 comment
Open
Tracked by #251

Simplify productionizing parameter configuration #197

luisquintanilla opened this issue Oct 16, 2023 · 1 comment

Comments

@luisquintanilla
Copy link
Collaborator

The guidance for productionizing asks users to update parameters in the bicep files.

Investigate how to make it easier with azd paramter prompts or similar workflow.

@aaronpowell
Copy link
Member

There's two ways we could do parameters with overrides:

  1. We can use environment variables that we set using azd env set, like we do for openAiResourceGroupLocation
  2. We can provide a default value if it's not set, like we do for chatGptDeploymentName

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants