Skip to content

Commit

Permalink
rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gordallott committed Feb 27, 2024
1 parent 7587237 commit ad0bdbc
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,7 +47,7 @@ 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/axiomsentinel:main
> ghcr.io/axiomhq/sentinel-sync:main
With the OS type set to linux.

Expand Down Expand Up @@ -82,4 +82,4 @@ This setup will send the json array of results from your query to axiom as a jso

In addition, the Datasets matching the Tables you are exporting *must* already exist in axiom, otherwise a 404 will be returned when you run the logic app

In addition, note that because of the nature of logic apps, 100% of your data is not guaranteed as logic apps have their own query/result limits that may stop all results for very large tables being returned.
In addition, note that because of the nature of logic apps, 100% of your data is not guaranteed as logic apps have their own query/result limits that may stop all results for very large tables being returned.

0 comments on commit ad0bdbc

Please sign in to comment.