better-shampoo-48884
03/21/2021, 11:47 AMazure-native:compute:Disk (xxxxx-scaleset-linuxagents-disksource):
error: Code="BadRequest" Message="Required parameter 'storageAccountId' is missing (null)."
Which makes sense, because looking at docs for `CreationData`it states:
storageAccountId string
Required if createOption is Import. The Azure Resource Manager identifier of the storage account containing the blob to import as a disk.
This is easy to fix of course, and for once errors made it easy to check as well 🙂 It seems that there is no difference api-wise if you're in the same or different subscription relating to "importing an unmanaged blob" examples - Should I make an issue in /docs or a PR?tall-librarian-49374
03/21/2021, 12:03 PMbetter-shampoo-48884
03/21/2021, 12:04 PMtall-librarian-49374
03/21/2021, 12:04 PMbetter-shampoo-48884
03/21/2021, 12:07 PMtall-librarian-49374
03/21/2021, 12:19 PM