Skip to content

Commit d55577d

Browse files
authored
Merge pull request #94439 from MicrosoftDocs/release-ga-hpc-cache
Release ga hpc cache
2 parents 42b4bab + 2a773aa commit d55577d

18 files changed

+110
-48
lines changed

articles/hpc-cache/hpc-cache-add-storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Add storage to an Azure HPC Cache (preview)
2+
title: Add storage to an Azure HPC Cache
33
description: How to define storage targets so that your Azure HPC Cache can use your on-premises NFS system or Azure Blob containers for long-term file storage
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: conceptual
7-
ms.date: 10/01/2019
7+
ms.date: 10/30/2019
88
ms.author: rohogue
99
---
1010

@@ -69,7 +69,7 @@ Steps to add the RBAC roles:
6969
1. In the **Select** field, search for "hpc". This string should match one service principal, named "HPC Cache Resource Provider". Click that principal to select it.
7070

7171
> [!NOTE]
72-
> If a search for "hpc" doesn't work, try using the string "storagecache" instead. Users who joined the preview early might need to use the older name for the service principal.
72+
> If a search for "hpc" doesn't work, try using the string "storagecache" instead. Users who joined the previews (before GA) might need to use the older name for the service principal.
7373
7474
1. Click the **Save** button to add the role assignment to the storage account.
7575

articles/hpc-cache/hpc-cache-create.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Create an Azure HPC Cache (preview)
2+
title: Create an Azure HPC Cache
33
description: How to create an Azure HPC Cache instance
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: tutorial
7-
ms.date: 10/01/2019
7+
ms.date: 10/30/2019
88
ms.author: rohogue
99
---
1010

11-
# Create an Azure HPC Cache (preview)
11+
# Create an Azure HPC Cache
1212

1313
Use the Azure portal to create your cache.
1414

@@ -18,7 +18,7 @@ Use the Azure portal to create your cache.
1818

1919
![screenshot of project details page in Azure portal](media/hpc-cache-create-basics.png)
2020

21-
In **Project Details**, select the subscription and resource group that will host the cache. Make sure the subscription is on the [preview access](hpc-cache-prereqs.md#azure-subscription) list.
21+
In **Project Details**, select the subscription and resource group that will host the cache. Make sure the subscription is on the [access](hpc-cache-prereqs.md#azure-subscription) list.
2222

2323
In **Service Details**, set the cache name and these other attributes:
2424

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Azure HPC Cache Preview data ingest - manual copy
2+
title: Azure HPC Cache data ingest - manual copy
33
description: How to use cp commands to move data to a Blob storage target in Azure HPC Cache
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: conceptual
7-
ms.date: 08/30/2019
7+
ms.date: 10/30/2019
88
ms.author: rohogue
99
---
1010

11-
# Azure HPC Cache (preview) data ingest - manual copy method
11+
# Azure HPC Cache data ingest - manual copy method
1212

1313
This article gives detailed instructions for manually copying data to a Blob storage container for use with Azure HPC Cache. It uses multi-threaded parallel operations to optimize the copy speed.
1414

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Azure HPC Cache Preview data ingest - msrsync
2+
title: Azure HPC Cache data ingest - msrsync
33
description: How to use msrsync to move data to a Blob storage target in Azure HPC Cache
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: conceptual
7-
ms.date: 08/30/2019
7+
ms.date: 10/30/2019
88
ms.author: rohogue
99
---
1010

11-
# Azure HPC Cache (preview) data ingest - msrsync method
11+
# Azure HPC Cache data ingest - msrsync method
1212

1313
This article gives detailed instructions for using the ``msrsync`` utility to copy data to an Azure Blob storage container for use with Azure HPC Cache.
1414

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Azure HPC Cache Preview data ingest - parallel copy script
2+
title: Azure HPC Cache data ingest - parallel copy script
33
description: How to use a parallel copy script to move data to a Blob storage target in Azure HPC Cache
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: conceptual
7-
ms.date: 08/30/2019
7+
ms.date: 10/30/2019
88
ms.author: rohogue
99
---
1010

11-
# Azure HPC Cache (preview) data ingest - parallel copy script method
11+
# Azure HPC Cache data ingest - parallel copy script method
1212

1313
This article gives instructions for creating the ``parallelcp`` script and using it to move data to a Blob storage container for use with Azure HPC Cache.
1414

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Move data to an Azure HPC Cache (Preview) cloud container
2+
title: Move data to an Azure HPC Cache cloud container
33
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: 10/07/2019
7+
ms.date: 10/30/2019
88
ms.author: rohogue
99
---
1010

articles/hpc-cache/hpc-cache-manage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Manage and update Azure HPC Cache (Preview)
2+
title: Manage and update Azure HPC Cache
33
description: How to manage and update Azure HPC Cache using the Azure portal
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: conceptual
7-
ms.date: 10/25/2019
7+
ms.date: 10/30/2019
88
ms.author: rohogue
99
---
1010

articles/hpc-cache/hpc-cache-mount.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Mount an Azure HPC Cache (preview)
2+
title: Mount an Azure HPC Cache
33
description: How to connect clients to an Azure HPC Cache service
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: conceptual
7-
ms.date: 09/24/2019
7+
ms.date: 10/30/2019
88
ms.author: rohogue
99
---
1010

11-
# Mount the Azure HPC Cache (preview)
11+
# Mount the Azure HPC Cache
1212

1313
After the cache is created, NFS clients can access it with a simple mount command.
1414

articles/hpc-cache/hpc-cache-namespace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Create an Azure HPC Cache (preview)
2+
title: Create an Azure HPC Cache
33
description: How to create an Azure HPC Cache instance
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: conceptual
7-
ms.date: 09/24/2019
7+
ms.date: 10/30/2019
88
ms.author: rohogue
99
---
1010

1111
# Plan the aggregated namespace
1212

13-
Azure HPC Cache (preview) allows clients to access a variety of storage systems through a virtual namespace that hides the details of the back-end storage system.
13+
Azure HPC Cache allows clients to access a variety of storage systems through a virtual namespace that hides the details of the back-end storage system.
1414

1515
When you add a storage target, you set the client-facing file path. Client machines mount this file path and can make file read requests to the cache instead of mounting the storage system directly.
1616

articles/hpc-cache/hpc-cache-netapp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Use Azure HPC Cache (preview) and Azure NetApp Files
2+
title: Use Azure HPC Cache and Azure NetApp Files
33
description: How to use Azure HPC Cache to improve access to data stored with Azure NetApp Files
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: conceptual
7-
ms.date: 10/24/2019
7+
ms.date: 10/30/2019
88
ms.author: rohogue
99
---
1010

11-
# Use Azure HPC Cache (preview) with Azure NetApp Files
11+
# Use Azure HPC Cache with Azure NetApp Files
1212

1313
You can use [Azure NetApp Files](https://azure.microsoft.com/services/netapp/) as a storage target for your Azure HPC Cache. This article explains how the two services can work together, and gives tips for setting them up.
1414

0 commit comments

Comments
 (0)