Skip to content

Commit a220d3f

Browse files
authored
Merge pull request #19 from ionicsolutions/patch-1
Update to Ubuntu 22.04 LTS
2 parents 659d15e + fb109c9 commit a220d3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azuredeploy.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
},
5050
"ubuntuOSVersion": {
5151
"type": "string",
52-
"defaultValue": "18.04-LTS",
52+
"defaultValue": "22_04-lts-gen2",
5353
"allowedValues": [
54-
"18.04-LTS"
54+
"22_04-lts-gen2"
5555
],
5656
"metadata": {
5757
"description": "The Ubuntu version for the VM. This will pick a fully patched image of this given Ubuntu version."
@@ -292,7 +292,7 @@
292292
},
293293
"imageReference": {
294294
"publisher": "Canonical",
295-
"offer": "UbuntuServer",
295+
"offer": "0001-com-ubuntu-server-jammy",
296296
"sku": "[parameters('ubuntuOSVersion')]",
297297
"version": "latest"
298298
},

0 commit comments

Comments
 (0)