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
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
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.