D-McInnes8
D-McInnes8
Thanks for the reply, this is the code we're using to configure the client: ``` .UseOrleansClient((context, builder) => { var siloConfig = context.Configuration.GetSection(nameof(SiloSettings)).Get(); builder .UseAzureStorageClustering(opt => { opt.ConfigureTableServiceClient(context.Configuration.GetConnectionString("EngineIngestionStorageAccount")); }) .Configure(o...
We've done more testing and only managed to replicate the issue when the function app is started / restarted, so it looks like it is an issue with the startup....