Skip to content

cbellee/logic-app-app-srv-api-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logic App to App Service OAuth example

Solution Diagram

Prerequisites

  • Ensure you're running on a Windows OS since the 'AzureAD' module only support Windows PowerShell, not PowerShell v6.0 (x-plat)

  • Install the Azure PowerShell module

    • PS C:\> Find Module Az | Install-Module
  • Install the Azure AD Module

    • PS C:\> Find Module AzureAD | Install Module

Deployment

  • Clone this repo
  • Change current directory to /deploy
    • PS C:/> cd ./deploy
  • Ensure you're authenticated via PowerShell 'Login-AzAccount' and have selected the target subscription with 'Set-AzSubscription -SubscriptionId
  • Execute the PowerShell script
    • PS C:/> ./deploy.ps1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published