December 2019
Beginner to intermediate
770 pages
16h 14m
English
In our scenario, the Azure functions have been deployed with the Function authorization level, so we need to call the desired function by passing a code parameter with the function key (which we can obtain from the portal). For example, to test the ListFiles function, we need to call the following URL: https://saasfilemgt.azurewebsites.net/api/ListFiles?code=FUNCTIONKEY.
This is the response we get (a list of our Blob files' URIs):

To test the DownloadFile function, we need to send a POST request to the function's URL by passing a JSON object with the following parameters (which identify the file to retrieve):
Read now
Unlock full access