Skip to content

Category: Software Development

Solved: Azure Functions in Azure Container Apps – Unable to resolve service for type ‘Microsoft.AspNetCore.Hosting.IHostingEnvironment’ while attempting to activate ‘Microsoft.AspNetCore.Hosting.DefaultApplicationInsightsServiceConfigureOptions’

As mentioned in my previous post I am currently switching my wife’s eshop from Azure App Services to Azure Container Apps. The solution itself uses an Azure Functions project to perform asynchronous operations triggered via queued messages and uses Azure Application Insights for logging and monitoring. The Problem The previous functions project I had was…

Solved: Facebook Authentication with ASP.Net in Azure Container Apps sends unsecure redirect url

I am currently in the process of switching my wife’s eshop from Azure App Services to Azure Container Apps. The site itself using Facebook Authentication and whilst testing the new version I recently encountered a perplexing issue where the Facebook Authentication was not working. The Problem The Facebook page was returning an error message repeatedly…

Solved: Standalone React Project – The directory {directory} contains files that could conflict.

I recently came across this tutorial on the new standalone javascript projects in Visual Studio 2022 via this blog post courtesy of Scott Hanselman. I was excited with the prospect of having standalone javascript projects inside of Visual Studio. Unfortunately I couldn’t move past the first step of creating the project as I was getting…