Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
You can create a file in your wwwroot folder, name it ".user.ini" and specify the upload limit:
upload_max_filesize = 512M
post_max_size = 5120M
memory_limit = 512M
hth