Skip to content

Commit 143021f

Browse files
authored
Merge pull request #104017 from cynthn/dod-spot
Spot changes
2 parents 5f6f7a5 + 89d164f commit 143021f

File tree

6 files changed

+10
-21
lines changed

6 files changed

+10
-21
lines changed

articles/virtual-machine-scale-sets/use-spot.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: azure-resource-manager
66
ms.service: virtual-machine-scale-sets
77
ms.workload: infrastructure-services
88
ms.topic: conceptual
9-
ms.date: 10/23/2019
9+
ms.date: 02/11/2020
1010
ms.author: cynthn
1111
---
1212

@@ -21,7 +21,6 @@ The amount of available capacity can vary based on size, region, time of day, an
2121
> This preview version is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
2222
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2323
>
24-
> For the early part of the public preview, Spot instances will have a fixed price, so there will not be any price-based evictions.
2524
2625
## Pricing
2726

articles/virtual-machines/linux/spot-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: infrastructure-services
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 11/20/2019
16+
ms.date: 02/11/2020
1717
ms.author: cynthn
1818
---
1919

@@ -32,7 +32,7 @@ The process to create a VM with Spot using the Azure CLI is the same as detailed
3232
> This preview version is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
3333
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
3434
>
35-
> For the early part of the public preview, Spot instances will have a fixed price, so there will not be any price-based evictions.
35+
3636

3737

3838
## Install Azure CLI

articles/virtual-machines/linux/spot-template.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: infrastructure-services
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 10/14/2019
16+
ms.date: 02/11/2020
1717
ms.author: cynthn
1818
---
1919

@@ -30,7 +30,7 @@ You have option to set a max price you are willing to pay, per hour, for the VM.
3030
> This preview version is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
3131
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
3232
>
33-
> For the early part of the public preview, Spot instances will have a fixed price, so there will not be any price-based evictions.
33+
3434

3535

3636
## Use a template
@@ -46,9 +46,6 @@ For Spot template deployments, use`"apiVersion": "2019-03-01"` or later. Add the
4646
```
4747

4848

49-
> [!IMPORTANT]
50-
> For the early part of the public preview, you can set a max price, but it will be ignored. Spot VMs will have a fixed price, so there will not be any price-based evictions.
51-
5249

5350
Here is a sample template with the added properties for a Spot VM. Replace the resource names with your own and `<password>` with a password for the local administrator account on the VM.
5451

articles/virtual-machines/windows/spot-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: gwallace
88
ms.service: virtual-machines-windows
99
ms.workload: infrastructure-services
1010
ms.topic: article
11-
ms.date: 11/20/2019
11+
ms.date: 02/11/2020
1212
ms.author: cynthn
1313
---
1414

@@ -25,7 +25,7 @@ You have option to set a max price you are willing to pay, per hour, for the VM.
2525
> This preview version is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
2626
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2727
>
28-
> For the early part of the public preview, Spot instances will have a fixed price, so there will not be any price-based evictions.
28+
2929

3030
## Create the VM
3131

articles/virtual-machines/windows/spot-powershell.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: gwallace
88
ms.service: virtual-machines-windows
99
ms.workload: infrastructure-services
1010
ms.topic: article
11-
ms.date: 10/14/2019
11+
ms.date: 02/11/2020
1212
ms.author: cynthn
1313
---
1414

@@ -26,7 +26,7 @@ You have option to set a max price you are willing to pay, per hour, for the VM.
2626
> This preview version is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
2727
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2828
>
29-
> For the early part of the public preview, Spot instances will have a fixed price, so there will not be any price-based evictions.
29+
3030

3131

3232
## Create the VM
@@ -35,9 +35,6 @@ Create a spotVM using [New-AzVmConfig](/powershell/module/az.compute/new-azvmcon
3535
- `-1` so the VM is not evicted based on price.
3636
- a dollar amount, up to 5 digits. For example, `-MaxPrice .98765` means that the VM will be deallocated once the price for a spotVM goes about $.98765 per hour.
3737

38-
> [!IMPORTANT]
39-
> For the early part of the public preview, you can set a max price, but it will be ignored. Spot VMs will have a fixed price, so there will not be any price-based evictions.
40-
4138

4239
This example creates a spotVM that will not be deallocated based on pricing (only when Azure needs the capacity back).
4340

includes/virtual-machines-common-spot-vms.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,13 @@ The amount of available capacity can vary based on size, region, time of day, an
1919
> This preview version is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
2020
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2121
>
22-
> For the early part of the public preview, Spot instances will have a fixed price, so there will not be any price-based evictions.
2322
2423
## Eviction policy
2524

2625
VMs can be evicted based on capacity or the max price you set. For virtual machines, the eviction policy is set to *Deallocate* which moves your evicted VMs to the stopped-deallocated state, allowing you to redeploy the evicted VMs at a later time. However, reallocating Spot VMs will be dependent on there being available Spot capacity. The deallocated VMs will count against your spot vCPU quota and you will be charged for your underlying disks.
2726

2827
Users can opt-in to receive in-VM notifications through [Azure Scheduled Events](../articles/virtual-machines/linux/scheduled-events.md). This will notify you if your VMs are being evicted and you will have 30 seconds to finish any jobs and perform shutdown tasks prior to the eviction.
2928

30-
> [!IMPORTANT]
31-
> For the early part of the public preview, you can set a max price, but it will be ignored. Spot VMs will have a fixed price, so there will not be any price-based evictions.
32-
3329

3430
| Option | Outcome |
3531
|--------|---------|
@@ -50,7 +46,7 @@ The following VM sizes are not supported for Spot VMs:
5046

5147
Spot VMs can't currently use ephemeral OS disks.
5248

53-
Spot VMs can be deployed to any region, except Microsoft Azure China 21Vianet and Department of Defense (DoD) in the Azure Government region.
49+
Spot VMs can be deployed to any region, except Microsoft Azure China 21Vianet.
5450

5551
## Pricing
5652

0 commit comments

Comments
 (0)