Azure Batch - Create Nodes from VM Image -
i have selenium test code need run in parallel. in order selenium run effectively, configurations have done on machine (i.e. zone settings, chrome , firefox installs, etc.) , these settings hard (if not impossible) apply via automated approach. i've manually created vm, done setup , created image following directions in microsoft's documentation.
now need setup code can specify vm image use when creating nodes. i've searched as can , not found documentation explains how can go doing this. the example in dotnettutorial sample doesn't seem have way specify image.
there feedback item here on same topic , shows request started on jun 1st 2015. i'm hoping means it's done , hasn't been documented well.
q: how can specify custom vm image source azure batch nodes?
updated answer on 2017-03-17:
custom images supported through "user subscription" batch accounts. can create these types of accounts in azure portal or through newest management sdks supported languages.
previous answer:
currently, custom vm images not supported. noted, feature being worked on. in addition uservoice, can periodically check product updates @ site.
Comments
Post a Comment