Azure CosmosDB is one of the best NoSQL databases I ever worked with. But in many use cases, this database makes your budget bleeding. This post describes this service pricing & how to optimize costs (mostly for MongoDB-styled developers).
Do you have some Application settings in appsettings.json for App Service (or Azure Function) structured in sections? And do you know how to set up same structure as Application settings in Azure?
One day I have deployed my Azure Function app into container to production server (.NET Core on Linux). And app started to fail after few minutes, without any reason, with exit code 137. This post describes how I debugged the problem – to my suprise, it was caused by .NET Garbage Collector.
With Azure Functions, you don’t need to care how to run your serverless functions. But what to do, if you want to care and run it by yourself? This post describes how to run your Azure Functions application on own infrastructure with Docker.
Sometimes you need to check your .NET project’s memory management, but how to purge Garbage Collector during debugging from Visual Studio?