Cannot Deploy Process Server in Azure

Todd Smith 1 Reputation point
2021-02-02T14:05:38.49+00:00

I am probably missing a step but I cannot deploy an Azure Site Recovery Process server in Azure.

In Azure, I click 'Manage' - 'Site Recovery Infrastructure' - 'Configuration Servers' under 'For VMware & Physical Machines'.

I click on my On-Premise Configuration server and click '+Process Server'.

I select 'Deploy a failback process server in Azure'.

I choose subnet...and then it asks for server name. I enter Failback01.

I fill in the rest of the fields and click 'OK'.

I get a message "Initializing deployment....' and then about 3 seconds later, I get 'Deployment Validation Failed'.

Here is the exact error:

Deployment validation failed
Deployment validation failed.
Additional details from the underlying API that might be helpful: The template deployment 'AsrPsDeploy-FailBack01' is not valid according to the validation procedure. The tracking id is '4112ab79-ad91-4f33-a247-e5351e2d0bed'. See inner errors for details.

What I'm wondering is that the template deployment has prepended 'AsrPSDeploy-' before my server name. I'm guessing its trying to make a server with a name that is 22 characters which is impossible. Since the prepended name is 12 characters....I'm guessing my server name can only be 3 characters, but when I enter the server name...it has to be at least 5 characters.

Has anyone seen this? Is there a place where I can change the AsrPSDeploy- name to something shorter? I shouldn't have to load the PowerShell ARM modules..right?

Any help appreciated, especially if you have seen this.

Thanks,

Todd.

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
708 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Todd Smith 1 Reputation point
    2021-02-03T05:21:14.853+00:00

    I found the 'Inner Errors for details'. I click on the 'Deployment Validation Failed" error and on the right side is a summary section and a JSON section. When I click on JSON...I see this:

    "{\"error\":{\"code\":\"InvalidTemplateDeployment\",\"message\":\"The template deployment 'AsrPsDeploy-FB123' is not valid according to the validation procedure. The tracking id is 'c6ea596f-c645-4f71-9f75-0c8ab63472fc'. See inner errors for details.\",\"details\":[{\"code\":\"QuotaExceeded\",\"message\":\"Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: eastus, Current Limit: 10, Current Usage: 6, Additional Required: 8, (Minimum) New Limit Required: 14. Submit a request for Quota increase at https://aka.ms/ProdportalCRP/?#create/Microsoft.Support/Parameters/%7B%22subId%22:%2289c2ee65-cded-45dc-b5a7-e8ca1ee10a35%22,%22pesId%22:%2206bfd9d3-516b-d5c6-5802-169c800dec89%22,%22supportTopicId%22:%22e12e3d1d-7fa0-af33-c6d0-3c50df9658a3%22%7D by specifying parameters listed in the ‘Details’ section for deployment to succeed. Please read more about quota limits at https://video2.skills-academy.com/en-us/azure/azure-supportability/regional-quota-requests.\\"}\]}}",

    Looks like I have a quota limit for the region cpus which is causing the error. I submitted a request to increase regional cores to 14.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.