Skip to content

Commit

Permalink
Merge pull request #106 from jvhoof/FixPAYGSpotInstance
Browse files Browse the repository at this point in the history
Remove Spot instance for PAYG
  • Loading branch information
JaydenLiang authored Jul 25, 2023
2 parents 7d71049 + 9bd3dd5 commit 2e0b597
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/link_template.vmss.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,6 @@
"storageUri": "[concat('https://', parameters('StorageAccountName'), '.blob.core.windows.net')]"
}
},
"priority": "Low",
"evictionPolicy": "delete",
"osProfile": {
"computerNamePrefix": "[parameters('VmssNamePAYG')]",
"customData": "[base64(concat('{\"config-url\": \"', 'https://', parameters('FunctionAppName'), '.azurewebsites.net/api/', parameters('FunctionNameFgtAsHandler'), '?code=', listKeys(resourceId(subscription().subscriptionId, parameters('FunctionAppResourceGroupName'), 'Microsoft.Web/sites/functions', parameters('FunctionAppName'), 'fgt-as-handler'), '2019-08-01').default, '\"}\n'))]",
Expand Down

0 comments on commit 2e0b597

Please sign in to comment.