Skip to content

Commit

Permalink
Add dependency on storage account for function app
Browse files Browse the repository at this point in the history
  • Loading branch information
nenad0707 committed Mar 17, 2024
1 parent 809b83e commit 33a9f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/function-app.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ resource functionApp 'Microsoft.Web/sites@2020-06-01' = {
name: functionAppName
location: location
tags: tags
dependsOn: [storageAccount]
kind: 'functionapp'
identity: {
type: 'SystemAssigned'
Expand Down

0 comments on commit 33a9f53

Please sign in to comment.