Step-by-Step Guide to Deploy .NET Apps with GitHub OIDC Authentication
You can use GitHub OIDC authentication to deploy .NET apps to Azure App Service. This makes things safer and easier. OIDC gives your workflows some big benefits:
You get tokens that only last a short time. These tokens change by themselves. You do not have to handle secrets that last a long time.
Cloud providers only take tokens while your workflow runs. …

