How to deploy a simple static micro site on Microsoft Azure

后端 未结 6 1176
小蘑菇
小蘑菇 2020-12-14 07:48

I plan to move all my websites from my own baremetal server to Microsoft Azure. To get things started I want to do a POC and deploy a very simple static microsite - a single

6条回答
  •  鱼传尺愫
    2020-12-14 08:32

    Try steps told in this tutorial:

    https://www.microsoft.com/middleeast/azureboxes/cloud-hosting-for-a-static-website.aspx

    This is not like a traditional documentation. It's more of a blog post. I find it very useful.

    Basically, it contains:

    1. Go to https://portal.azure.com/ and create a new web app
    2. Deploy site using FTP. (There are other ways too)
    3. Map the Web app to a CDN for improved performance and efficiency.
    4. And how to add a custom domain.

提交回复
热议问题