Skip to content

Commit 05a545a

Browse files
authored
Merge pull request #319 from chrisdoofer/fix/app1-linux-image-urn
Fix App1 Linux VM Ubuntu image reference
2 parents 20ad528 + 9a45a2a commit 05a545a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

03-Azure/01-03-Infrastructure/04_BCDR_Azure_Native/Infra/App1/main.parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
"dataDiskSize": 1024,
125125
"osType": "Linux",
126126
"imagePublisher": "Canonical",
127-
"imageOffer": "UbuntuServer",
128-
"imageSku": "18_04-lts-gen2",
127+
"imageOffer": "0001-com-ubuntu-server-jammy",
128+
"imageSku": "22_04-lts-gen2",
129129
"imageVersion": "latest",
130130
"publicIp": false
131131
}

0 commit comments

Comments
 (0)