Skip to content

Commit

Permalink
ARM Template の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
MasayukiOzawa committed Aug 12, 2020
1 parent e9dd922 commit 9b826dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deployments/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
"parameters": {
"workbookSourceId": {
"value": "[resourceId('microsoft.insights/workbooks', concat('ezmonitor-', variables('uniqueId')))]"
"value": "[resourceId('Microsoft.OperationalInsights/workspaces', concat('ezmonitor-', variables('uniqueId')))]"
}
}
}
Expand Down

0 comments on commit 9b826dc

Please sign in to comment.