Hi,
Does anyone know how to remove the Azure Linux helper appliance from the VBR Azure compute account?
https://helpcenter.veeam.com/docs/backu ... ml?ver=120
The documentation says click on Remove on the Helper Appliance section of the Azure compute account setup. But if you do that, you cannot click on Apply.
It also says in the documentation to not clear the checkbox for Enable restore of Linux-based computers in the Subscription section of the Azure compute account setup.
It seems like the documentation is missing some steps.
Is there a way to remove the helper appliance from VBR or not?
Thanks
Kevin
-
- Service Provider
- Posts: 187
- Liked: 12 times
- Joined: Jan 30, 2018 3:24 pm
- Full Name: Kevin Boddy
- Contact:
-
- Product Manager
- Posts: 10110
- Liked: 2696 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: How to remove the Azure Linux helper appliance from VBR
Hi Kevin
Looks like a bug. I face the same issues and cannot remove it via the console.
You may try PowerShell for now. The following command will remove all Helper Appliances from the Azure Compute Account:
https://helpcenter.veeam.com/docs/backu ... ml?ver=120
Best,
Fabian
Looks like a bug. I face the same issues and cannot remove it via the console.
You may try PowerShell for now. The following command will remove all Helper Appliances from the Azure Compute Account:
https://helpcenter.veeam.com/docs/backu ... ml?ver=120
Code: Select all
$account = Get-VBRAzureAccount -Type ResourceManager -Name "AccountName"
$appliancesession = Deploy-VBRAzureLinuxRestoreAppliance -Account $account -RemoveAll:$true
Fabian
Product Management Analyst @ Veeam Software
-
- Product Manager
- Posts: 10110
- Liked: 2696 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: How to remove the Azure Linux helper appliance from VBR
Hi Kevin
I checked internally and it's listed as a bug. We plan to solve it with v12a.
Until then, please use the provided PowerShell command.
Thanks,
Fabian
I checked internally and it's listed as a bug. We plan to solve it with v12a.
Until then, please use the provided PowerShell command.
Thanks,
Fabian
Product Management Analyst @ Veeam Software
-
- Service Provider
- Posts: 187
- Liked: 12 times
- Joined: Jan 30, 2018 3:24 pm
- Full Name: Kevin Boddy
- Contact:
Re: How to remove the Azure Linux helper appliance from VBR
Thanks that worked via the PowerShell.
Who is online
Users browsing this forum: Bing [Bot] and 83 guests