Featured image of post Optimize Azure CosmosDB costs

Optimize Azure CosmosDB costs

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).

Featured image of post Running Azure Functions in Docker container – crashes on production

Running Azure Functions in Docker container – crashes on production

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.

Featured image of post Running Azure Functions on your infrastructure

Running Azure Functions on your infrastructure

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.