Skip to content

Commit 444420c

Browse files
Merge pull request #261631 from cdpark/video3-blob-storage
User Story 181210: Q&M: Insert videos -- Host website blob
2 parents 8e5f7d0 + 65c8c33 commit 444420c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/storage/blobs/storage-blob-static-website-host.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.topic: tutorial
88
ms.date: 11/04/2021
99
ms.author: shaas
1010
ms.reviewer: dineshm
11+
ms.custom: ai-video-demo
12+
ai-usage: ai-assisted
1113
#Customer intent: I want to host files for a static website in Blob storage and access the website from an Azure endpoint.
1214
---
1315

@@ -23,6 +25,11 @@ In this tutorial, you learn how to:
2325
2426
[!INCLUDE [static websites vs static web apps](../../../includes/storage-blob-static-website-vs-static-web-app.md)]
2527

28+
This video shows you how to host a static website on Blob Storage.
29+
> [!VIDEO 61affe70-baf4-4b65-ba95-0a9d3e272032]
30+
31+
The steps in the video are also described in the following sections.
32+
2633
## Prerequisites
2734

2835
[!INCLUDE [storage-quickstart-prereq-include](../../../includes/storage-quickstart-prereq-include.md)]
@@ -39,10 +46,6 @@ After you install Visual Studio Code, install the Azure Storage preview extensio
3946

4047
![Install the Azure Storage extension in VS Code](media/storage-blob-static-website-host/install-extension-vs-code.png)
4148

42-
## Sign in to the Azure portal
43-
44-
Sign in to the [Azure portal](https://portal.azure.com) to get started.
45-
4649
## Configure static website hosting
4750

4851
The first step is to configure your storage account to host a static website in the Azure portal. When you configure your account for static website hosting, Azure Storage automatically creates a container named *$web*. The *$web* container will contain the files for your static website.

0 commit comments

Comments
 (0)