Azure-Samples / azure-batch-samples

Azure Batch and HPC Code Samples
Other
261 stars 487 forks source link

Need Example for Application Packages #236

Closed vejuhust closed 6 years ago

vejuhust commented 6 years ago

As per this guide, application litware was created as demo/example, can you please release its source code for developers to learn and debug?

davidkydd commented 6 years ago

Litware isn't a real program, it was just used as an example application name. Apologies for the confusion.

mmacy commented 6 years ago

Litware is a fictional software company used by Microsoft in various documentation and example capacities. Other fictional companies are Contoso and Fabrikam. For more information, please see the following MSDN blog post:

Why do I see the same fake names in Microsoft samples over and over?

Tatsinnit commented 6 years ago

Thanks guys @mmacy & @davidkydd for clarifying the background for the name "litware".

Further, I will point few resources which will help.

In the official sample code it is easy to add app pkg code if you are familiar with the details mentioned in application package documentation. (please be aware that you have read the whole page carefully as there are few moving parts to the setup).

I will emphasize on carefully reading the documentation, it further carefully details pool level and task level packages, How you setup your packages via portal, and deciding if the design will need application package or any other way.

Few more helpful link:

Closing down this issue as it seems like combination of misunderstanding and possible documentation reach.

Thanks heaps.

vejuhust commented 6 years ago

@davidkydd @mmacy Thanks for your info! I didn't realize Litware is just another Contoso.

@Tatsinnit Many thanks to you for this summary! Apart from the application package itself, Azure Batch looks like another Cosmos, and it's been 3 years since Azure Batch GTM. But I still can't find any related books or video courses for developers like me 😢

Tatsinnit commented 6 years ago

You are welcome @vejuhust :) !

When I started I find document was very easy to follow, it’s just it takes one to sink in the concept because it does few things at once, I will see if I can add some quick YouTube video, (given that it will be helpful but no commitments, so not sure when that will happen :) )

:bulb: if you have any code specific questions you can ask in forums or flick me your repo where I can try and help. In one of the stackoverflow links the explaination is from very basics, if you are familiar with rest of the concepts of batch, the msdn blog is really easy to follow and I will encourage you to try it out along with other material I have shared above.

:bulb: You can give it a try to get at least the Azure batch sample project running and then adding app pkgs are mere copy paste of few lines of code if you have set them correctly.

Thanks,

vejuhust commented 6 years ago

@Tatsinnit Agree! I dived into the this repo for a few days. And when my own code doesn't work as the doc, I tend to figure out the issue by comparing with the example code. If you're gonna make YouTube video, what about creating a Pluralsight course? Btw, may I have your alias? So I can ping you on Skype if necessary.