Hi @Riad De Pauw
If you've deleted a web app multiple times, you might experience a temporary delay when trying to recreate it. This is because Azure enforces certain restrictions on resource creation, especially for subscriptions like Azure for Students, which have stricter limits compared to standard plans.A 409-conflict error during deployment usually means another deployment is already in progress. If you don’t see any logs in the deployment center, it’s worth checking for any ongoing operations that might be blocking the process. Some subscription plans come with limited resources, which can sometimes lead to throttling or delays in deployment.
Trying to create the web app again after waiting – assuming it would work now.
Checking for existing deployments that might have hit a wall.
Reviewing quotas and limits set on the Azure subscription to confirm using resources allocated within limits.
Please accept as "Yes" if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.