We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 659d15e + fb109c9 commit a220d3fCopy full SHA for a220d3f
azuredeploy.json
@@ -49,9 +49,9 @@
49
},
50
"ubuntuOSVersion": {
51
"type": "string",
52
- "defaultValue": "18.04-LTS",
+ "defaultValue": "22_04-lts-gen2",
53
"allowedValues": [
54
- "18.04-LTS"
+ "22_04-lts-gen2"
55
],
56
"metadata": {
57
"description": "The Ubuntu version for the VM. This will pick a fully patched image of this given Ubuntu version."
@@ -292,7 +292,7 @@
292
293
"imageReference": {
294
"publisher": "Canonical",
295
- "offer": "UbuntuServer",
+ "offer": "0001-com-ubuntu-server-jammy",
296
"sku": "[parameters('ubuntuOSVersion')]",
297
"version": "latest"
298
0 commit comments