I have an HTML website and im looking for a storage server so i can transfer the website files and air the website. Which Azure service can provide as a solution?

אופיר שלום 1 Reputation point
2021-11-22T16:07:27.387+00:00

I have a website that i wrote using HTML. How can I air the website (using Azure services)? I know I need a storage server so i can transfer all of the website's files to it in order for people to access it on the www.
I tried to find solutions but i don't really understand how the proccess works...
(I also have a domain name)

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,171 questions
Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
631 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,910 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alan Kinane 16,786 Reputation points MVP
    2021-11-22T16:20:32.18+00:00

    There are a lot of different hosting options depending on your exact needs. These options would vary in terms of complexity and cost. If this is a static website (you just mentioned HTML) then perhaps the easiest option for you is to host only a blob storage account using the static website feature here.

    Please review this doc to see if this meets your requirements:
    https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website

    ...and here is a how to guide to set this up:
    https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website-how-to?tabs=azure-portal

    0 comments No comments