Closed
Description
Context:
- .NET7,
- Azure App Service Plan on Linux
- Azure durable function: 1 orchestrator client, 1 orchestrator and 2 activities
- Orchestrator client read/write data from/to Azure Storage table
- Function integrated into VNet
- Storage table inside same VNet
- Connection between function and storage account via user managed identity
The function does not even start.
Without VNet integration, all components work as expected but VNet is a requirement.