diff --git a/src/react/backend/location/LocationDetails/LocationDetailsAzureArchive.tsx b/src/react/backend/location/LocationDetails/LocationDetailsAzureArchive.tsx index f5fc4c270..86fb1d47d 100644 --- a/src/react/backend/location/LocationDetails/LocationDetailsAzureArchive.tsx +++ b/src/react/backend/location/LocationDetails/LocationDetailsAzureArchive.tsx @@ -283,7 +283,7 @@ const LocationDetailsAzureArchive = ({ /> - { - 'https://<>.servicebus.windows.net is usually used as the Storage queue endpoint.' - } -
-
- It will be derived from the Service Bus namespace if not - explicitely provided. - - } + labelHelpTooltip="https://<>.servicebus.windows.net is usually used as the Storage queue endpoint." required content={ - { - 'https://<>.servicebus.windows.net is usually used as the Storage queue endpoint.' - } -
-
- It will be derived from the Service Bus namespace if not - explicitely provided. - - } + labelHelpTooltip="https://<>.servicebus.windows.net is usually used as the Storage queue endpoint." required content={ - { - 'https://<>.queue.core.windows.net is usually used as the Storage queue endpoint.' - } -
-
- It will be derived from the storage account name if not - explicitely provided. - - } + labelHelpTooltip="https://<>.queue.core.windows.net is usually used as the Storage queue endpoint." + required content={ { const serviceBusTopicHelper = (container: HTMLElement) => { const preDefinedAzureServiceBusTopic: [RegExp, string][] = [ [/Topic Name \*/, 'mock-topic-name'], - [/Topic Subscription ID \*/, 'mock-subscription-id'], + [/Topic Subscription Name \*/, 'mock-subscription-name'], [/Service Bus Endpoint \*/, 'mock-namespace'], ]; prefilledHelper(container, preDefinedAzureServiceBusTopic); @@ -180,7 +180,7 @@ describe('', () => { /target azure container name \*/i, /Queue type \*/i, /Topic Name \*/i, - /topic subscription id \*/i, + /topic subscription name \*/i, /Service Bus Endpoint */i, /Authentication type \*/i, /Tenant ID \*/i, @@ -247,7 +247,7 @@ describe('', () => { queue: { type: 'location-azure-servicebus-topic-v1', topicName: 'mock-topic-name', - topicSubscriptionId: 'mock-subscription-id', + topicSubscriptionId: 'mock-subscription-name', namespace: 'mock-namespace', }, auth: { @@ -282,7 +282,7 @@ describe('', () => { queue: { type: 'location-azure-servicebus-topic-v1', topicName: 'mock-topic-name', - topicSubscriptionId: 'mock-subscription-id', + topicSubscriptionId: 'mock-subscription-name', namespace: 'mock-namespace', }, auth: {