Skip to content

Commit

Permalink
fix(event-hub-manual): remove obselete sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean GOUDY committed Apr 19, 2024
1 parent 0756e4d commit 007279b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down

0 comments on commit 007279b

Please sign in to comment.