An Azure service that provides an event-driven serverless compute platform.
Hello JEROME MATEO,
It looks like you're running into a 429 error when trying to create a Function App in Azure. This typically indicates that the creation operation is being throttled, which can happen for a few reasons, especially with your Azure for Students subscription. Here are some steps and considerations that might help you resolve the issue:
Check Subscription Quotas: Even if you believe you haven't hit any limits, it's worth double-checking your Azure subscription quotas. You might be running into some limits specific to the Azure for Students plan. You can review your subscription limits here.
- Throttling Information: The 429 error suggests that the operation may be temporarily throttled by Azure Resource Manager or the resource provider (Microsoft.Web). Throttling can happen based on the type of subscription and the hosting plan. You can find more information on Azure's throttling policies here.
- Try a Different Region: If your subscription frequently reaches its limits in one region, consider creating the Function App in a different geographical paired region, if that’s feasible for your setup. For example, if you’re in West US, try West US 2.
Please accept as answer and do a Thumbs-up to upvote this response if you are satisfied with the community help. Your upvote will be beneficial for the community users facing similar issues.