AmlFilesystemHsmSettings interface
AML file system HSM settings.
Properties
| container | Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account. |
| import |
Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace. |
| logging |
Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account. |
Property Details
container
Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
container: string
Property Value
string
importPrefix
Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.
importPrefix?: string
Property Value
string
loggingContainer
Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
loggingContainer: string
Property Value
string