Use Cases
- Webhook Processing: Trigger Azure Functions from Control Plane events
- Custom Integrations: Connect to Azure-hosted business logic
- Serverless Workflows: Integrate with Azure Durable Functions
- Event Processing: Route events to Azure Function endpoints
Configuration Options
The
code is the function key that authenticates requests to your Azure Function. You can find it in the Azure Portal under your Function App’s App keys or Function keys section.Create an Azure Connector Secret
- Console UI
- CLI
- Terraform
- Pulumi
1
Navigate to Secrets
In the Console, navigate to Secrets and click New, or use the Create dropdown in the top-right corner and select Secret.
2
Enter basic information
Enter a Name and optional Description.
3
Select secret type
Select Azure Connector as the secret type.
4
Configure connector data
Click Data in the left pane. Enter the URL (Azure Function App deployment URL) and the Code (authentication key).
5
Create the secret
Click Create.
Finding Your Function Key
1
Open Azure Portal
Sign in to the Azure Portal.
2
Navigate to your Function App
Search for and select Function App, then select your function app from the list.
3
Access the keys
In the left menu, expand Functions, then select App keys for host-level keys. Alternatively, click on a specific function and select Function Keys for function-specific keys.
4
Copy the key
Copy the default key or create a new one for use in your Control Plane secret.
URL Format
Azure Function URLs follow this pattern:Next Steps
Azure SDK Secrets
Authenticate with Azure services using SDK
Using Secrets in Workloads
Learn how to grant access and inject secrets