Skip to content

Commit

Permalink
Fix reference to functions deploy resource
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEvansLarah committed Jun 11, 2020
1 parent 1ac23ac commit d699418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Solutions/Marain.Claims.Deployment/deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"outputs": {
"functionServicePrincipalId": {
"type": "string",
"value": "[reference('functions-app').outputs.servicePrincipalId.value]"
"value": "[reference(variables('appDeployName')).outputs.servicePrincipalId.value]"
}
}
}
Expand Down

0 comments on commit d699418

Please sign in to comment.