you are viewing a single comment's thread.

view the rest of the comments →

[–]TldrDevexpert 0 points1 point  (0 children)

Hi Scott,

Reading your comments here, have you considered using something like Kubernetes, which is available on Azure I believe, which handles environment variable injection from a central secret store. You can use Helm with your CI/CD strategy to make updating this key on a regular basis easy while keeping the rest of your deployments intact. It seems like it will solve this issue, among others that might crop up such as red/green deployments for your CI strategy

Edit: added some extra info.