question

MiloJames-2450 avatar image
0 Votes"
MiloJames-2450 asked Grmacjon-MSFT answered

I have a static content on Azure storage. Can I create a web-app using this.

I have a static content on Azure storage. Can I create a web-app using this. How can I achieve this. I am new to PAAS.

azure-webappsazure-storage-accounts
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Grmacjon-MSFT avatar image
1 Vote"
Grmacjon-MSFT answered

Hi @MiloJames-2450,

Yes, you can have static content on Azure storage.

You can serve static content (HTML, CSS, JavaScript, and image files) directly from a storage container named $web. Hosting your content in Azure Storage enables you to use serverless architectures that include Azure Functions and other Platform as a service (PaaS) services. Azure Storage static website hosting is a great option in cases where you don't require a web server to render content.

Please follow the steps in the doc: Static website hosting in Azure Storage to set up a static website. Another alternative is using App Service Static Web Apps.

Hope that helps.

Thanks,
Grace


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.