Following-up from your comment - With an App Service plan (ASP), you can host multiple apps because you pay for the ASP, not for each individual app. This means that you can run multiple apps on the same Plan’ without incurring additional costs, as long as the combined resource usage of the apps does not exceed the resource limits of the ASP.
So, the cost will be consolidated and charged as a single amount for the entire ASP. You will not be billed individually for each web app.
In your example, if you have one service plan with a scale of Premium V3 P0v3 and create two web apps under that service plan, the cost in a month will be $84.68 for the entire service plan, not per web app. It's worth noting that the cost of the service plan may vary depending on the scale and features you choose, and that there may be additional costs associated with using certain Azure services or features.
Understand the full billing model for Azure App Service
If you wish you may always file (free) support ticket (subscription or billing) with our Azure support team create an Azure support request.
Reference docs - checkout these FAQs for more info:
How much does my App Service plan cost?
Should I put an app in a new plan or an existing plan?