AzureFunctionHandler
, you can easily list, retrieve, and configure function apps within your Azure subscription. It leverages the Azure SDK to interact with Azure Functions resources, supporting authentication via ClientSecretCredential
.
Example
To create theAzureFunctionHandler
object, provide your Azure credentials:
Retrieves all function apps across the given subscription.
Get all function apps inside a specific resource group.
Retrieve metadata and configuration of a specific function app.
Fetches site configuration, app settings, and connection strings.