Imported ARM template with Workbook item cannot be accessed because:
This item could not be restored.
Could not find Workbook with id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SomeGroup/providers/microsoft.insights/workbooks/11111111-1111-1111-1111-111111111111 in subscription 00000000-0000-0000-0000-000000000000. It may have been deleted or moved, or you may not have access to it.
Workbook was crated on Azure Portal, works fine, and its ARM template stored in json file. When I use Deploy a custom template in Portal or Azure CLI
az deployment group create -n WorkbookName -g SomeGroup --template-file workbook.json
it passes. But when I try to enter it (the workbook in Resource groups) and peek a result (after clicking Open Workbook) I end up with above error.
My role is Contributor, so I don't think this is a problem with access.