AbdulElahGwaith/vscode-docs-archive
0
1---2Order: 43Area: staticsite4TOCTitle: Deploy the website5PageTitle: Deploy the website to Azure Storage6MetaDescription: Website deployment to Azure Storage with Visual Studio Code7DateApproved: 6/27/20188---9# Deploy to Azure Storage10 11In the **AZURE STORAGE** explorer, expand your subscription and find the Azure Storage account that you just created and expand the **Blob Containers** node. Notice the `$web` container, this was created when you enabled static website hosting and this is where your application code will be deployed.12 13## Deploy your website14 151. Open your application code in VS Code, right-click on your **build** directory, and choose **Deploy to Static Website...**.16 17 18 191. Choose your Subscription and the Storage Account that you just created. When completed, you can click into the portal to copy your website URL (primary endpoint).20 21 22 23## Browse your website24 25Visit the URL to see your app running on Azure.26 2728 29----30 31<a class="tutorial-next-btn" href="/tutorials/static-website/code-change">My site is on Azure</a> <a class="tutorial-feedback-btn" onclick="reportIssue('node-deployment-staticwebsite', 'deploy-explorer')" href="javascript:void(0)">I ran into an issue</a>32 