Getting error while creating wordpress by azure

sudhansu nayak 20 Reputation points
2024-06-13T05:00:16.0733333+00:00

I was trying to create a wordpress resource - selected azure services only option and it showed one option of "wordpress scalable ....". i tried creating that resource. and it gives me below error.

I am getting below error

The template request exceeds the quota limitations for one or more Microsoft.Network resources in the subscription. Please check details for information about each resource and contact support to increase the respective quota. (Code: TemplateExceedsResourceQuotaLimits)
Subscription 5d222a05-2a46-457d-b6cd-00f02680b7d2 has a quota of 10 for resources of type PublicIpAddress with sku Standard. Subscription currently has 8 resources and the template contains 3 new resources of the this type which exceeds the quota. Please contact support to increase the quota for resource type PublicIpAddress (Code: ResourceCountExceedsLimitDueToTemplate)
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,180 questions
0 comments No comments
{count} votes

Accepted answer
  1. Deepanshu katara 6,395 Reputation points
    2024-06-13T06:19:01.7866667+00:00

    Hi Sudhanshu, Welcome to MS Q&A

    It looks like you're encountering a quota limitation issue when trying to create a WordPress scalable resource on Azure. The error message indicates that you've reached the quota limit for Public IP Addresses with the Standard SKU in your Azure subscription. Specifically, your subscription has a quota of 10 for this type of resource, and it currently has 8 resources, with the template trying to add 3 more, which exceeds the quota.

    To resolve this issue, you have a few options:

    1. Contact Azure Support: You can reach out to Azure support to request an increase in the quota for Public IP Addresses with the Standard SKU in your subscription. They can guide you through the process and help you increase the limit to accommodate your needs. Check this document to increase network(include public IP) quota --> https://learn.microsoft.com/en-us/azure/quotas/networking-quota-requests
    2. Modify the Template: If possible, modify the template to use only two Public IP Addresses or change the SKU to Basic from standard. You might also consider using existing resources rather than creating new ones if appropriate.

    For more detailed info , please check this

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits

    Kindly accept answer if it helps, Thanks!

    Regards

    Deepanshu


0 additional answers

Sort by: Most helpful