OfficeDev / microsoft-teams-apps-company-communicator

Company Communicator app template
MIT License
329 stars 403 forks source link

Sent Messages Landing in Dead-Letter Queue #1224

Closed weixian-zhang closed 10 months ago

weixian-zhang commented 10 months ago
image image

2023-11-21T12:25:57.171 [Error] Executed 'PrepareToSendFunction' (Failed, Id=199a6090-5f41-4da2-8ad0-b1dbb939107d, Duration=4ms)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.b73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat System.RuntimeMethodHandle.InvokeMethod(Object target,Span1& arguments,Signature sig,Boolean constructor,Boolean wrapExceptions)at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr,Binder binder,Object[] parameters,CultureInfo culture)at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture)at System.Activator.CreateInstance(Type type,BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture,Object[] activationAttributes)at System.Activator.CreateInstance(Type type,Object[] args)at DryIoc.ReflectionFactory.<>c__DisplayClass21_0.b1() at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7434at DryIoc.Scope.TryGetOrAdd(ImMap`1 items,Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7849at DryIoc.Scope.GetOrAdd(Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7834at DryIoc.ReflectionFactory.CreateServiceExpression(MemberInfo ctorOrMember,Expression factoryExpr,Expression[] paramExprs,Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7355at DryIoc.ReflectionFactory.CreateExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7103at DryIoc.Factory.GetExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6554at DryIoc.Factory.GetDelegateOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6634at DryIoc.Container.ResolveAndCacheDefaultFactoryDelegate(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 210at DryIoc.Container.DryIoc.IResolver.Resolve(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 195at Microsoft.Azure.WebJobs.Script.WebHost.DependencyInjection.ScopedServiceProvider.GetService(Type serviceType) at //src/WebJobs.Script.WebHost/DependencyInjection/ScopedServiceProvider.cs : 25at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetService(IServiceProvider sp,Type type,Type requiredBy,Boolean isDefaultParameterRequired)at lambda_method526(Closure ,IServiceProvider ,Object[] )at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IServiceProvider serviceProvider) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 37at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 32at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.<>c__DisplayClass1_1.<.ctor>b__0(IFunctionInstanceEx i) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 20at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.Create(IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 26at Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker2.CreateInstance(IFunctionInstanceEx functionInstance) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionInvoker.cs : 44at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ParameterHelper.Initialize() at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 792at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.TryExecuteAsync(IFunctionInstance functionInstance,CancellationToken cancellationToken) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 104 2023-11-21T12:25:57.226 [Error] Message processing error (Action=UserCallback, ClientId=MessageReceiver2company-communicator-prep, EntityPath=company-communicator-prep, Endpoint=ccapp111211.servicebus.windows.net)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.<Parse>b__73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat Microsoft.Azure.WebJobs.ServiceBus.MessageProcessor.CompleteProcessingMessageAsync(Message message,FunctionResult result,CancellationToken cancellationToken)at async Microsoft.Azure.WebJobs.ServiceBus.Listeners.ServiceBusListener.ProcessMessageAsync(Message message,CancellationToken cancellationToken)at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at async Microsoft.Azure.ServiceBus.MessageReceivePump.MessageDispatchTask(Message message) 2023-11-21T12:25:57.281 [Error] Executed 'PrepareToSendFunction' (Failed, Id=63a6dede-89a0-44ea-b709-e30730d4f4be, Duration=1ms)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.b73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat System.RuntimeMethodHandle.InvokeMethod(Object target,Span1& arguments,Signature sig,Boolean constructor,Boolean wrapExceptions)at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr,Binder binder,Object[] parameters,CultureInfo culture)at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture)at System.Activator.CreateInstance(Type type,BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture,Object[] activationAttributes)at System.Activator.CreateInstance(Type type,Object[] args)at DryIoc.ReflectionFactory.<>c__DisplayClass21_0.b1() at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7434at DryIoc.Scope.TryGetOrAdd(ImMap`1 items,Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7849at DryIoc.Scope.GetOrAdd(Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7834at DryIoc.ReflectionFactory.CreateServiceExpression(MemberInfo ctorOrMember,Expression factoryExpr,Expression[] paramExprs,Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7355at DryIoc.ReflectionFactory.CreateExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7103at DryIoc.Factory.GetExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6554at DryIoc.Factory.GetDelegateOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6634at DryIoc.Container.ResolveAndCacheDefaultFactoryDelegate(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 210at DryIoc.Container.DryIoc.IResolver.Resolve(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 195at Microsoft.Azure.WebJobs.Script.WebHost.DependencyInjection.ScopedServiceProvider.GetService(Type serviceType) at //src/WebJobs.Script.WebHost/DependencyInjection/ScopedServiceProvider.cs : 25at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetService(IServiceProvider sp,Type type,Type requiredBy,Boolean isDefaultParameterRequired)at lambda_method526(Closure ,IServiceProvider ,Object[] )at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IServiceProvider serviceProvider) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 37at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 32at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.<>c__DisplayClass1_1.<.ctor>b__0(IFunctionInstanceEx i) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 20at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.Create(IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 26at Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker2.CreateInstance(IFunctionInstanceEx functionInstance) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionInvoker.cs : 44at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ParameterHelper.Initialize() at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 792at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.TryExecuteAsync(IFunctionInstance functionInstance,CancellationToken cancellationToken) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 104 2023-11-21T12:25:57.340 [Error] Message processing error (Action=UserCallback, ClientId=MessageReceiver2company-communicator-prep, EntityPath=company-communicator-prep, Endpoint=ccapp111211.servicebus.windows.net)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.<Parse>b__73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat Microsoft.Azure.WebJobs.ServiceBus.MessageProcessor.CompleteProcessingMessageAsync(Message message,FunctionResult result,CancellationToken cancellationToken)at async Microsoft.Azure.WebJobs.ServiceBus.Listeners.ServiceBusListener.ProcessMessageAsync(Message message,CancellationToken cancellationToken)at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at async Microsoft.Azure.ServiceBus.MessageReceivePump.MessageDispatchTask(Message message) 2023-11-21T12:25:57.396 [Error] Executed 'PrepareToSendFunction' (Failed, Id=da910ec8-f81d-4fb8-a5ee-1c1ccd3faba3, Duration=1ms)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.b73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat System.RuntimeMethodHandle.InvokeMethod(Object target,Span1& arguments,Signature sig,Boolean constructor,Boolean wrapExceptions)at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr,Binder binder,Object[] parameters,CultureInfo culture)at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture)at System.Activator.CreateInstance(Type type,BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture,Object[] activationAttributes)at System.Activator.CreateInstance(Type type,Object[] args)at DryIoc.ReflectionFactory.<>c__DisplayClass21_0.b1() at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7434at DryIoc.Scope.TryGetOrAdd(ImMap`1 items,Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7849at DryIoc.Scope.GetOrAdd(Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7834at DryIoc.ReflectionFactory.CreateServiceExpression(MemberInfo ctorOrMember,Expression factoryExpr,Expression[] paramExprs,Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7355at DryIoc.ReflectionFactory.CreateExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7103at DryIoc.Factory.GetExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6554at DryIoc.Factory.GetDelegateOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6634at DryIoc.Container.ResolveAndCacheDefaultFactoryDelegate(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 210at DryIoc.Container.DryIoc.IResolver.Resolve(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 195at Microsoft.Azure.WebJobs.Script.WebHost.DependencyInjection.ScopedServiceProvider.GetService(Type serviceType) at //src/WebJobs.Script.WebHost/DependencyInjection/ScopedServiceProvider.cs : 25at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetService(IServiceProvider sp,Type type,Type requiredBy,Boolean isDefaultParameterRequired)at lambda_method526(Closure ,IServiceProvider ,Object[] )at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IServiceProvider serviceProvider) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 37at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 32at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.<>c__DisplayClass1_1.<.ctor>b__0(IFunctionInstanceEx i) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 20at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.Create(IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 26at Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker2.CreateInstance(IFunctionInstanceEx functionInstance) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionInvoker.cs : 44at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ParameterHelper.Initialize() at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 792at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.TryExecuteAsync(IFunctionInstance functionInstance,CancellationToken cancellationToken) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 104 2023-11-21T12:25:57.468 [Error] Message processing error (Action=UserCallback, ClientId=MessageReceiver2company-communicator-prep, EntityPath=company-communicator-prep, Endpoint=ccapp111211.servicebus.windows.net)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.<Parse>b__73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat Microsoft.Azure.WebJobs.ServiceBus.MessageProcessor.CompleteProcessingMessageAsync(Message message,FunctionResult result,CancellationToken cancellationToken)at async Microsoft.Azure.WebJobs.ServiceBus.Listeners.ServiceBusListener.ProcessMessageAsync(Message message,CancellationToken cancellationToken)at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at async Microsoft.Azure.ServiceBus.MessageReceivePump.MessageDispatchTask(Message message) 2023-11-21T12:25:57.528 [Error] Executed 'PrepareToSendFunction' (Failed, Id=404a69c6-31e8-4ca8-98d4-30e78edb8ed2, Duration=1ms)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.b73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat System.RuntimeMethodHandle.InvokeMethod(Object target,Span1& arguments,Signature sig,Boolean constructor,Boolean wrapExceptions)at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr,Binder binder,Object[] parameters,CultureInfo culture)at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture)at System.Activator.CreateInstance(Type type,BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture,Object[] activationAttributes)at System.Activator.CreateInstance(Type type,Object[] args)at DryIoc.ReflectionFactory.<>c__DisplayClass21_0.b1() at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7434at DryIoc.Scope.TryGetOrAdd(ImMap`1 items,Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7849at DryIoc.Scope.GetOrAdd(Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7834at DryIoc.ReflectionFactory.CreateServiceExpression(MemberInfo ctorOrMember,Expression factoryExpr,Expression[] paramExprs,Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7355at DryIoc.ReflectionFactory.CreateExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7103at DryIoc.Factory.GetExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6554at DryIoc.Factory.GetDelegateOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6634at DryIoc.Container.ResolveAndCacheDefaultFactoryDelegate(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 210at DryIoc.Container.DryIoc.IResolver.Resolve(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 195at Microsoft.Azure.WebJobs.Script.WebHost.DependencyInjection.ScopedServiceProvider.GetService(Type serviceType) at //src/WebJobs.Script.WebHost/DependencyInjection/ScopedServiceProvider.cs : 25at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetService(IServiceProvider sp,Type type,Type requiredBy,Boolean isDefaultParameterRequired)at lambda_method526(Closure ,IServiceProvider ,Object[] )at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IServiceProvider serviceProvider) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 37at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 32at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.<>c__DisplayClass1_1.<.ctor>b__0(IFunctionInstanceEx i) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 20at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.Create(IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 26at Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker2.CreateInstance(IFunctionInstanceEx functionInstance) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionInvoker.cs : 44at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ParameterHelper.Initialize() at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 792at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.TryExecuteAsync(IFunctionInstance functionInstance,CancellationToken cancellationToken) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 104 2023-11-21T12:25:57.579 [Error] Message processing error (Action=UserCallback, ClientId=MessageReceiver2company-communicator-prep, EntityPath=company-communicator-prep, Endpoint=ccapp111211.servicebus.windows.net)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.<Parse>b__73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat Microsoft.Azure.WebJobs.ServiceBus.MessageProcessor.CompleteProcessingMessageAsync(Message message,FunctionResult result,CancellationToken cancellationToken)at async Microsoft.Azure.WebJobs.ServiceBus.Listeners.ServiceBusListener.ProcessMessageAsync(Message message,CancellationToken cancellationToken)at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at async Microsoft.Azure.ServiceBus.MessageReceivePump.MessageDispatchTask(Message message) 2023-11-21T12:25:57.634 [Error] Executed 'PrepareToSendFunction' (Failed, Id=5e66f8d8-785f-4c7d-b7d1-1a0cbe9e090d, Duration=1ms)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.b73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat System.RuntimeMethodHandle.InvokeMethod(Object target,Span1& arguments,Signature sig,Boolean constructor,Boolean wrapExceptions)at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr,Binder binder,Object[] parameters,CultureInfo culture)at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture)at System.Activator.CreateInstance(Type type,BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture,Object[] activationAttributes)at System.Activator.CreateInstance(Type type,Object[] args)at DryIoc.ReflectionFactory.<>c__DisplayClass21_0.b1() at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7434at DryIoc.Scope.TryGetOrAdd(ImMap`1 items,Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7849at DryIoc.Scope.GetOrAdd(Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7834at DryIoc.ReflectionFactory.CreateServiceExpression(MemberInfo ctorOrMember,Expression factoryExpr,Expression[] paramExprs,Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7355at DryIoc.ReflectionFactory.CreateExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7103at DryIoc.Factory.GetExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6554at DryIoc.Factory.GetDelegateOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6634at DryIoc.Container.ResolveAndCacheDefaultFactoryDelegate(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 210at DryIoc.Container.DryIoc.IResolver.Resolve(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 195at Microsoft.Azure.WebJobs.Script.WebHost.DependencyInjection.ScopedServiceProvider.GetService(Type serviceType) at //src/WebJobs.Script.WebHost/DependencyInjection/ScopedServiceProvider.cs : 25at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetService(IServiceProvider sp,Type type,Type requiredBy,Boolean isDefaultParameterRequired)at lambda_method526(Closure ,IServiceProvider ,Object[] )at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IServiceProvider serviceProvider) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 37at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 32at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.<>c__DisplayClass1_1.<.ctor>b__0(IFunctionInstanceEx i) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 20at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.Create(IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 26at Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker2.CreateInstance(IFunctionInstanceEx functionInstance) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionInvoker.cs : 44at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ParameterHelper.Initialize() at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 792at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.TryExecuteAsync(IFunctionInstance functionInstance,CancellationToken cancellationToken) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 104 2023-11-21T12:25:57.701 [Error] Message processing error (Action=UserCallback, ClientId=MessageReceiver2company-communicator-prep, EntityPath=company-communicator-prep, Endpoint=ccapp111211.servicebus.windows.net)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.<Parse>b__73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat Microsoft.Azure.WebJobs.ServiceBus.MessageProcessor.CompleteProcessingMessageAsync(Message message,FunctionResult result,CancellationToken cancellationToken)at async Microsoft.Azure.WebJobs.ServiceBus.Listeners.ServiceBusListener.ProcessMessageAsync(Message message,CancellationToken cancellationToken)at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at async Microsoft.Azure.ServiceBus.MessageReceivePump.MessageDispatchTask(Message message) 2023-11-21T12:25:57.747 [Error] Executed 'PrepareToSendFunction' (Failed, Id=3ab6ef83-8556-42ea-9a08-83b8c5f2bf9b, Duration=1ms)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.b73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat System.RuntimeMethodHandle.InvokeMethod(Object target,Span1& arguments,Signature sig,Boolean constructor,Boolean wrapExceptions)at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr,Binder binder,Object[] parameters,CultureInfo culture)at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture)at System.Activator.CreateInstance(Type type,BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture,Object[] activationAttributes)at System.Activator.CreateInstance(Type type,Object[] args)at DryIoc.ReflectionFactory.<>c__DisplayClass21_0.b1() at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7434at DryIoc.Scope.TryGetOrAdd(ImMap`1 items,Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7849at DryIoc.Scope.GetOrAdd(Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7834at DryIoc.ReflectionFactory.CreateServiceExpression(MemberInfo ctorOrMember,Expression factoryExpr,Expression[] paramExprs,Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7355at DryIoc.ReflectionFactory.CreateExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7103at DryIoc.Factory.GetExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6554at DryIoc.Factory.GetDelegateOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6634at DryIoc.Container.ResolveAndCacheDefaultFactoryDelegate(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 210at DryIoc.Container.DryIoc.IResolver.Resolve(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 195at Microsoft.Azure.WebJobs.Script.WebHost.DependencyInjection.ScopedServiceProvider.GetService(Type serviceType) at //src/WebJobs.Script.WebHost/DependencyInjection/ScopedServiceProvider.cs : 25at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetService(IServiceProvider sp,Type type,Type requiredBy,Boolean isDefaultParameterRequired)at lambda_method526(Closure ,IServiceProvider ,Object[] )at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IServiceProvider serviceProvider) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 37at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 32at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.<>c__DisplayClass1_1.<.ctor>b__0(IFunctionInstanceEx i) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 20at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.Create(IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 26at Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker2.CreateInstance(IFunctionInstanceEx functionInstance) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionInvoker.cs : 44at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ParameterHelper.Initialize() at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 792at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.TryExecuteAsync(IFunctionInstance functionInstance,CancellationToken cancellationToken) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 104 2023-11-21T12:25:57.811 [Error] Message processing error (Action=UserCallback, ClientId=MessageReceiver2company-communicator-prep, EntityPath=company-communicator-prep, Endpoint=ccapp111211.servicebus.windows.net)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.<Parse>b__73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat Microsoft.Azure.WebJobs.ServiceBus.MessageProcessor.CompleteProcessingMessageAsync(Message message,FunctionResult result,CancellationToken cancellationToken)at async Microsoft.Azure.WebJobs.ServiceBus.Listeners.ServiceBusListener.ProcessMessageAsync(Message message,CancellationToken cancellationToken)at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at async Microsoft.Azure.ServiceBus.MessageReceivePump.MessageDispatchTask(Message message) 2023-11-21T12:25:57.855 [Error] Executed 'PrepareToSendFunction' (Failed, Id=ece97772-73ca-41e1-914d-bd52592d2c8c, Duration=1ms)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.b73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat System.RuntimeMethodHandle.InvokeMethod(Object target,Span1& arguments,Signature sig,Boolean constructor,Boolean wrapExceptions)at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr,Binder binder,Object[] parameters,CultureInfo culture)at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture)at System.Activator.CreateInstance(Type type,BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture,Object[] activationAttributes)at System.Activator.CreateInstance(Type type,Object[] args)at DryIoc.ReflectionFactory.<>c__DisplayClass21_0.b1() at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7434at DryIoc.Scope.TryGetOrAdd(ImMap`1 items,Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7849at DryIoc.Scope.GetOrAdd(Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7834at DryIoc.ReflectionFactory.CreateServiceExpression(MemberInfo ctorOrMember,Expression factoryExpr,Expression[] paramExprs,Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7355at DryIoc.ReflectionFactory.CreateExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7103at DryIoc.Factory.GetExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6554at DryIoc.Factory.GetDelegateOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6634at DryIoc.Container.ResolveAndCacheDefaultFactoryDelegate(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 210at DryIoc.Container.DryIoc.IResolver.Resolve(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 195at Microsoft.Azure.WebJobs.Script.WebHost.DependencyInjection.ScopedServiceProvider.GetService(Type serviceType) at //src/WebJobs.Script.WebHost/DependencyInjection/ScopedServiceProvider.cs : 25at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetService(IServiceProvider sp,Type type,Type requiredBy,Boolean isDefaultParameterRequired)at lambda_method526(Closure ,IServiceProvider ,Object[] )at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IServiceProvider serviceProvider) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 37at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 32at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.<>c__DisplayClass1_1.<.ctor>b__0(IFunctionInstanceEx i) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 20at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.Create(IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 26at Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker2.CreateInstance(IFunctionInstanceEx functionInstance) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionInvoker.cs : 44at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ParameterHelper.Initialize() at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 792at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.TryExecuteAsync(IFunctionInstance functionInstance,CancellationToken cancellationToken) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 104 2023-11-21T12:25:57.910 [Error] Message processing error (Action=UserCallback, ClientId=MessageReceiver2company-communicator-prep, EntityPath=company-communicator-prep, Endpoint=ccapp111211.servicebus.windows.net)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.<Parse>b__73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat Microsoft.Azure.WebJobs.ServiceBus.MessageProcessor.CompleteProcessingMessageAsync(Message message,FunctionResult result,CancellationToken cancellationToken)at async Microsoft.Azure.WebJobs.ServiceBus.Listeners.ServiceBusListener.ProcessMessageAsync(Message message,CancellationToken cancellationToken)at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at async Microsoft.Azure.ServiceBus.MessageReceivePump.MessageDispatchTask(Message message) 2023-11-21T12:25:57.958 [Error] Executed 'PrepareToSendFunction' (Failed, Id=b5e9a08a-243d-4b8e-9623-a27c4c081ed1, Duration=1ms)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.b73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat System.RuntimeMethodHandle.InvokeMethod(Object target,Span1& arguments,Signature sig,Boolean constructor,Boolean wrapExceptions)at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr,Binder binder,Object[] parameters,CultureInfo culture)at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture)at System.Activator.CreateInstance(Type type,BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture,Object[] activationAttributes)at System.Activator.CreateInstance(Type type,Object[] args)at DryIoc.ReflectionFactory.<>c__DisplayClass21_0.b1() at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7434at DryIoc.Scope.TryGetOrAdd(ImMap`1 items,Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7849at DryIoc.Scope.GetOrAdd(Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7834at DryIoc.ReflectionFactory.CreateServiceExpression(MemberInfo ctorOrMember,Expression factoryExpr,Expression[] paramExprs,Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7355at DryIoc.ReflectionFactory.CreateExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7103at DryIoc.Factory.GetExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6554at DryIoc.Factory.GetDelegateOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6634at DryIoc.Container.ResolveAndCacheDefaultFactoryDelegate(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 210at DryIoc.Container.DryIoc.IResolver.Resolve(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 195at Microsoft.Azure.WebJobs.Script.WebHost.DependencyInjection.ScopedServiceProvider.GetService(Type serviceType) at //src/WebJobs.Script.WebHost/DependencyInjection/ScopedServiceProvider.cs : 25at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetService(IServiceProvider sp,Type type,Type requiredBy,Boolean isDefaultParameterRequired)at lambda_method526(Closure ,IServiceProvider ,Object[] )at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IServiceProvider serviceProvider) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 37at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 32at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.<>c__DisplayClass1_1.<.ctor>b__0(IFunctionInstanceEx i) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 20at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.Create(IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 26at Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker2.CreateInstance(IFunctionInstanceEx functionInstance) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionInvoker.cs : 44at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ParameterHelper.Initialize() at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 792at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.TryExecuteAsync(IFunctionInstance functionInstance,CancellationToken cancellationToken) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 104 2023-11-21T12:25:58.021 [Error] Message processing error (Action=UserCallback, ClientId=MessageReceiver2company-communicator-prep, EntityPath=company-communicator-prep, Endpoint=ccapp111211.servicebus.windows.net)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.<Parse>b__73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat Microsoft.Azure.WebJobs.ServiceBus.MessageProcessor.CompleteProcessingMessageAsync(Message message,FunctionResult result,CancellationToken cancellationToken)at async Microsoft.Azure.WebJobs.ServiceBus.Listeners.ServiceBusListener.ProcessMessageAsync(Message message,CancellationToken cancellationToken)at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at async Microsoft.Azure.ServiceBus.MessageReceivePump.MessageDispatchTask(Message message) 2023-11-21T12:25:58.085 [Error] Executed 'PrepareToSendFunction' (Failed, Id=eaeb86fb-0d8d-4545-8f61-ca0cd332ebac, Duration=1ms)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.b73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat System.RuntimeMethodHandle.InvokeMethod(Object target,Span1& arguments,Signature sig,Boolean constructor,Boolean wrapExceptions)at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr,Binder binder,Object[] parameters,CultureInfo culture)at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture)at System.Activator.CreateInstance(Type type,BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture,Object[] activationAttributes)at System.Activator.CreateInstance(Type type,Object[] args)at DryIoc.ReflectionFactory.<>c__DisplayClass21_0.b1() at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7434at DryIoc.Scope.TryGetOrAdd(ImMap`1 items,Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7849at DryIoc.Scope.GetOrAdd(Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7834at DryIoc.ReflectionFactory.CreateServiceExpression(MemberInfo ctorOrMember,Expression factoryExpr,Expression[] paramExprs,Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7355at DryIoc.ReflectionFactory.CreateExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7103at DryIoc.Factory.GetExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6554at DryIoc.Factory.GetDelegateOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6634at DryIoc.Container.ResolveAndCacheDefaultFactoryDelegate(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 210at DryIoc.Container.DryIoc.IResolver.Resolve(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 195at Microsoft.Azure.WebJobs.Script.WebHost.DependencyInjection.ScopedServiceProvider.GetService(Type serviceType) at //src/WebJobs.Script.WebHost/DependencyInjection/ScopedServiceProvider.cs : 25at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetService(IServiceProvider sp,Type type,Type requiredBy,Boolean isDefaultParameterRequired)at lambda_method526(Closure ,IServiceProvider ,Object[] )at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IServiceProvider serviceProvider) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 37at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 32at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.<>c__DisplayClass1_1.<.ctor>b__0(IFunctionInstanceEx i) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 20at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.Create(IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 26at Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker2.CreateInstance(IFunctionInstanceEx functionInstance) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionInvoker.cs : 44at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ParameterHelper.Initialize() at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 792at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.TryExecuteAsync(IFunctionInstance functionInstance,CancellationToken cancellationToken) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 104 2023-11-21T12:25:58.143 [Error] Message processing error (Action=UserCallback, ClientId=MessageReceiver2company-communicator-prep, EntityPath=company-communicator-prep, Endpoint=ccapp111211.servicebus.windows.net)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.<Parse>b__73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat Microsoft.Azure.WebJobs.ServiceBus.MessageProcessor.CompleteProcessingMessageAsync(Message message,FunctionResult result,CancellationToken cancellationToken)at async Microsoft.Azure.WebJobs.ServiceBus.Listeners.ServiceBusListener.ProcessMessageAsync(Message message,CancellationToken cancellationToken)at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at async Microsoft.Azure.ServiceBus.MessageReceivePump.MessageDispatchTask(Message message) 2023-11-21T12:25:58.222 [Error] Executed 'PrepareToSendFunction' (Failed, Id=4d4dd313-f225-442a-8321-153db26d2924, Duration=1ms)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.b73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat System.RuntimeMethodHandle.InvokeMethod(Object target,Span1& arguments,Signature sig,Boolean constructor,Boolean wrapExceptions)at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr,Binder binder,Object[] parameters,CultureInfo culture)at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture)at System.Activator.CreateInstance(Type type,BindingFlags bindingAttr,Binder binder,Object[] args,CultureInfo culture,Object[] activationAttributes)at System.Activator.CreateInstance(Type type,Object[] args)at DryIoc.ReflectionFactory.<>c__DisplayClass21_0.b1() at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7434at DryIoc.Scope.TryGetOrAdd(ImMap`1 items,Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7849at DryIoc.Scope.GetOrAdd(Int32 id,CreateScopedValue createValue,Int32 disposalOrder) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7834at DryIoc.ReflectionFactory.CreateServiceExpression(MemberInfo ctorOrMember,Expression factoryExpr,Expression[] paramExprs,Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7355at DryIoc.ReflectionFactory.CreateExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 7103at DryIoc.Factory.GetExpressionOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6554at DryIoc.Factory.GetDelegateOrDefault(Request request) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 6634at DryIoc.Container.ResolveAndCacheDefaultFactoryDelegate(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 210at DryIoc.Container.DryIoc.IResolver.Resolve(Type serviceType,IfUnresolved ifUnresolved) at //src/WebJobs.Script.WebHost/DependencyInjection/DryIoc/Container.cs : 195at Microsoft.Azure.WebJobs.Script.WebHost.DependencyInjection.ScopedServiceProvider.GetService(Type serviceType) at //src/WebJobs.Script.WebHost/DependencyInjection/ScopedServiceProvider.cs : 25at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetService(IServiceProvider sp,Type type,Type requiredBy,Boolean isDefaultParameterRequired)at lambda_method526(Closure ,IServiceProvider ,Object[] )at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IServiceProvider serviceProvider) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 37at Microsoft.Azure.WebJobs.Host.Executors.DefaultJobActivator.CreateInstance[T](IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\DefaultJobActivator.cs : 32at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.<>c__DisplayClass1_1.<.ctor>b__0(IFunctionInstanceEx i) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 20at Microsoft.Azure.WebJobs.Host.Executors.ActivatorInstanceFactory1.Create(IFunctionInstanceEx functionInstance) at D:\a_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\ActivatorInstanceFactory.cs : 26at Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker2.CreateInstance(IFunctionInstanceEx functionInstance) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionInvoker.cs : 44at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ParameterHelper.Initialize() at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 792at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.TryExecuteAsync(IFunctionInstance functionInstance,CancellationToken cancellationToken) at D:\a\_work\1\s\src\Microsoft.Azure.WebJobs.Host\Executors\FunctionExecutor.cs : 104 2023-11-21T12:25:58.367 [Error] Message processing error (Action=UserCallback, ClientId=MessageReceiver2company-communicator-prep, EntityPath=company-communicator-prep, Endpoint=ccapp111211.servicebus.windows.net)System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ---> System.FormatException : No valid combination of account information found.at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.<>c.<Parse>b__73_0(String err)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.ParseImpl(String connectionString,CloudStorageAccount& accountInformation,Action1 error)at Microsoft.Azure.Cosmos.Table.CloudStorageAccount.Parse(String connectionString)at Microsoft.Teams.Apps.CompanyCommunicator.Common.Repositories.NotificationData.NotificationDataRepository..ctor(IBlobStorageProvider storageProvider,ILogger1 logger,IOptions1 repositoryOptions,TableRowKeyGenerator tableRowKeyGenerator) at C:\home\site\repository\Source\CompanyCommunicator.Common\Repositories\NotificationData\NotificationDataRepository.cs : 35End of inner exceptionat Microsoft.Azure.WebJobs.ServiceBus.MessageProcessor.CompleteProcessingMessageAsync(Message message,FunctionResult result,CancellationToken cancellationToken)at async Microsoft.Azure.WebJobs.ServiceBus.Listeners.ServiceBusListener.ProcessMessageAsync(Message message,CancellationToken cancellationToken)at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at async Microsoft.Azure.ServiceBus.MessageReceivePump.MessageDispatchTask(Message message)

gsv022 commented 10 months ago

Hi @weixian-zhang , Thanks for the raising query. Please give us sometime and will get back to you soon

weixian-zhang commented 10 months ago

This is my bad, I forgot to update storage-conn-string app setting for 3 Functions after creating a new Storage secret in AKV. Thanks for looking into this.