How to deploy an Azure resource using Terraform when it is not available in the AzureRM official provider
This post is going to walk you through the options available when we want to create or update a service on Azure using Terraform, but it is not available on the AzureRM Terraform provider.
How to notify AWS events to Microsoft Teams using AWS EventBridge and AWS Lambda
An AWS event indicates a change in a service, and in this post I want to show you how you can notify those events to a Microsoft Teams channel using AWS EventBridge and AWS Lambda.
Keep your .NET platform images up to date using AWS ECR and Azure Pipelines
When talking about containers security on the enterprise one of the best practices is to use your own platform images, those platform images are the base for your company applications. In this post I’m going to show you an opinionated implementation of how to automate the creation and update of your own .NET platform images using Azure Pipelines and AWS ECR.
How to easily check on your CI/CD pipelines if your app has a NuGet package with a security vulnerability
Almost any dotnet application has several NuGet dependencies, and those dependencies may have their own dependencies, and so on and so forth. What if any of those dependencies you’re using contains a security vulnerability? You can check on your CI/CD pipeline if your application has any known NuGet vulnerability with just a couple of lines of bash script.
How to deploy a SignalR Core application to AWS
This post is about which AWS services can be used and how to set them up properly when you want to deploy a SignalR Core application to AWS.