0
votes

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

1 Answers

0
votes

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.