Hi Laurence Do ,
Welcome to the Microsoft Q&A Platform!
The issue of CPU time quota increasing even after your Web App is shut down is unusual happen due to background or scheduled tasks, resource mismanagement, or a miscalculation in Azure's quota tracking.
- Check WebJobs in your App Service and stop or disable any running jobs.
- Navigate to Configuration > General Settings and ensure "Always On" is turned off.
- Restart your App Service Plan to reset any quota tracking .
- Go to Metrics in the Azure Portal and review CPU Time to identify patterns or spikes.
- Stop the Web App from the Overview blade in the Azure Portal.
- Verify that no deployment slots are consuming CPU resources.
- Check Application Insights or Log Analytics for unusual activity or infinite loops.
- Upgrade to a Basic or Standard plan to eliminate quota restrictions. https://learn.microsoft.com/en-us/azure/app-service/web-sites-monitor
If the answer is helpful, please click "Accept Answer" and kindly upvote it.