The following is the very first lines of the code in this recipe:
#r "Newtonsoft.json"
#r "Microsoft.WindowsAzure.Storage"
The preceding lines of code instructs the runtime function to include a reference to the specified library to the current context.