Skip to content

Commit 69085f1

Browse files
authored
Updated for Linux Distros and validated Next Steps notes
1 parent 8740703 commit 69085f1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
66
ms.subservice: spot
77
ms.workload: infrastructure-services
88
ms.topic: how-to
9-
ms.date: 03/25/2020
9+
ms.date: 04/21/2023
1010
ms.author: jushiman
1111
ms.reviewer: cynthn
1212
---
@@ -121,7 +121,7 @@ Here is a sample template with the added properties for an Azure Spot Virtual Ma
121121
"imageReference": {
122122
"publisher": "Canonical",
123123
"offer": "UbuntuServer",
124-
"sku": "18.04-LTS",
124+
"sku": "22.04-LTS",
125125
"version": "latest"
126126
}
127127
},
@@ -188,8 +188,6 @@ POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/
188188

189189
## Next steps
190190

191-
You can also create an Azure Spot Virtual Machine using [Azure PowerShell](../windows/spot-powershell.md) or the [Azure CLI](spot-cli.md).
192-
193-
Query current pricing information using the [Azure retail prices API](/rest/api/cost-management/retail-prices/azure-retail-prices) for information about Azure Spot Virtual Machine pricing. The `meterName` and `skuName` will both contain `Spot`.
194-
195-
If you encounter an error, see [Error codes](../error-codes-spot.md).
191+
* You can also create an Azure Spot Virtual Machine using [Azure PowerShell](../windows/spot-powershell.md) or the [Azure CLI](spot-cli.md).
192+
* For more information about Azure Spot Virtual Machine current pricing, see [Azure retail prices API](/rest/api/cost-management/retail-prices/azure-retail-prices). The `meterName` and `skuName` will both contain `Spot`.
193+
* To learn more about an error, see [Error codes](../error-codes-spot.md).

0 commit comments

Comments
 (0)