You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hpc-cache/hpc-cache-manage.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: How to manage and update Azure HPC Cache using the Azure portal or
4
4
author: ekpgh
5
5
ms.service: hpc-cache
6
6
ms.topic: how-to
7
-
ms.date: 05/27/2022
7
+
ms.date: 06/01/2022
8
8
ms.author: v-erinkelly
9
9
---
10
10
@@ -149,28 +149,28 @@ Client access is not interrupted during a software upgrade, but cache performanc
149
149
150
150
The software update can take several hours. Caches configured with higher throughput take longer to upgrade than caches with smaller peak throughput values. The cache status changes to **Upgrading** until the operation completes.
151
151
152
-
When a software upgrade is available, you will have a week or so to apply it manually. The end date is listed in the upgrade message. If you don't upgrade during that time, Azure automatically applies the update to your cache.
152
+
When a software upgrade is available, you will have a week or so to apply it manually. The end date is listed in the upgrade message. If you don't upgrade during that time, Azure automatically applies the new software to your cache.
153
153
154
-
You can use the Azure Portal to schedule a more convenient time for the update. Follow the instructions in the **Portal** tab below.
154
+
You can use the Azure Portal to schedule a more convenient time for the upgrade. Follow the instructions in the **Portal** tab below.
155
155
156
156
If your cache is stopped when the end date passes, the cache will automatically upgrade software the next time it is started. (The update might not start immediately, but it will start in the first hour.)
157
157
158
158
### [Portal](#tab/azure-portal)
159
159
160
-
Click the **Upgrade** button to configure your software update. You have the option to update the software immediately, or to schedule the update for a specific date and time.
160
+
Click the **Upgrade** button to configure your software update. You have the option to upgrade the software immediately, or to schedule the upgrade for a specific date and time.
161
161
162
162

163
163
164
164
To upgrade immediately, select **Upgrade now** and click the **Save** button.
165
165
166
-
To schedule a different update time, select **Schedule later** and select a new date and time.
166
+
To schedule a different upgrade time, select **Schedule later** and select a new date and time.
167
167
168
168
* The date and time are shown in the browser's local time zone.
169
169
* You can't choose a later time than the deadline in the original message.
170
170
171
-
When you save the custom date, the update message will change to show the date you chose.
171
+
When you save the custom date, the banner message will change to show the date you chose.
172
172
173
-
If you want to revise your scheduled upgrade date, click the **Update** button again. Click the **Reset date** link. This immediately removes your scheduled date.
173
+
If you want to revise your scheduled upgrade date, click the **Upgrade** button again. Click the **Reset date** link. This immediately removes your scheduled date.
174
174
175
175
> [!NOTE]
176
176
> You must choose a new date before you exit the **Schedule software upgrade** blade. The calendar selector might reset to a date and time one hour from the current time; be careful to choose the date and time you prefer.
@@ -185,11 +185,11 @@ You can't change the schedule if there are fewer than 15 minutes remaining befor
185
185
186
186
On the Azure CLI, new software information is included at the end of the cache status report. (Use [az hpc-cache show](/cli/azure/hpc-cache#az-hpc-cache-show) to check.) Look for the string "upgradeStatus" in the message.
187
187
188
-
Use [az hpc-cache upgrade-firmware](/cli/azure/hpc-cache#az-hpc-cache-upgrade-firmware) to apply the update, if any exists.
188
+
Use [az hpc-cache upgrade-firmware](/cli/azure/hpc-cache#az-hpc-cache-upgrade-firmware) to apply the software upgrade, if any exists.
189
189
190
190
If no update is available, this operation has no effect.
191
191
192
-
This example shows the cache status (no update is available) and the results of the upgrade-firmware command.
192
+
This example shows the cache status (no upgrade is available) and the results of the upgrade-firmware command.
Copy file name to clipboardExpand all lines: articles/hpc-cache/prime-cache.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Use the cache priming feature to populate or preload cache contents
4
4
author: ekpgh
5
5
ms.service: hpc-cache
6
6
ms.topic: how-to
7
-
ms.date: 05/31/2022
7
+
ms.date: 06/01/2022
8
8
ms.author: v-erinkelly
9
9
---
10
10
@@ -182,13 +182,13 @@ Use the Azure portal to create a priming job. View your Azure HPC Cache in the p
182
182
183
183

184
184
185
-
Click the **Add priming job** text at the top of the table to define a new job.
185
+
Click the **Start priming job** text at the top of the table to define a new job.
186
186
187
187
In the **Job name** field, type a unique name for the priming job.
188
188
189
189
Use the **Priming file** field to select your priming manifest file. Select the storage account, container, and file where your priming manifest is stored.
190
190
191
-

191
+

192
192
193
193
To select the priming manifest file, click the link to select a storage target. Then select the container where your .json manifest file is stored.
0 commit comments