Azure / SharePoint Server Farm Error

I am trying to create a SharePoint Server farm using this option on the New menu in Azure. I tried like 5 times now and every time, it fails in about an hour.

The error is so mysterious that I can’t determine exactly what is happening.

Operation Name: Microsoft.ClassicCompute / virtualMachines / extensions / write Status: Failed

And then another,

Operation Name: Update Deployment Status: Failed.

Thoughts?

+5
source share
1 answer

I had similar experience using the β€œnew” preview portal when deploying databases. This portal uses the resource manager to deploy its resources, which is a new way of doing things. Anyway, I used the PowerShell command:

Get-AzureResourceGroupLog -Name ResourceGroupName

This gave me detailed information about what happens with the deployment. I had to set up my data center because the one I was trying to use was hot.

I will talk a little more about the other options this command has here: http://devian.co/?p=1181

0
source

Source: https://habr.com/ru/post/1202621/


All Articles