Hi @jeffdai
Issue :
Cannot deploy Azure Virtual Desktop using Getting Started Wizard. Failed with the error message "Deployment 'vmCreation-linkedTemplate-' could not be found"
There are 2 ways you can find more information on this error message:
First method
- Click on the error message in the Azure Portal
- Review the Summary and Raw Error.
You might see an error similar to 'Operation could not be completed as it results in exceeding approved cores quota as shown below.
Second method
- Login to Azure portal and go to Activity Log
- Look for "Validate Deployment" failures. Make sure you select the operation with the red icon.
- On the right side select "JSON" and scroll all the way down and look for "statusMessage". There you should be able to see more information about the actual issue.
Solution:
You can go to VM creation wizard in Azure portal and try to select the required VM series with the region you wanted to deploy the VM to. If your desired region does not show up in the dropdown, it implies creation of that VM is not available for you in that particular region for your Subscription type. Please select a different region or VM series and see if it available for you. Deployment of AVD to the updated region should work. If you would like to request an increase in quota for your subscription, please follow the steps provided here.
UPDATE:
Received an update from the customer. They were trying to deploy AVD to West US 2. West US 2 is at capacity for Azure Free Trial customers. Customer has confirmed this by opening the VM creation wizard. Cx will deploy AVD to West US 3 instead.
Hope that helps. If you have any questions, let me know in the comments below and I would be happy to investigate further.
----------
If this answers your query, do click “Accept the answer” and Up-Vote for the same, which might be beneficial to other community members reading this thread.