Forum Discussion
AsimKhan2023
Mar 31, 2024Brass Contributor
Deploying SaaS application in Azure
Hi, So I made a SaaS application where the frontend is in Vue, the backend is in Node Js, and the database is in MySql. I require some of the following to complete the deployment: A Blob St...
Kidd_Ip
Mar 31, 2024MVP
It may depend on how comprehensive on your landing page design, Azure Blob can act as a static website itself:
https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website-host
AsimKhan2023
Mar 31, 2024Brass Contributor
Kidd_Ip
Is there a way to host a dynamic website, with database into Azure Blob storage account?
Regards,
Asim Khan
Is there a way to host a dynamic website, with database into Azure Blob storage account?
Regards,
Asim Khan
- peiyezhuMar 31, 2024Bronze ContributorHost a static website on Blob Storage
https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website-host
The Blob Storage only host static website rather than interactive website.- peiyezhuMar 31, 2024Bronze ContributorIf you need a web server to render content, you can use Azure App Service
https://learn.microsoft.com/en-us/azure/app-service/overview