[MSDN Redirect] Static Website

SnehaAgrawal-MSFT 22,721 Reputation points Moderator
2020-02-17T08:04:59.403+00:00

I've deployed a static web app to Azure via VS Code. It works and loads using the url provided. But where do I find that site when I log in to Azure?

Bruce Martin

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
0 comments No comments
{count} votes

Answer accepted by question author
  1. SnehaAgrawal-MSFT 22,721 Reputation points Moderator
    2020-02-17T11:51:01.737+00:00

    Thanks for asking question! Once you have installed the Azure Storage extension for Visual Studio Code you'll see an Azure icon in the Activity Bar then Sign in to your Azure Account by clicking Sign in to Azure > Create New Storage Account > Create a new Resource Group > Choose a location > When prompted, choose "Enable website hosting" to configure your storage account for static site hosting > Enter 'index.html' for the index document path.

    Once the deployment completes, click Browse to Website in the prompt to view your freshly deployed website.

    You might want to look this official document:

    https://learn.microsoft.com/en-us/azure/javascript/tutorial-vscode-static-website-node-01

    2828-inked2020-02-17-16-21-22-extension-azure-storage-v.jpg

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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