Write a GitHub Actions workflow to build, test and deploy your .NET 6 API to Azure App Service
Learn how to create a CI/CD pipeline that will check and deploy your changes everytime you push to main
Learn how to create a CI/CD pipeline that will check and deploy your changes everytime you push to main
Every wondered if there is a better way of naming your Azure resources than my-database and my-app? Well, there is.
Test the full lifecycle of your API controllers using integration tests. Combined with in-memory databases you can fully mock your system and reproducible results. This approach even deals with cookies, so you can authenticate using a JWT in a cookie.
Validate JWTs as cookies, that are sent to an Azure Functions application
Inject environment specific settings into your Vue.js build, allowing you to change key configuration such as API endpoints