@Osmond Bullen - Welcome to Microsoft Q&A and thanks for reaching out to us.
If you have a dynamic website that requires server-side processing, you can use Azure app Service or Azure Virtual Machines to host.
For hosting using Azure App Service:
- Create an App Service plan in Azure portal.
- Create a web app in the App Service plan.
- Deploy your website files to the web app using one of the following methods:
- Use Azure DevOps or GitHub to deploy your code automatically.
- Use FTP or FTPS to upload your code manually.
- Use Azure CLI or Azure PowerShell to deploy your code programmatically.
- Use FTP or FTPS to upload your code manually.
- Use Azure DevOps or GitHub to deploy your code automatically.
- Test your website by visiting the URL of the web app.
Follow this link for more information: https://learn.microsoft.com/en-us/azure/app-service/deploy-local-git?tabs=cli
And if you like to host a static website, you can do so using Azure Blob Storage.
For hosting using Blob Storage, you can follow below:
- Create a storage account in Azure portal.
- Enable static website hosting for the storage account.
- Upload your website files to the
$web
container of the storage account. - Test your website by visiting the endpoint URL of the storage account.
Hope this helps. and please feel free to reach out if you have any further questions.
If the above response was helpful, please feel free to "Accept as Answer" and click "Yes" so it can be beneficial to the community.