Skip to content

Commit 3284866

Browse files
committed
Fixing some broken links
1 parent 34d4fd9 commit 3284866

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,22 +190,20 @@ set-AzStorageblobcontent -File "<path-to-file>" `
190190

191191
---
192192

193-
## Find the website URL by using the Azure portal
193+
<a id="portal-find-url" />
194+
195+
## Find the website URL
194196

195197
You can view the pages of your site from a browser by using the public URL of the website.
196198

197199
### [Portal](#tab/azure-portal)
198200

199-
<a id="portal-find-url" />
200-
201201
In the pane that appears beside the account overview page of your storage account, select **Static Website**. The URL of your site appears in the **Primary endpoint** field.
202202

203203
![Azure Storage static websites metrics metric](./media/storage-blob-static-website/storage-blob-static-website-url.png)
204204

205205
### [Azure CLI](#tab/azure-cli)
206206

207-
<a id="cli-find-url" />
208-
209207
Find the public URL of your static website by using the following command:
210208

211209
```azurecli-interactive
@@ -218,8 +216,6 @@ az storage account show -n <storage-account-name> -g <resource-group-name> --que
218216

219217
### [PowerShell](#tab/azure-powershell)
220218

221-
<a id="powershell-find-url" />
222-
223219
Find the public URL of your static website by using by using the following command:
224220

225221
```powershell

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,7 @@ You can use any of these tools to upload content to the **$web** container:
4545
4646
## Viewing content
4747

48-
Users can view site content from a browser by using the public URL of the website. You can find the URL by using the Azure portal, Azure CLI, or PowerShell. Use this table as a guide.
49-
50-
|Tool| Guidance |
51-
|----|----|
52-
|**Azure portal** | [Find the website URL by using the Azure portal](storage-blob-static-website-how-to.md#portal-find-url) |
53-
|**Azure CLI** | [Find the website URL by using the Azure CLI](storage-blob-static-website-how-to.md?tabs=azure-cli#portal-find-url) |
54-
|**Azure PowerShell module** | [Find the website URL by using PowerShell](storage-blob-static-website-how-to.md?tabs=azure-powershell#portal-find-url) |
48+
Users can view site content from a browser by using the public URL of the website. You can find the URL by using the Azure portal, Azure CLI, or PowerShell. See [Find the website URL](storage-blob-static-website-how-to.md#portal-find-url).
5549

5650
If the server returns a 404 error, and you have not specified an error document when you enabled the website, then a default 404 page is returned to the user.
5751

0 commit comments

Comments
 (0)