Hello @Aldar
One of the biggest differentiators of Azure Static Web Apps is the ability to integrate them into Azure DevOps or GitHub, meaning you can have an ‘out of the box’ fully automated system, incorporating CI/CD from day 1.
The key thing to remember with Azure Static Web Apps is that you build the application from a repository.
Azure Static Web Apps offers cost-effective pricing from test or production apps comparing to Azure Web Apps.
If you require features that go beyond what Azure Static Web Apps offer (i.e. Database services, .NET apps, etc), then Azure Web Apps could be your best bet. For any kind of application server that needs more than just a front end (and needs to deliver more than just static content), this could be your best option.
I suppose Azure Static Web Apps will be more cost-effective in your case and give you CI/CD benefits.
If you think your question has been answered, click "Mark as Accept Answer" if just helped click "Vote as helpful". This can be beneficial to other community members reading this forum thread.