Skip to content

Commit 21f1dbf

Browse files
committed
Some tweaks
1 parent ffc18ec commit 21f1dbf

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed
-63.4 KB
Loading

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ Next, create a Hello World web page with Visual Studio Code and deploy it to the
8888
8989
Visual Studio Code will now upload your files to your web endpoint, and show the success status bar. Launch the website to view it in Azure.
9090
91-
![View static website deployment in Azure](media/storage-blob-static-website-host/view-static-website-endpoint.png)
92-
93-
You’ve successfully completed the tutorial and deployed a static website to Azure.
91+
You've successfully completed the tutorial and deployed a static website to Azure.
9492
9593
## Next steps
9694

articles/storage/blobs/storage-blob-static-website-how-to.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ You can enable static website hosting by using the Azure PowerShell module.
127127

128128
### [Portal](#tab/azure-portal)
129129

130-
These instructions show you how to upload files by using the version of Storage Explorer that appears in the Azure portal. However, you can also use the version of [Storage Explorer](https://azure.microsoft.com/features/storage-explorer/) that runs outside of the Azure portal. You could use [AzCopy](../common/common/storage-use-azcopy-v10.md), PowerShell, CLI, or any custom application that can upload files to the **$web** container of your account. For a step-by-step tutorial that uploads files by using Visual Studio code, see [Tutorial: Host a static website on Blob Storage](https://docs.microsoft.com/azure/storage/blobs/storage-blob-static-website-host).
130+
These instructions show you how to upload files by using the version of Storage Explorer that appears in the Azure portal. However, you can also use the version of [Storage Explorer](https://azure.microsoft.com/features/storage-explorer/) that runs outside of the Azure portal. You could use [AzCopy](../common/storage-use-azcopy-v10.md), PowerShell, CLI, or any custom application that can upload files to the **$web** container of your account. For a step-by-step tutorial that uploads files by using Visual Studio code, see [Tutorial: Host a static website on Blob Storage](https://docs.microsoft.com/azure/storage/blobs/storage-blob-static-website-host).
131131

132132
1. Select **Storage Explorer (preview)**.
133133

@@ -215,9 +215,7 @@ az storage account show -n <storage-account-name> -g <resource-group-name> --que
215215

216216
<a id="powershell-find-url" />
217217

218-
Find the public URL of your static website by using the public URL of the website.
219-
220-
Find the URL by using the following command:
218+
Find the public URL of your static website by using by using the following command:
221219

222220
```powershell
223221
$storageAccount = Get-AzStorageAccount -ResourceGroupName "<resource-group-name>" -Name "<storage-account-name>"

0 commit comments

Comments
 (0)