Skip to main content

Hello,

 

I am trying to do Azure Full VM restore, but i can't chose any storage account. 

 

For the backup i am using LRS  StorageV2 (general purpose v2) in the same region as the vm.

 

I added CVBackupRole to all subscription. For the networking we are using private endpoint

 

But when i am trying to restore i got message "no storage account found”

Hi @Egor Skepko ,

On the Access Node, can you check the cvd.log and find the 'Microsoft.Storage/storageAccounts'

Then further done, you should see something like:

{"name":"Standard_LRS","tier":"Standard"}

{"name":"Standard_ZRS","tier":"Standard"}

Let me know

Best Regards,

Sebastien


@Sebastien Merluzzi On cvd logs i cant find information about storage account, only on backup log i see storageAccountType":"Standard_LRS",


@Egor Skepko

Can you increase debug level to 3 for cvd on Access Node and then reproduce and check the log again?


@Sebastien Merluzzi 

 

This only i can find:

 

3776  2740  01/31 07:28:34 ####### CVMManualDiscVMInfoCache::GetVMInfo() - Caching new VMInfo object for 45045e59-356f-4d9a-a2a6-55a8de54bc6b\
3776  2740  01/31 07:28:34 ####### CVMManualDisc::AddInventoryItems() - InventoryItem:rVMs                 ]  UUID:                              ]   Type:0-Unknown   ]  Flags:]0] Region:0]
3776  2740  01/31 07:28:34 ####### CVMManualDisc::AddInventoryItems() - InventoryItem:AResource Groups     ]  UUID:r                              ]   Type: 0-Unknown   ]  Flags:0] Region: ]
3776  2740  01/31 07:28:34 ####### CVMManualDisc::AddInventoryItems() - InventoryItem:#Regions             ]  UUID:e                              ]   Type:0-Unknown   ]  Flags:U0] Region: ]
3776  2740  01/31 07:28:34 ####### CVMManualDisc::AddInventoryItems() - InventoryItem:7Storage Accounts    ]  UUID:#                              ]   Type: 0-Unknown   ]  Flags:a0] Region:s]
3776  2740  01/31 07:28:34 ####### CVMManualDisc::AddInventoryItems() - InventoryItem:sTags                ]  UUID:7                              ]   Type:s0-Unknown   ]  Flags:)0] Region:r]


 @Egor Skepko 

It should be inside the Response Body and under subscriptions between 07:28:25 and 07:28:30

Can you reproduce the issue again and send cvd.log from the Access Node privately so I can check?


What was the solution ? I have same problem 


Reply