Skip to content

Commit

Permalink
Merge pull request #184 from goudyj/fix/name_too_long_azure
Browse files Browse the repository at this point in the history
fix(Azure): name too long and typos
  • Loading branch information
goudyj committed Jan 12, 2022
2 parents c31d8f2 + 09200ec commit 5b2d363
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
7 changes: 4 additions & 3 deletions docs/integrations/azure_ad.md
Expand Up @@ -33,6 +33,7 @@ PS Azure:\> az eventhubs eventhub create --resource-group company-resource-group

!!! info
Please replace :

- `company-resource-group` with the name of your “resource group”.
- `uuid` with your subscription ID retrieved previously (see below).

Expand All @@ -49,11 +50,11 @@ In order to allow SEKOIA.IO keep track of the consumed events, the next step con
To proceed, you can use Azure PowerShell:

```powershell
PS Azure:\> az storage account create --name "company-sekoiaiocheckpoint" --resource-group "company-resource-group"
PS Azure:\> az storage account create --name "sekoiaiocheckpoint" --resource-group "company-resource-group"
```

```powershell
PS Azure:\> az storage container create --name "active-directory-event" --account-name "company-sekoiaiocheckpoint"
PS Azure:\> az storage container create --name "active-directory-event" --account-name "sekoiaiocheckpoint"
```

!!! info
Expand All @@ -79,7 +80,7 @@ Finally, please send to SEKOIA.IO the following information:

- Azure Event Hub’s “Connection string-primary key” (e.g. `"Endpoint=sb://company-eventhub.servicebus.windows.net/;SharedAccessKeyName=sekoiaio;SharedAccessKey=XXXXXX;EntityPath=active-directory-event"`).
- Azure Event Hub’s consumer group name (e.g. `sekoiaio`).
- Azure Blob Storage’s connection string (e.g. `"DefaultEndpointsProtocol=https;AccountName=company-sekoiaiocheckpoint;AccountKey=XXXXX"`).
- Azure Blob Storage’s connection string (e.g. `"DefaultEndpointsProtocol=https;AccountName=sekoiaiocheckpoint;AccountKey=XXXXX"`).

### Enjoy your events

Expand Down
7 changes: 4 additions & 3 deletions docs/integrations/azure_linux.md
Expand Up @@ -33,6 +33,7 @@ PS Azure:\> az eventhubs eventhub create --resource-group company-resource-group

!!! info
Please replace :

- `company-resource-group` with the name of your “resource group”.
- `uuid` with your subscription ID retrieved previously (see below).

Expand All @@ -49,11 +50,11 @@ In order to allow SEKOIA.IO keep track of the consumed events, the next step con
To proceed, you can use Azure PowerShell:

```powershell
PS Azure:\> az storage account create --name "company-sekoiaiocheckpoint" --resource-group "company-resource-group"
PS Azure:\> az storage account create --name "sekoiaiocheckpoint" --resource-group "company-resource-group"
```

```powershell
PS Azure:\> az storage container create --name "linux-event" --account-name "company-sekoiaiocheckpoint"
PS Azure:\> az storage container create --name "linux-event" --account-name "sekoiaiocheckpoint"
```

!!! info
Expand Down Expand Up @@ -222,7 +223,7 @@ Finally, please send to SEKOIA.IO the following information:

- Azure Event Hub’s “Connection string-primary key” (e.g. `"Endpoint=sb://company-eventhub.servicebus.windows.net/;SharedAccessKeyName=sekoiaio;SharedAccessKey=XXXXXX;EntityPath=linux-event"`).
- Azure Event Hub’s consumer group name (e.g. `sekoiaio`).
- Azure Blob Storage’s connection string (e.g. `"DefaultEndpointsProtocol=https;AccountName=company-sekoiaiocheckpoint;AccountKey=XXXXX"`).
- Azure Blob Storage’s connection string (e.g. `"DefaultEndpointsProtocol=https;AccountName=sekoiaiocheckpoint;AccountKey=XXXXX"`).

