Security & Tenancy¶
Use this category for identity-first integration and tenant-aware isolation. These recipes focus on managed identity, secret reduction, and access boundaries in multi-tenant systems.
Category map¶
flowchart LR
Client[Client + identity claims] -->|HTTP| Fn[Azure Function]
Fn --> MI[Managed identity]
MI --> Resource[(Storage / Service Bus / DB)]
Fn --> Tenant{Tenant allowlist}
| Recipe | Trigger | Difficulty |
|---|---|---|
| Managed Identity Storage | Queue trigger + Azure Storage via managed identity | Intermediate |
| Managed Identity Service Bus | Service Bus trigger via managed identity | Intermediate |
| Secretless Key Vault | HTTP + Key Vault + managed identity | Intermediate |
| Tenant Isolation | HTTP + tenant context | Advanced |