Skip to content

How to update a parameter? #6122

Answered by vhvb1989
AndiRudi asked this question in Q&A
Discussion options

You must be logged in to vote

Look for the file config.json. It should be inside the folder .azure/{your-env-name}/config.json

Then find the parameter in the infra.parameters section and delete it. (It should've been referencing a local vault, you don't need to worry about that).

Then run azd up again and azd will ask you for the value again.

These steps would keep your current deployment in Azure and just re-prompt for the parameter. Another option is to run azd down to delete your deployment from Azure, then run azd env new to create a new local azd env and finally azd up.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AndiRudi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants