Share via

Unable to Deploy Standard F4s VM in Qatar Region. Size Not Available / Quota Request Issue

Abenezer Amare 0 Reputation points
2026-02-21T19:57:48.7833333+00:00

Hi,

Our company is trying to deploy a Virtual Machine in the Qatar region. We selected the Standard F4s size (4 vCPUs, 8 GB RAM), but we receive the following error:

“Size not available. Request quota.”

However, when attempting to submit a quota increase request through the support ticket system, the form does not allow submission and returns an error stating that the “request details” field is empty, even though all required information has been entered.

We would like clarification on the following:

Is the Standard F4s VM size supported in the Qatar region?

Is this a temporary capacity limitation?

Any guidance on how to proceed would be appreciated.

Thank you.

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Nikhil Duserla 9,685 Reputation points Microsoft External Staff Moderator
    2026-02-21T22:40:46.6266667+00:00

    Hello @Abenezer Amare ,

    Hey Abenezer! It seems like you're running into a couple of issues while trying to deploy a Standard F4s VM in the Qatar region. Let's break this down:

    Availability of Standard F4s VM in Qatar: The error message you're seeing ("Size not available. Request quota.") typically indicates that the VM size you're trying to deploy might not be available due to current capacity limitations in that region. The Qatar region is relatively new, and it's possible that certain sizes haven't been fully rolled out or might be constrained at this time.

    Quota Request Issues: It’s frustrating that you can't submit a quota request due to an error in the form. This can happen if there's a glitch or an issue with how the form processes your input.

    Steps You Can Try:

    Check VM Size Availability: Use Azure CLI to check if the Standard F4s VM size is available in the Qatar region. You can run:

    az vm list-sizes --location "Qatar" --output table
    

    This will display the available sizes in that specific region.

    Quotas: Ensure that you’ve checked your subscription quotas. You can look at the current quotas using:

    az vm list-usage --location "Qatar"
    

    This command helps you verify if quotas are the issue.

    • Alternative Sizes: If the Standard F4s size is definitely not available, consider deploying a different VM size that is supported in that region for your workload.

    Technical Support: Given the issue with the quota submission form, it may be helpful to contact Azure support directly if this persists. They can provide specific assistance with both the quota request and the VM size availability.Hey Abenezer! It seems like you're running into a couple of issues while trying to deploy a Standard F4s VM in the Qatar region. Let's break this down:

    Availability of Standard F4s VM in Qatar: The error message you're seeing ("Size not available. Request quota.") typically indicates that the VM size you're trying to deploy might not be available due to current capacity limitations in that region. The Qatar region is relatively new, and it's possible that certain sizes haven't been fully rolled out or might be constrained at this time.

      **Quota Request Issues**: It’s frustrating that you can't submit a quota request due to an error in the form. This can happen if there's a glitch or an issue with how the form processes your input.
      
      ### Steps You Can Try:
    
         **Check VM Size Availability**: Use Azure CLI to check if the Standard F4s VM size is available in the Qatar region. You can run:
         
         ```
         az vm list-sizes --location "Qatar" --output table
         ```
         
         This will display the available sizes in that specific region.
         
            **Quotas**: Ensure that you’ve checked your subscription quotas. You can look at the current quotas using:
            
            ```
            az vm list-usage --location "Qatar"
            ```
            
            This command helps you verify if quotas are the issue.
            
               **Alternative Sizes**: If the Standard F4s size is definitely not available, consider deploying a different VM size that is supported in that region for your workload.
               
                  **Technical Support**: Given the issue with the quota submission form, it may be helpful to contact Azure support directly if this persists. They can provide specific assistance with both the quota request and the VM size availability.
                  
    

  2. Q&A Assist
    2026-02-21T19:57:59.7966667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The Standard F4s VM size may not be supported in the Qatar region, which could be the reason for the error message stating that the size is not available. It's also possible that there is a temporary capacity limitation in that region, which is common in cloud environments due to fluctuating demand.

    To proceed, you can consider the following steps:

    1. Check Availability: Verify the availability of the Standard F4s size in the Qatar region through the Azure portal or documentation.
    2. Request Quota Increase: If you still wish to request a quota increase but are facing issues with the support ticket system, ensure that all required fields are filled out correctly. If the issue persists, try to contact Azure support directly for assistance.
    3. Consider Alternatives: If the Standard F4s size is not available, you might want to explore other VM sizes that are supported in the Qatar region or consider deploying in a different region where the desired size is available.

    If you need further assistance, reaching out to Azure support directly would be the best course of action.


    References:

    0 comments No comments

Your answer

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