- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 40字
- 2021-06-10 18:55:54
There's more...
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.