Introduction Azure Functions is one of Microsoft’s serverless cloud offerings. It allows you to run a piece of code in the cloud that can be triggered by a wide range of events, including a timer trigger to run a function based on a schedule. You specify a schedule with an NCRON expression, which is similar
If you’re working with EF Core and Azure Cosmos DB, the C# .NET samples and study material from my Pluralsight course Using EF Core 6 with Azure Cosmos DB can help. You can find the GitHub repository here, and the accompanying course that guides you through it here. Subjects covered The Cosmos provider Dependency injection
I’m happy to announce my new Pluralsight course Using EF Core 6 with Azure Cosmos DB! EF Core is a lightweight and extensible object-database mapper for .NET, and EF Core 6 contains many improvements to the Azure Cosmos DB database provider. This course will teach you how to use the provider in your applications. It’s
I use Azure Function Apps on a daily basis and was recently working on some scripts to handle configuration and security. I’ll talk about the security part in another post, but wanted to share this little tip on how to use PowerShell to set the scale out limit for an Azure Function App that is