Perform the following steps:
- Create a package file for the application. I'm using the same application that we created in Chapter 4, Understanding the Integrated Developer Experience of Visual Studio Tools.
- Navigate to the location where you see the bin folder along with other files related to your functions. Create a .zip file out of the files, as highlighted in the following screenshot:

- Create a Blob container (with private access) and upload the package file either from the portal or by using Azure Storage Explorer.
- The next step is to generate a shared access signature (SAS) token for the Blob Container so that the ...