Azure Functions
Using Azure Functions to Build a REST API with Custom Application Permissions
This article shows you how you can use Azure Functions to create a REST API with custom permissions that you grant to client applications calling your API.
This article shows you how you can use Azure Functions to create a REST API with custom permissions that you grant to client applications calling your API.
In this post I’ll show you how you can leverage Dependency Injection (DI) in a .NET Core Console Application. I wrote a tutorial on GitHub with source code so you can dive right in. The Read more…