Skip to content

Commit ac132fc

Browse files
authored
Merge pull request #134611 from mgblythe/mb-1019-misc-fixes
CORS, manage views tweak
2 parents f394211 + 7dd2603 commit ac132fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-portal/azure-portal-markdown-tile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can add a markdown tile to your Azure dashboards to display custom, static c
4242
![Screenshot showing entering URL](./media/azure-portal-markdown-tile/azure-portal-dashboard-markdown-url.png)
4343

4444
> [!NOTE]
45-
> For added security, you can create a markdown file and store it in an [Azure storage account blob where encryption is enabled](../storage/common/storage-service-encryption.md), then point to the file using the URL option. The markdown content is encrypted through the storage account's encryption options. Only users with permissions to the file can see the markdown content on the dashboard.
45+
> For added security, you can create a markdown file and store it in an [Azure storage account blob where encryption is enabled](../storage/common/storage-service-encryption.md), then point to the file using the URL option. The markdown content is encrypted through the storage account's encryption options. Only users with permissions to the file can see the markdown content on the dashboard. Set a cross-origin resource sharing (CORS) rule on the storage account so that the Azure portal (_https://portal.azure.com/_) can access the markdown file in the blob.
4646
4747
1. Select **Done** to dismiss the **Edit Markdown** pane. Your content appears on the Markdown tile, which you can resize by dragging the handle in the lower right-hand corner.
4848

articles/azure-portal/manage-filter-resource-views.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: View and filter Azure resource information
33
description: Filter information and use different views to better understand your Azure resources.
44
author: mgblythe
55
ms.service: azure-portal
6-
ms.topic: quickstart
6+
ms.topic: how-to
77
ms.author: mblythe
88
ms.date: 09/11/2020
99

@@ -51,7 +51,7 @@ To delete a view:
5151

5252
## Summarize resources with visuals
5353

54-
The views we've looked at so far have been _list views_, but there are also _summary views_ that include visuals. You can save and use these views just like you can list views. Filters persist between the two types of views. There are standard views, like the **Location** view shown below, as well as views that are relevant to specific services, such as the **Status** view for virtual machines.
54+
The views we've looked at so far have been _list views_, but there are also _summary views_ that include visuals. You can save and use these views just like you can list views. Filters persist between the two types of views. There are standard views, like the **Location** view shown below, as well as views that are relevant to specific services, such as the **Status** view for Azure Storage.
5555

5656
:::image type="content" source="media/manage-filter-resource-views/summary-map.png" alt-text="Summary of resources in a map view":::
5757

0 commit comments

Comments
 (0)