Cache Blob Nfs Target
Manages a Blob NFSv3 Target within a HPC Cache. !>Note: The azure.hpc.CacheBlobNfsTarget
resource has been deprecated because the service is retiring on 2025-09-30. This resource will be removed in v5.0 of the AzureRM Provider. See https://aka.ms/hpccacheretirement for more information.
Note: By request of the service team the provider no longer automatically registers the
Microsoft.StorageCache
Resource Provider for this resource. To register it you can runaz provider register --namespace 'Microsoft.StorageCache'
. Note: This resource depends on the NFSv3 enabled Storage Account, which has some prerequisites need to meet. Please checkout: https://docs.microsoft.com/azure/storage/blobs/network-file-system-protocol-support-how-to?tabs=azure-powershell.
Import
HPC Cache Blob NFS Targets can be imported using the resource id
, e.g.
$ pulumi import azure:hpc/cacheBlobNfsTarget:CacheBlobNfsTarget example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.StorageCache/caches/cache1/storageTargets/target1
Properties
The name of the access policy applied to this target. Defaults to default
.
The client-facing file path of the HPC Cache Blob NFS Target.
The name of the Resource Group where the HPC Cache Blob NFS Target should exist. Changing this forces a new HPC Cache Blob NFS Target to be created.
The Resource Manager ID of the Storage Container used as the HPC Cache Blob NFS Target. Changing this forces a new resource to be created.
The type of usage of the HPC Cache Blob NFS Target. Possible values are: READ_HEAVY_INFREQ
, READ_HEAVY_CHECK_180
, READ_ONLY
, READ_WRITE
, WRITE_WORKLOAD_15
, WRITE_AROUND
, WRITE_WORKLOAD_CHECK_30
, WRITE_WORKLOAD_CHECK_60
and WRITE_WORKLOAD_CLOUDWS
.
The amount of time the cache waits before it checks the back-end storage for file updates. Possible values are between 1
and 31536000
.
The amount of time the cache waits after the last file change before it copies the changed file to back-end storage. Possible values are between 1
and 31536000
.