From 007279bb5b3006bda2712c1132e6a50bfb8e1400 Mon Sep 17 00:00:00 2001 From: Jean GOUDY Date: Fri, 19 Apr 2024 15:26:27 +0200 Subject: [PATCH] fix(event-hub-manual): remove obselete sentence --- _shared_content/operations_center/integrations/event_hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_shared_content/operations_center/integrations/event_hub.md b/_shared_content/operations_center/integrations/event_hub.md index b593bb0b48..2a04c69869 100644 --- a/_shared_content/operations_center/integrations/event_hub.md +++ b/_shared_content/operations_center/integrations/event_hub.md @@ -61,7 +61,7 @@ These two ways will create an Azure Event Hub and a Storage Account. | hub_name | **To be completed at step 3** | Name of the Event Hub | sekoia_event_hub | | hub_connection_string | **To be completed at step 5** | Connection string–primary key | Endpoint=sb://company-eventhub.servicebus.windows.net/;SharedAccessKeyName=sekoiaio;SharedAccessKey=XXXXXX;EntityPath=sekoia_event_hub | | hub_consumer_group | **To be completed at step 6** | Name of the comsumer group | consumergroup_sekoiaio | - | storage_container_name | **To be completed at step 7** | Name of your container (same as the Event Hub name) | sekoia_event_hub | + | storage_container_name | **To be completed at step 7** | Name of your container | sekoiaio | | storage_connection_string | **To be completed at step 8** | Storage connection string | DefaultEndpointsProtocol=https;AccountName=sekoiaiocheckpoint;AccountKey=XXXXX | As a prerequisite, you need to choose an existing Resource group, or create a new one (e.g. `company-resource-group`).