Skip to content

Ruben Mamo Posts

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…

Solved: NETSDK1045: The current .NET SDK does not support targeting .NET Core 3.1.

I recently started working on a new project with .NET Core 3.1 using Azure DevOps as my CI/CD pipeline. I was using an on premise build agent (not hosted) with Visual Studio 2019 and teh .Net Core 3.1 SDK installed on it. I started getting the following error in the Nuget Restore step when attempting…