how to deploy acronis extension on microsoft azure? - azure

I'm trying to back up an azure vm to acronis, but whenever I try to deploy the acronis extension on azure I recieve the following error:
At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.
VM has reported a failure when processing extension 'AcronisBackup'. Error message: "Failed to connect to Acronis Backup Cloud. Check specified credentials and firewall settings. For more information please refer to https://kb.acronis.com/content/47189"
It basically says that the provisioning state failed. How can i fix this?

Issues related to installation of Acronis extension should be investigated with the help of Acronis support team.
Just a suggestion, you can try redeploying the VM to see if that lets you successfully install the extension. If issue persist, reach out to support and share below information with the technical professionals.
Error details with screenshot if possible
Detail steps followed for deployment

Related

Microsoft Azure AD Connect Provisioning Agent error 5

I am getting this error. How I going to solve this. Some configurations are disabled and inactive. Please help me. Thank you.
Also when connecting the Microsoft Azure Active Directory Connect Provisioning Agent Configuration. Its say that error. Please see images.
Provisioning Agent cloud sync keeps track of the condition of your configuration and quarantines any unhealthy components. Whenever calls sent to the target system continually fail on invalid credentials.
To resolve this issue:
You can clear the quarantine and restart the provisioning job like below:
You can view additional details regarding the quarantine by selecting the status and the error code message also will display.
To restart provisioning job, click on your domain -> edit cloud sync configuration and -> Restart sync.
we encountered an unexpected error when registering the agent please try again
When you deploy the cloud provisioning agent, you may receive an error message. Generally, the agent's unable to implement the PowerShell registration scripts is what causes this issue.
Try to change PowerShell execution policies make sure local machine and user policy should be RemoteSigned or Undefined
If still error persists you can repair the cloud sync service account using below cmd:
Install AADCloudSyncTool Connect-AADCloudSyncTools , Enter credentials
Run Repair-AADCloudSyncToolsAccount
Reference:
Azure AD Cloud Sync Highlights and Deployment (misconfig.io)

Error migrating Azure Classic storage to ARM

I'm using the 'Migrate to ARM' tool in the Azure portal but running into an error as referenced in this post here Azure Portal - Migrate to ARM - Failed during prepare step.
Has anyone run into this error during the prepare step? The validation works, but I get that same error once I begin the 'Prepare' step.
Can you please share the error message screenshot?
Can you try to migrate Classic Storage account o ARM using PowerShell or CLi and let me know the status?
Sometimes this type of issue may occur when there was VM images, VM machines with disks, or unattached disks in the storage account. Please check to see if this is the case and delete them then retry the migration. The commands to find these resources are in the section here.
Recommended to refer to this link and delete if there is any orphan disk object and images that might be impacting the storage account migration.
Have you referred to the suggestion mentioned in this article: https://learn.microsoft.com/en-us/azure/virtual-machines/migration-classic-resource-manager-errors
Step-by-Step: Migrate your classic Cloud Services to ARM–Storage Migration.

The following team project collection is stopped ... Start the collection and then try again

Background: We have an azure DevOps pipeline that we use to automatically deploy a webapp we maintain to an azure test instance.
This suddenly stopped running today with the following error.
TF24668: The following team project collection is stopped: ***********. Start the collection and then try again. Administrator Reason: abuse
where *********** is our project name.
It fails instantly when this happens. It doesn't appear to do anything else other than throw this error.
The developer who initially got the pipeline set up is no longer with the company.
I've looked through the DevOps interface, and I can't find what it means by this "project collection", and I can't find out how to start it.
Any ideas where I should look?
If you are using Azure DevOps Service. This is a known issue on Azure DevOps, Microsoft Product Team has fixed it and all hosts have reboot, you could try it again and then kindly share the result here.
If you are using Azure DevOps Server, you should open Azure DevOps Server Administration Console->click the tab Team Project Collections->check the collection and ensure the state is Online, then try it again.
Note: If you do not have enough permission to do this, please contact the collection administrator to check it.
I faced the same and reported an issue on Microsoft Developer Community and got the following response
We had some bad actors using our MS-HOSTED pipelines pools in ways they should not have been, and we blocked them in order to maintain the stability of Azure Pipelines.
Full response can be found here
This ended up being a bug with azure that they fixed within a few days
See https://developercommunity.visualstudio.com/t/Azure-Pipelines:-errorTF24668:-The-f/1239940
As stupid as it might sound there is an Azure DevOps Dashboard that states health of Azure DevOps services. I got his error on Wednesday where status of pipeline service in my region was marked as degraded. On Thursday status changed to healthy and my pipeline works!

Nop-Commerce MarketPlace Azure first Deployment Issue

I'm trying to use install nop-commerce from the marketplace azure.
I create the web app and setting up the sql server in the same wizard.
I'm putting both in the same resource-group name.
However, I'm getting the deploment issue below:
Deployment to resource group 'felisbabies' failed.
Additional details from the underlying API that might be helpful: At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.
Anyone face this similar sceneario?
You can see here i wrote cosmetic article on it nopCommerce deployment with azure

Azure Docker Web App - Failed to update data for container settings

I'm trying to configure continuous deployment for my Web App in Azure so it deploys every time I push an updated container image to the Azure registry.
However, when I go to "Container Settings" and set "Continuous Deployment" to true and then hit save I get the following error:
"Failed to update data for container settings."
I'm not sure how to start debugging this error message to find out what the issue is.
Does anyone have any ideas?
I faced the same error message when trying to update the configuration of a multi-container app.
The Azure portal sends the update as a request to their management API and the JSON response to this request contains a more detailed error message. This might help with debugging. For example, in my case the configuration was too long and this was kind of communicated in the response that I was able to find through the network tab of my browsers developer tools.
This just worked after revisiting the portal after a couple of days. Must have needed a bit of bedding in...

Resources