### Enjoy your events

Expand Down
7 changes: 4 additions & 3 deletions docs/integrations/azure_mysql.md
Expand Up @@ -33,6 +33,7 @@ PS Azure:\> az eventhubs eventhub create --resource-group company-resource-group

!!! info
Please replace :

- `company-resource-group` with the name of your “resource group”.
- `uuid` with your subscription ID retrieved previously (see below).

Expand All @@ -49,11 +50,11 @@ In order to allow SEKOIA.IO keep track of the consumed events, the next step con
To proceed, you can use Azure PowerShell:

```powershell
PS Azure:\> az storage account create --name "company-sekoiaiocheckpoint" --resource-group "company-resource-group"
PS Azure:\> az storage account create --name "sekoiaiocheckpoint" --resource-group "company-resource-group"
```

```powershell
PS Azure:\> az storage container create --name "mysql-event" --account-name "company-sekoiaiocheckpoint"
PS Azure:\> az storage container create --name "mysql-event" --account-name "sekoiaiocheckpoint"
```

!!! info
Expand All @@ -79,7 +80,7 @@ Finally, please send to SEKOIA.IO the following information:

- Azure Event Hub’s “Connection string-primary key” (e.g. `"Endpoint=sb://company-eventhub.servicebus.windows.net/;SharedAccessKeyName=sekoiaio;SharedAccessKey=XXXXXX;EntityPath=mysql-event"`).
- Azure Event Hub’s consumer group name (e.g. `sekoiaio`).
- Azure Blob Storage’s connection string (e.g. `"DefaultEndpointsProtocol=https;AccountName=company-sekoiaiocheckpoint;AccountKey=XXXXX"`).
- Azure Blob Storage’s connection string (e.g. `"DefaultEndpointsProtocol=https;AccountName=sekoiaiocheckpoint;AccountKey=XXXXX"`).

### Enjoy your events

Expand Down
7 changes: 4 additions & 3 deletions docs/integrations/azure_windows.md
Expand Up @@ -31,6 +31,7 @@ PS Azure:\> az eventhubs eventhub create --resource-group company-resource-group

!!! info
Please replace :

- `company-resource-group` with the name of your “resource group”.
- `uuid` with your subscription ID retrieved previously (see below).

Expand All @@ -47,11 +48,11 @@ In order to allow SEKOIA.IO keep track of the consumed events, the next step con
To proceed, you can use Azure PowerShell:

```powershell
PS Azure:\> az storage account create --name "company-sekoiaiocheckpoint" --resource-group "company-resource-group"
PS Azure:\> az storage account create --name "sekoiaiocheckpoint" --resource-group "company-resource-group"
```

```powershell
PS Azure:\> az storage container create --name "windows-event" --account-name "company-sekoiaiocheckpoint"
PS Azure:\> az storage container create --name "windows-event" --account-name "sekoiaiocheckpoint"
```

!!! info
Expand Down Expand Up @@ -179,7 +180,7 @@ Finally, please send to SEKOIA.IO the following information:

- Azure Event Hub’s “Connection string-primary key” (e.g. `"Endpoint=sb://company-eventhub.servicebus.windows.net/;SharedAccessKeyName=sekoiaio;SharedAccessKey=XXXXXX;EntityPath=windows-event"`).
- Azure Event Hub’s consumer group name (e.g. `sekoiaio`).
- Azure Blob Storage’s connection string (e.g. `"DefaultEndpointsProtocol=https;AccountName=company-sekoiaiocheckpoint;AccountKey=XXXXX"`).
- Azure Blob Storage’s connection string (e.g. `"DefaultEndpointsProtocol=https;AccountName=sekoiaiocheckpoint;AccountKey=XXXXX"`).

### Enjoy your events

Expand Down

0 comments on commit 5b2d363

Please sign in to comment.