- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 38字
- 2021-07-02 20:23:02
There's more...
Following is the very first line of the code in this recipe:
#r "Microsoft.WindowsAzure.Storage"
The preceding line of code instructs the function runtime to include a reference to the specified library to the current context.