When using Azure Batch Processing, what is the best way to create and use a configuration file which can change per instance? -
so i'm new azure , working on project in using azure batch processing run application in several instances different configurations.
i wondering best practice doing this, reference how easy change configuration files, deploy, how interlink them source control etc.
any thoughts/knowledge helpful can't seem find based azure batch , configuration files.
you manage configuration in batch client normal application running on client outside of batch job. application creates pools, jobs , tasks i.e. sends them batch queue. can store configuration client in usual way used (app.config, json files etc.).
scheduling job run in batch involves specifying job parameters pool id, task id, resource files etc. , command line executable run. pass required parameters task instance use.
Comments
Post a Comment