An Azure service that is used to provision Windows and Linux virtual machines.
Hello Jane,
Thank you for reaching out and for sharing the deployment error details.
After reviewing the error, the deployment is failing because the Azure subscription being used for the Dynamics 365 Finance & Operations demo environment does not currently have access to the required VM SKU Standard_E8_v4 in the selected Azure region.
The error message:
"The current subscription id does not allow the VM SKUs [Standard_E8_v4] ... [NotAvailableForSubscription; NotAvailableForSubscription]"
indicates that the requested VM SKU is either unavailable in the selected region or restricted for the subscription being used. This is typically a subscription-level limitation rather than an issue with Lifecycle Services (LCS) itself.
Common causes include:
- The Standard_E8_v4 VM SKU is not available in the Azure region configured in the LCS Azure Connector.
- The Azure subscription type (for example, Free Trial, certain Visual Studio subscriptions, or other restricted subscription offers) does not currently have access to the required VM family.
- Regional capacity or subscription entitlement restrictions are preventing deployment of the VM SKU.
To help identify and resolve the issue, please follow the steps below:
Step 1 – Verify VM SKU availability in the target region
Please confirm that the Standard_E8_v4 VM size is available in the Azure region configured for your LCS deployment:
https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/
If the SKU is not available in the selected region, consider using another supported region for the deployment.
Step 2 – Review subscription quotas and restrictions
In the Azure portal, navigate to:
Subscriptions → Usage + Quotas
Review the quota for the E-series VM family in the target region. While the current error indicates a subscription restriction rather than a quota issue, validating the available quota can help rule out additional deployment blockers.
You can also validate SKU restrictions using Azure CLI:
az vm list-skus --resource-type virtualMachines --all --query "
If the output contains: "ReasonCode": "NotAvailableForSubscription" it confirms that the VM SKU is currently restricted for your subscription.
Step 3 – Open an Azure Support request
If the SKU is available in the target region but remains restricted, please open an Azure Support request and ask for the Standard_E8_v4 SKU to be enabled for your subscription.
When creating the support request, include Subscription ID, Target Azure Region, VM SKU: Standard_E8_v4
Reference: https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/previous-gen-sizes-list?
Azure subscription and service limits, quotas, and constraints
Hope this helps! Please let me know if you have any queries in comments.