Skip to content

Commit

Permalink
updated ase deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lukearp committed Apr 18, 2023
1 parent 74193a7 commit 6e01984
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,17 @@ module ase '../../../../../Modules/Microsoft.Web/hostingEnvironments/hostingEnvi
}
}
}

module logicApp '../../../../../Standard-Deployments/LogicApp-Standard/LogicApp-Standard.bicep' = {
name: 'Logic-App-Deploy'
scope: resourceGroup(rg.name)
params: {
aseId: ase.outputs.aseId
location: 'eastus'
name: 'luke-ase-logicapp'
appPlanSize: 'I1V2'
tags: {
Environment: 'Demo'
}
}
}

0 comments on commit 6e01984

Please sign in to comment.