A while back I put together an application provisioning process using PowerShell and Azure Pipelines to automate delivering Azure application environments including: Resource Groups AAD access groups Deployment App Registrations DevOps Service Connections As manually created service connections (through the DevOps API) require a secret, these secrets come with an expiration date. In this post, I’ll share how I automated the process of refreshing these tokens. Why automate it? Typically, my app...