Skip to content

An Azure Logic App implementation that will poll a specified HTTP endpoint and save to Azure Storage.

License

Notifications You must be signed in to change notification settings

aque/logic_app_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logic App Downloader

This will deploy 3 resources to your Azure environment:

  1. An Azure Storage Account (V2)
    • Also creates a blob container in the new storage account.
  2. A Microsoft connector to connect Azure Storage and the Logic App
  3. A Logic App that pulls from a specified HTTP endpoint on a set interval.

To deploy this to your subscription, you can specify the parameters in the parameters.json file. In the example parameters file, Bing.com will be downloaded by Logic App every 5 minutes.

You can execute this script from PowerShell to deploy.

.\deploy.ps1 -subscriptionId "a*******-****-****-****-*********bcd" -resourceGroupName "bing_downloader_test" -resourceGroupLocation "eastus2" -deploymentName "Bing_Data_Downloader" -parametersFilePath ".\parameters.json"

You can also run in an Azure Government Cloud by passing the -environmentName parameter.

.\deploy.ps1 -subscriptionId "a*******-****-****-****-*********bcd" -resourceGroupName "bing_downloader_test" -environmentName "AzureUSGovernment" -resourceGroupLocation "usgovtexas" -deploymentName "Bing_Data_Downloader" -parametersFilePath ".\parameters.json"

Note: As of August 27th, 2018, Logic Apps are currently only available in US Gov Texas region

About

An Azure Logic App implementation that will poll a specified HTTP endpoint and save to Azure Storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published