Hello , Welcome to MS Q&A
Yes, your running costs are likely to rise if you migrate from Azure CDN (Classic) to Azure Front Door Standard or Premium, even for very light usage.
Key points:
- Azure Front Door Standard/Premium has a minimum base charge of ~$35/month (Standard) or ~$300/month (Premium), regardless of usage. See official pricing
- There is no “pay only for what you use” tier for Front Door; the base fee applies even if you only serve a few files.
- Azure CDN (Classic) allowed for extremely low-cost, low-usage scenarios, but Front Door is designed for enterprise/global scale.
Recommendation for your scenario:
- If you only serve a few static files and cost is a concern, move your images and JS files into your App Service’s wwwroot.
- You can serve static files directly from your App Service at no extra cost.
- Alternatively, consider using GitHub Pages, Azure Static Web Apps Free tier, or other free/low-cost static hosting if you want to further reduce costs.
Pls let me know if further ques
Kindly accept answer if it helps
Thanks
Deepanshu