-2

Playing with Azure as a noob. Trying to work out how to cost the App Service correctly.

I notice when I add an app service, I have an option of "Web App + Database"

Does this cost the same as a Web App? or is it simply a wizard populating out a database as well as the Web App?

My goal is to work out the most cost-effective way to host a small laravel API in Azure.

baradhili
  • 101
  • 1
  • 5
  • 1
    Please do your homework. Azure's app service php + mysql tutorial has a step-by-step guide, after which you can see what got created, and what it is charging you. A better question would include further background information, like if platform as a service is a requirement, or if you wish to administer instances yourself for some reason. – John Mahowald Aug 01 '23 at 01:53
  • 2
    Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User, and questions about development, testing and development tools may be asked on Stack Overflow. – Romeo Ninov Aug 01 '23 at 04:38
  • Does this answer your question? [Can you help me with my capacity planning?](https://serverfault.com/questions/384686/can-you-help-me-with-my-capacity-planning) – djdomi Aug 01 '23 at 06:12
  • No - I'm not asking about capacity... Also - Romeo Ninov - this is a business environment. John - I didn't see the step by step side sorry.. is there a link? – baradhili Aug 02 '23 at 02:46

1 Answers1

1

The "Web App + Database" option is just making it easier for you to deploy both resources and hook them up, you will be charged for the App Service and the database.

Sam Cogan
  • 38,736
  • 6
  • 78
  • 114