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...
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
peiyezhu
Mar 31, 2024Bronze Contributor
Host 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.
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