Static website deployment

David Oyelayo 0 Reputation points
2023-02-20T12:35:21.9866667+00:00

I want to know the most cost effection way of hosting an already existing static website (using wordpress) on Azure

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,409 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,173 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Olivier Lemasle 35 Reputation points
    2023-02-20T13:01:57.4866667+00:00

    Wordpress websites are NOT static. Wordpress needs a database and generates webpages dynamically.

    Static websites, which can be hosted in Azure Static Web Apps, are commonly built as SPA (Single Page Application) with tools such as React, Svelte, Blazor, etc. They can also be generated with tools such as Hugo, Jekyll, etc.

    A Wordpress website could be hosted in Azure Web Apps. Cf. this quick-start guide: https://learn.microsoft.com/en-us/azure/app-service/quickstart-wordpress

    1 person found this answer helpful.
    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.

    1 deleted comment

    Comments have been turned off. Learn more

  3. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2023-02-20T14:33:23.13+00:00

    @David Oyelayo Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    Adding more information on the above response! Since query is related cost reduction, Billing team can provide more information.

    Based on your scenario I would recommend to contact Azure Billing and Subscription team would be the best to provide more insight and guidance on this scenario based on your requirement and region: Free billing and subscription management support has been provided.

    Additional information : WordPress is an open source content management system (CMS) used by over 40% of the web to create websites, blogs, and other applications. WordPress can be run on a few different Azure services: AKS, Virtual Machines, and App Service. For a full list of WordPress options on Azure, see WordPress on Azure Marketplace.

    In this quickstart, you'll learn how to create and deploy your first WordPress site to Azure App Service on Linux with Azure Database for MySQL - Flexible Server using the WordPress Azure Marketplace item by App Service.
    This quickstart uses the Basic tier for your app and a Burstable, B1ms tier for your database, and incurs a cost for your Azure Subscription. For pricing, visit App Service pricing and Azure Database for MySQL pricing.

    You can find more information on how to host a static website on Azure Storage in the following tutorial: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/storage/blobs/storage-blob-static-website-host.md

    You can enable static website hosting free of charge. You're billed only for the blob storage that your site utilizes and operations costs. For more details on prices for Azure Blob Storage, check out the Azure Blob Storage Pricing Page.

    Support for this feature might be impacted by enabling Data Lake Storage Gen2, Network File System (NFS) 3.0 protocol, or the SSH File Transfer Protocol (SFTP).

    If you've enabled any of these capabilities, see Blob Storage feature support in Azure Storage accounts to assess support for this feature.

    Please let us know if you have any further queries. I’m happy to assist you further. 


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.