Skip to content

Commit

Permalink
Updated docs for SAS key instead of storage key with hsm
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsp committed Sep 7, 2021
1 parent 2baf287 commit d1d9993
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/lustre_avset/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ The configuration file requires the following variables to be set:
|-------------------------|----------------------------------------------|
| resource_group | The resource group for the project |
| storage_account | The storage account for HSM |
| storage_key | The storage key for HSM |
| storage_sas | The storage SAS key for HSM |
| storage_container | The container to use for HSM |
| log_analytics_lfs_name | The name to use in log analytics |
| log_analytics_workspace | The log analytics workspace id |
| log_analytics_key | The log analytics key |

> Note: Macros exist to get the `storage_key` using `sakey.<storage-account-name>`, `log_analytics_workspace` using `laworkspace.<resource-group>.<workspace-name>` and `log_analytics_key` using `lakey.<resource-group>.<workspace-name>`.
> Note: Macros exist to get the `log_analytics_workspace` using `laworkspace.<resource-group>.<workspace-name>` and `log_analytics_key` using `lakey.<resource-group>.<workspace-name>`.
4 changes: 2 additions & 2 deletions examples/lustre_combined/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ The configuration file requires the following variables to be set:
|-------------------------|----------------------------------------------|
| resource_group | The resource group for the project |
| storage_account | The storage account for HSM |
| storage_key | The storage key for HSM |
| storage_sas | The storage SAS key for HSM |
| storage_container | The container to use for HSM |
| log_analytics_lfs_name | The name to use in log analytics |
| log_analytics_workspace | The log analytics workspace id |
| log_analytics_key | The log analytics key |

> Note: Macros exist to get the `storage_key` using `sakey.<storage-account-name>`, `log_analytics_workspace` using `laworkspace.<resource-group>.<workspace-name>` and `log_analytics_key` using `lakey.<resource-group>.<workspace-name>`.
> Note: Macros exist to get the `log_analytics_workspace` using `laworkspace.<resource-group>.<workspace-name>` and `log_analytics_key` using `lakey.<resource-group>.<workspace-name>`.
2 changes: 1 addition & 1 deletion examples/lustre_full/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The configuration file requires the following variables to be set:
|-------------------------|----------------------------------------------|
| resource_group | The resource group for the project |
| storage_account | The storage account for HSM |
| storage_key | The storage key for HSM |
| storage_sas | The storage SAS key for HSM |
| storage_container | The container to use for HSM |
| log_analytics_lfs_name | The lustre filesystem name for Log Analytics |
| log_analytics_workspace | The log analytics workspace to use |
Expand Down
2 changes: 1 addition & 1 deletion examples/lustre_manageddisk/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The configuration file requires the following variables to be set:
|-------------------------|----------------------------------------------|
| resource_group | The resource group for the project |
| storage_account | The storage account for HSM |
| storage_key | The storage key for HSM |
| storage_sas | The storage SAS key for HSM |
| storage_container | The container to use for HSM |
| log_analytics_lfs_name | The lustre filesystem name for Log Analytics |
| log_analytics_workspace | The log analytics workspace to use |
Expand Down

0 comments on commit d1d9993

Please sign in to comment.