Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hello @Vision Of Coders !
Not always, you have to select the Web App with MySQL . In this case my Costs are around 50$ a month
Pricing for the create resources is as follows:
- The App Service plan is created in Premium V2 tier and can be scaled up or down. See App Service pricing.
- The MySQL flexible server is created in B1ms tier and can be scaled up or down. With an Azure free account, B1ms tier is free for 12 months, up to the monthly limits. See Azure Database for MySQL pricing.
- The virtual network doesn't incur a charge unless you configure extra functionality, such as peering. See Azure Virtual Network pricing.
- The private DNS zone incurs a small charge. See Azure DNS pricing.
So around 80$ for Web APP plus 12$ for the MySQL ( First year is Free)
Because the P1V2 is quite big i used the Basic Plan ( Changed It )
I hope this helps!
Kindly mark the answer as Accepted and Upvote in case it helped!
Regards