Monsters Weekly 268 - GitHub Actions to Azure, without secrets!

Did you know that you can deploy your application to Azure using GitHub Actions without having to manage service principal secret credentials! In this episode, Monster Dave converts an existing GitHub Actions workflow to use OIDC based authentication with Azure Workload Identity Federation.

References:

Monsters Weekly 267 - Updating Legacy ASP.NET Applications

There are a lot of legacy ASP.NET applications out there. In this video we start looking at how we can update them

Monsters Weekly 266 - Time Series Data with Postgres

We’re exploring time series data on Postgres and to get started we need to get the proper extensions set up on our Azure instance. Let’s mash on that.

Monsters Weekly 265 - Suggest Code Changes in Azure DevOps Pull Requests

Did you know you can suggesting and apply code changes directly in an Azure DevOps pull requests! Use this simple feature to cut down on the time it takes to make small changes to a pull request in Azure DevOps

Monsters Weekly 263 - Postgresql and Entity Framework

Entity Framework dives many of today’s most popular applications. Using EF with PostgreSQL is a snap! Checkout how in this video.

Monsters Weekly 262 - Getting Started with PostgreSQL in C#

In this video we’ll start looking at how to use the PostgreSQL database from C#. We’ve previously looked a bit at PostgreSQL on azure and you can watch that here: https://www.aspnetmonsters.com/2022/09/monsters-weekly%5Cep260/

Monsters Weekly 261 - Ignoring files in git without the .gitignore

Ever wanted to hide a file in git but don’t want to make it global by adding it to the .gitignore? Simon has you covered!

Monsters Weekly 259 - Faster Azure DevOps Pipelines

Speed up your Azure DevOps Pipelines! By combining Shallow Fetch and turning off the Sync Tags option you can dramatically decrease the amount of time it takes to fetch your git repo.

Documentation:
https://learn.microsoft.com/en-us/azure/devops/release-notes/2022/sprint-209-update?tabs=yaml#do-not-sync-tags-when-fetching-a-git-repository

Monsters Weekly 260 - Postgres on Azure

SQL server isn’t the only database available on Azure. We can also use a really nice managed instance of postgresql.