Examples - MeirellesLab/AzureCustomTasks GitHub Wiki
This set of examples shows some capabilities of the ACT software.
Common Setup
Before starting any of these examples, you need to create or already have an account on the Microsoft Azure Portal. Then log in to the Portal and follow these steps:
- Create a Storage Account, your containers (input/output/scripts can be in the same container) and a SAS Token to access them.
- Create a Batch Account and link it to your Storage Account.
- Copy the configuration file from the example and fill it with your data, specifically the batch and storage credentials.
- The Base URL for Batch service is https://{account-name}.{region-id}.batch.azure.com
- The Domain URL for Blob Storage is blob.core.windows.net
- Upload the example script and input blobs to the defined container path, accordingly with what is in the configuration file.