Skip to content

Commit ed54042

Browse files
committed
edits
1 parent 75b0be5 commit ed54042

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/batch/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@
111111
href: batch-pools-without-public-IP-addresses-classic-retirement-migration-guide.md
112112
- name: TLS 1.0 and TLS 1.1
113113
href: batch-tls-101-migration-guide.md
114-
- name: Job and pool lifetime statistics APIs
114+
- name: Job and pool lifetime statistics
115115
href: job-pool-lifetime-statistics-migration-guide.md
116-
- name: Low-priority VMs
117-
href: low-priority-VMs-retirement-migration-guide.md
116+
- name: Low-priority virtual machines
117+
href: low-priority-vms-retirement-migration-guide.md
118118
- name: How-to guides
119119
items:
120120
- name: Manage Batch accounts

articles/batch/batch-certificate-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Often, you need to store secure data for an application. Your data must be secur
1818

1919
Currently, Azure Batch offers two ways to secure access. You can use a certificate that you create and manage in Azure Batch or you can use Azure Key Vault to store an access key. Using a key vault is an Azure-standard way to deliver more controlled secure access management.
2020

21-
Currently, you can use a certificate at the account level in Azure Batch. You must generate the certificate and upload it manually to Batch by using the Azure portal. To access the certificate, the certificate must be associated with and installed for only the current user. A certificate typically is valid for one year, and it must be updated each year.
21+
You can use a certificate at the account level in Azure Batch. You must generate the certificate and upload it manually to Batch by using the Azure portal. To access the certificate, the certificate must be associated with and installed for only the current user. A certificate typically is valid for one year, and it must be updated each year.
2222

2323
## Feature end of support
2424

articles/batch/low-priority-vms-retirement-migration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: how-to
88
ms.date: 08/10/2022
99
---
1010

11-
# Migrate low-priority VMs to spot VMs in Batch
11+
# Migrate Batch low-priority VMs to Azure Spot Virtual Machines
1212

1313
The Azure Batch feature low-priority virtual machines (VMs) is being retired on *September 30, 2025*. Learn how to migrate your Batch low-priority VMs to Azure Spot Virtual Machines.
1414

@@ -22,7 +22,7 @@ You can use low-priority VMs to take advantage of unused capacity in Azure. The
2222

2323
Low-priority VMs are a deprecated preview feature and won't be generally available. Spot VMs offered through the Azure Spot Virtual Machines service are the official, preemptible offering from the Azure compute platform. Spot Virtual Machines is generally available. On September 30, 2025, we'll retire the low-priority VMs feature. After that date, existing low-priority pools in Batch might no longer work and you can't provision new low-priority VMs.
2424

25-
## Alternative: Use spot VMs in Azure Spot Virtual Machines
25+
## Alternative: Use Azure Spot Virtual Machines
2626

2727
As of May 2020, Azure offers spot VMs in Batch in addition to low-priority VMs. Like low-priority VMs, you can use the spot VM option to purchase spare capacity at a deeply discounted price in exchange for the possibility that the VM will be evicted. Unlike low-priority VMs, you can use the spot VM option for single VMs and scale sets. Virtual machine scale sets scale up to meet demand. When used with a spot VM, a virtual machine scale set allocates only when capacity is available.
2828

0 commit comments

Comments
 (0)