This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hey all, this may be a silly question or the wrong way to handle this, but looking for some advice.
I have a folder structure for a python durable function app that has all the activity and orchestration functions in an src/ folder. Iโm working out how to do deployments to various environments (Dev/Test/Prod) utilizing a different key vault in each. Each environment is a separate subscription.
The keyvault name is sourced from a config.ini file in the src folder. I thought this would be a relatively simple way to change the name of the keyvault as the app moved through the various environments. However Iโm getting a little stuck trying to update this file as part of the YAML build pipeline.
Any info or tips would be appreciated, even if the answer if donโt use a config.ini file and go a different route. Any advice appreciated, thanks!
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/AZURE/comme...