diff --git a/lib/nodes/addon/components/driver-azure/template.hbs b/lib/nodes/addon/components/driver-azure/template.hbs index 39906a550..5b3c738c4 100644 --- a/lib/nodes/addon/components/driver-azure/template.hbs +++ b/lib/nodes/addon/components/driver-azure/template.hbs @@ -119,6 +119,21 @@ }} + +
+
+ + {{input + type="text" + value=config.plan + id="input-plan" + classNames="form-control" + placeholder=(t "nodeDriver.azure.plan.placeholder") + }} +
+
{{/accordion-list-item}} {{#accordion-list-item diff --git a/translations/en-us.yaml b/translations/en-us.yaml index 6b56229db..bd42d2248 100644 --- a/translations/en-us.yaml +++ b/translations/en-us.yaml @@ -9506,6 +9506,9 @@ nodeDriver: label: Fault Domain Count placeholder: e.g. 3 helpText: If the availability set has already been created, the fault domain count will be ignored. + plan: + label: Purchase Plan + placeholder: publisher:product:plan size: label: Size dockerPort: