November 2018
Intermediate to advanced
424 pages
10h 55m
English
The following are the very first lines of code in this recipe:
#r "Newtonsoft.json"#r "Microsoft.WindowsAzure.Storage"
The preceding lines of code instruct the runtime function to include a reference to the specified library in the current context.