Azure Batch Job: Is there a code example for batch jobs created by using User Subscription

166 views Asked by At

All the examples I have seen so far user "Batch services" is there any code example for "User Subscription"?

https://github.com/Azure/azure-batch-samples/tree/master/CSharp/ArticleProjects

1

There are 1 answers

2
fpark On

Submitting jobs for User Subscription Azure Batch accounts is no different from that of Batch Service Azure Batch accounts; only the method for obtaining authentication/credentials for the service client differs. You can view this article for more information - there are code samples at the bottom of the article for C#/.NET.