Skip to content

Commit 7fe0103

Browse files
author
ekelly
committed
revise CLFSLoad links
1 parent 18df271 commit 7fe0103

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/hpc-cache/hpc-cache-ingest.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to populate Azure Blob storage for use with Azure HPC Cache
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: conceptual
7-
ms.date: 09/06/2019
7+
ms.date: 09/18/2019
88
ms.author: v-erkell
99
---
1010

@@ -26,15 +26,17 @@ If you don't want to use the loading utility, or if you want to add content to a
2626

2727
## Pre-load data in Blob storage with CLFSLoad
2828

29-
You can use the [Avere CLFSLoad](https://aka.ms/avere-clfsload) utility to copy data to a new Blob storage container before you add it as a storage target. This utility runs on a Linux VM and writes data in the proprietary format needed for Azure HPC Cache. This is the most efficient way to populate a Blob storage container for use with the cache.
29+
You can use the <!--[Avere CLFSLoad](https://aka.ms/avere-clfsload)--> Avere CLFSLoad utility to copy data to a new Blob storage container before you add it as a storage target. This utility runs on a single Linux system and writes data in the proprietary format needed for Azure HPC Cache. CLFSLoad is the most efficient way to populate a Blob storage container for use with the cache.
30+
31+
The Avere CLFSLoad utility is available by request from your Azure HPC Cache team. Ask your team contact, or open a support ticket to request assistance.
3032

3133
This option works with new, empty containers only. Create the container before using Avere CLFSLoad.
3234

33-
Detailed information is included in the [Avere CLFSLoad readme](https://github.com/microsoft/Avere-CLFSLoad/blob/master/README.md). <!-- caution literal link -->
35+
Detailed information is included in the Avere CLFSLoad distribution, which is available on request from the Azure HPC Cache team. <!-- [Avere CLFSLoad readme](https://github.com/microsoft/Avere-CLFSLoad/blob/master/README.md). --><!-- caution literal link -->
3436

3537
A general overview of the process:
3638

37-
1. Prepare a Linux system (physical or VM) with Python version 3.6 or later. (Python 3.7 is recommended for better performance.)
39+
1. Prepare a Linux system (VM or physical) with Python version 3.6 or later. (Python 3.7 is recommended for better performance.)
3840
1. Install the Avere-CLFSLoad software on the Linux system.
3941
1. Execute the transfer from the Linux command line.
4042

@@ -45,7 +47,7 @@ The Avere CLFSLoad utility needs the following information:
4547
* A shared access signature (SAS) token that allows the utility to write to the container
4648
* A local path to the data source - either a local directory that contains the data to copy, or a local path to a mounted remote system with the data.
4749

48-
The requirements are explained in detail in the [Avere CLFSLoad readme](https://aka.ms/avere-clfsload).
50+
<!-- The requirements are explained in detail in the [Avere CLFSLoad readme](https://aka.ms/avere-clfsload). -->
4951

5052
## Copy data through the Azure HPC Cache
5153

0 commit comments

Comments
 (0)