Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi Mike,
How about scaling the app service plan to Free tier when you are not using it? Before you can scale it down you would need to remove features not available with Free. For example, say you have a custom domain with certificate binding. Before scaling down you need to delete the binding.
The other thing to note is Azure automatically reserves the name for a certain period of days after you delete the App Service, so if you only have it deleted for a short time there isn't much risk.
Please click Accept Answer and upvote if the above was helpful.
Thanks.
-TP