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/virtual-machines/linux/spot-template.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
6
6
ms.subservice: spot
7
7
ms.workload: infrastructure-services
8
8
ms.topic: how-to
9
-
ms.date: 03/25/2020
9
+
ms.date: 04/21/2023
10
10
ms.author: jushiman
11
11
ms.reviewer: cynthn
12
12
---
@@ -121,7 +121,7 @@ Here is a sample template with the added properties for an Azure Spot Virtual Ma
121
121
"imageReference": {
122
122
"publisher": "Canonical",
123
123
"offer": "UbuntuServer",
124
-
"sku": "18.04-LTS",
124
+
"sku": "22.04-LTS",
125
125
"version": "latest"
126
126
}
127
127
},
@@ -188,8 +188,6 @@ POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/
188
188
189
189
## Next steps
190
190
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