Skip to content

Commit

Permalink
fix 0829883, Azure PAYG Image cannot be found by HA ARM Template
Browse files Browse the repository at this point in the history
Change-Id: I46e3888bfafa49f1f4269dfb6cf8d5814742a26c
  • Loading branch information
slguo-ftnt committed Aug 2, 2022
1 parent 93dd81a commit 94a49e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/templates/deploy_fwb_ha.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@

"vmImageSkuMap":{
"BYOL":"fortinet_fw-vm",
"OnDemand":"fortinet_fw-vm_payg"
"OnDemand":"fortinet_fw-vm_payg_v2"
},
"vmImagePlan":{
"name": "[variables('vmImageSkuMap')[parameters('vmImageType')]]",
Expand Down

0 comments on commit 94a49e6

Please sign in to comment.