Azure Functions
Function concept with PowerShell
Azure Function Apps is a "Function as a Service" solution and offers serverless execution of high...
How to Function
This is a short guide for creating an Azure Function. This is a high-level concept in order to be...
Centralize log collection with a custom REST API
All environments of a larger IT team write several thousand logs and status messages every day. T...
Credential handling with Azure KeyVault
With this option, the secrets for Azure Functions are stored in an Azure Key Vault. An access pol...
Access Azure Function App via OAuth 2.0 authentication
This is a guide to protect Azure Function executions using OAuth 2.0. So the execution of the cod...
Create reference to Azure Key Vault content from function code
Requirements: Basic Azure Function knowledge and access to an Azure Key Vault & Azure Function. ...
Run PowerShell Code from frontend on backend using Azure Function
This tutorial shows how to build a REST API that executes PowerShell code using an Azure Function...