2024
Deploying C# Asp.Net Core to an Azure App Service via GitHub Actions using a deploy.yml File
Keen to understand how to deploy your C# Asp.Net Core application an an Azure App Service using GitHub Actions Continuous Integration (CI/CD)? Today we'll discuss exactly how to do just that!
Creating an Azure App Service via Azure-CLI using a Bash Script
Looking to setup an Azure App Service, but tired of configuring it all in the Azure Portal Dashboard? There's a solution to that...In today's blog I'm going to show you a quick way of setting up your managed service via the Azure-CLI, using a Bash Script.
2020
xUnit "Test Driven" Continuous Integration to Microsoft Azure Web App Services using Appveyor - C# ASP.Net MVC Core
Continuously deploying via Appveyor CI? Simon Gilbert explains only deploying an Azure Web App Service if all your xUnit tests pass in ASP.Net MVC Core
2019
Continuous Integration for Azure Web App Service Deployments using Appveyor - C# ASP.Net MVC Core
Deploying Microsoft Azure Web App Services? Simon Gilbert explains continuous integration to the Azure Cloud, using YAML, Appveyor and C# ASP.Net MVC Core.
Microsoft Azure Web App Service SSL/TLS Security using Cloudflare - C# ASP.Net MVC Core
SSL/TLS certificate & DDOS protection required? Simon Gilbert details Cloudflare on a Microsoft Azure Web App Service running C# ASP.Net MVC Core