I have a zip file with a Python script and a Linux executable (used by the script). I wish to deploy this to my Azure Function using the Azure Portal GUI (not github, VS or the commandline).
In the Azure Function / Deployment Center I only seem to be able to have the below options, however:
What I am looking for is the equivalent to AWS Lambda’s ability to upload a zip file with the relevant code. Is that indeed not a possibility?
If so, is it alternatively possible to store my zip in my Azure Blob Storage container and then reference that container URL via my Azure Function instead?