Skip to content

Commit

Permalink
doc: improve of oibus agent and azure blob doc
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerni10 committed Jan 9, 2025
1 parent 89d5e4a commit 8a4a3a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/guide/north-connectors/azure-blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Here are the key parameters for configuring the Azure Blob connector:

- **Use Data Lake**: Use Azure Data Lake Storage instead of Azure Blob Storage.
- **Use custom URL**: Use a custom URL to access your instance. Otherwise, a standard URL will be used (for Azure Blob
Storage, it would be `https://<acount>.dfs.core.windows.net`).
Storage, it would be `https://<acount>.blob.core.windows.net`).
- **Account**: The Azure account to use. This account must have access to the specified container.
- **Container**: The Azure Blob container where files will be stored.
- **Path**: The folder within the container where files should be stored.
Expand Down
3 changes: 3 additions & 0 deletions documentation/docs/guide/oibus-agent/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ But it is also possible to specify a name and a port through the command line:
install-agent.bat -n="My OIBus Agent" -p=2225
```

### Update
To update the agent, stop the service, then extract and copy the files from the zip archive to the appropriate location.

### Uninstalling
If the agent has been set up with default values, running the uninstallation script is enough:
```
Expand Down

0 comments on commit 8a4a3a2

Please sign in to comment.