Skip to content

Commit

Permalink
Update theory_of_operation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gordallott authored May 24, 2024
1 parent 653e1bd commit d3cbb0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/theory_of_operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ API Token support is coming soon, but for testing a Personal Access Token may be
The Azure Sentinel Exporter tool is available as a docker container that may be deployed in a variety of ways.

The favoured way is to deploy the tool into Azure Container Instances, when creating the container set the `Image Source` to `Other Registry` then set the Image to
> ghcr.io/axiomhq/sentinel-sync:main
> axiomhq/sentinel-sync
With the OS type set to linux.

In the Advanced tab you should be sure to set a few required environment variables:
- `STORAGE_URL`: the storage url of your storage account, something like `https://${yourstoragename}.blob.core.windows.net/`
- `CONNECTION_STRING`: the connection string to access your storage account
- `CONNECTION_STRING`: the connection string to access your storage account, this can be found in the Security + Networking section of the Storage Account settings, under "Access Keys"
- `AXIOM_PERSONAL_TOKEN`: the string for the personal access token you created to export
- `AXIOM_ORG`: the orginsation ID of your axiom account (if using a personal access token)

Expand Down

0 comments on commit d3cbb0f

Please sign in to comment.