Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi @Dattatray Kale
This error is not related to MFA configuration. It occurs because your newly created Azure subscription has zero vCPU (compute) quota allocated for the selected region, and even App Service deployments depend on underlying compute capacity checks. As shown in the error, the current limit for Basic VM cores is 0, while at least 1 core is required to complete the deployment. This is a common behavior for new or free-tier subscriptions where default quotas are restricted. To resolve this, you need to request a quota increase by navigating to Azure Portal > Subscriptions > Usage + quotas, selecting the appropriate region, and submitting a request to increase Total Regional vCPUs or Basic VM cores to at least 1. Once the quota request is approved, the deployment will succeed.
https://learn.microsoft.com/en-us/azure/quotas/regional-quota-requests
Let me know if you have any further assistance needed.