Skip to content

mrsmitty/logic-app-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logic App Challenge

Deploy To Azure

Synopsis

Create a Logic App that can read from the GitHup REST API, retrieve closed pull requests from the repository and, write each PR object as a json file in Azure Blob Storage.

Instructions

  1. Clone this repository and push to your own public GitHub Repository
  2. Deploy the ARM Template to your Azure Subscription.
    • You can click the "Deploy to Azure" button below or,
    • run the PowerShell script deploy.ps1
  3. Check that the resources have deploy successfully
  4. Modify the Logic App. It will be named lap-test-[unique-id] where the unique-id is a generated name
  5. Export your Resource Group ARM Template *.zip file. Extract it to your repository and push your change. Export Template

Bonus Points!

Once you have your solution working, update azuredeploy.json with your Logic App definition. Also include any connections required by the logic app. Modify the template so that it can be run in any Azure Subscription and any Resource Group using the deploy.ps1 command.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published