Azure API App to download, decompress & store a file on Azure Blob Storage.
This API App stores the file directly on Azure Blob Storage because of the file size limitations in Azure Logic Apps. For more information, see the Logic App Limitations here.
To deploy the custom API App you can select one of the following options:
- Source Control Integration
- Web Deploy
- FTP or FTPS
- Kudu
More information can be found here.
Using the API app can be done in a few steps:
- Create a new API App in the Azure Portal
- Deploy the code to the API App
- Create a new Logic App in the Azure Portal
- Add the trigger you want to use
- Add more steps, if applicable
- Select "Show APIs for App Services in the same region and choose your API App
- Configure the API App like you want
Adding the API App to your Logic App
Configuring the API App
This is a reference implementation - We are not responsible for possible issues in real-world production environments
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.