Manage app settings/secrets with API
As a developer, I want to automate the creation/update of appsettings/secrets in the DXP portal during deployment. So that I'm sure there are no mistakes introduced.
We typically deploy our code with a pipeline in Azure DevOps. It would be nice if we could also create and update appropriate app and secrets via the Deployment API. To further automate deployments of our releases.
There can also be settings/secrets that are sourced elsewhere, as they are multi-purposed for other applications too. We see that sometimes human interactions for setting up the keys can take awhile (if there are many. Mistakes are introduced easily. Sometimes hard to justify the time that is needed to recover from those mistakes in crucial production scenario's.
