Azure Functions outputting JSON set filename?
I am creating an Azure function that outputs a json file to my blob storage. Below is the code located within my init.py file: import json import random import requests import azure.functions as func cities = ["London", "Bath", "York", "Canterbury",…