Refactor configuration for azure queue service for events to include queue name (#6724)
* Refactor configuration for azure queue service for events to include queue name
* Address PR feedback
* Add check for queue name before writing to Azure Queue Service
* Fix file encoding (lint error)
@ -91,7 +91,8 @@ public static class EventIntegrationsServiceCollectionExtensions
@@ -91,7 +91,8 @@ public static class EventIntegrationsServiceCollectionExtensions
@ -22,10 +23,10 @@ public class AzureQueueHostedService : IHostedService, IDisposable
@@ -22,10 +23,10 @@ public class AzureQueueHostedService : IHostedService, IDisposable
@ -56,11 +57,12 @@ public class AzureQueueHostedService : IHostedService, IDisposable
@@ -56,11 +57,12 @@ public class AzureQueueHostedService : IHostedService, IDisposable
@ -727,7 +727,8 @@ public class EventIntegrationServiceCollectionExtensionsTests
@@ -727,7 +727,8 @@ public class EventIntegrationServiceCollectionExtensionsTests