Hi @Mike Morrone
Thanks for the question and using MS Q&A platform.
The problem seems to be that you have exhausted the quota for Free tier App Service Plans that is available for the East US location. It is not a unique problem because Azure has a limitation of the available free resources to a single subscription/region.
1.Remove any existing Free tier App Services in the East US that is no longer in use to restore the quota.
2.Consider using a different tier (Basic B1 or higher) if this is for production use.
3. Go for deployment to other regions, you haven’t fully exhausted your Free tier quota.
4. File a support request with Azure Support asking for a quota increase in Free tier App Service Plans in the East US.
Request a quota increase in the Azure portal
https://learn.microsoft.com/en-us/azure/deployment-environments/how-to-request-quota-increase
references:
https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits
https://learn.microsoft.com/en-us/azure/quotas/view-quotas
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.