Azure Durable Functions represent a powerful extension of Azure Functions that enables developers to build stateful functions in a serverless compute environment. Unlike traditional Azure
Tag: workflows
Github actions for CI/CD of .net core app
Intoduction to Github Actions GitHub Actions is a powerful automation and workflow tool provided by GitHub, a popular platform for version control and collaboration on
GitHub Actions: Complete Guide to Building CI/CD Workflows
Learn how to build powerful CI/CD workflows with GitHub Actions. This comprehensive guide covers everything from basic setup to advanced patterns, best practices, and real-world examples for automating your software development process.