Skip to content

Commit a658bab

Browse files
committed
updating metadata
1 parent aca3713 commit a658bab

14 files changed

+33
-23
lines changed

articles/storage/blobs/security-recommendations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services: storage
66
author: tamram
77

88
ms.service: storage
9+
ms.subservice: blobs
910
ms.topic: conceptual
1011
ms.date: 12/18/2019
1112
ms.author: tamram

articles/storage/blobs/storage-how-to-mount-container-linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: How to mount Azure Blob storage as a file system on Linux | Microsoft Doc
33
description: Mount an Azure Blob storage container with FUSE on Linux
44
author: rishabpoh
55
ms.service: storage
6+
ms.subservice: blobs
67
ms.topic: conceptual
78
ms.date: 2/1/2019
89
ms.author: ripohane

articles/storage/blobs/storage-quickstart-blobs-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: In this quickstart, you learn how to use the Azure CLI upload a blo
55
services: storage
66
author: tamram
77

8-
ms.custom: mvc
98
ms.service: storage
9+
ms.subservice: blobs
1010
ms.topic: quickstart
1111
ms.date: 02/26/2020
1212
ms.author: tamram

articles/storage/blobs/storage-quickstart-blobs-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: In this quickstart, you use the Azure portal in object (Blob) stora
55
services: storage
66
author: tamram
77

8-
ms.custom: mvc
98
ms.service: storage
9+
ms.subservice: blobs
1010
ms.topic: quickstart
1111
ms.date: 12/04/2019
1212
ms.author: tamram

articles/storage/blobs/storage-quickstart-blobs-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: In this quickstart, you use Azure PowerShell in object (Blob) stora
55
services: storage
66
author: tamram
77

8-
ms.custom: mvc
98
ms.service: storage
9+
ms.subservice: blobs
1010
ms.topic: quickstart
1111
ms.date: 02/26/2020
1212
ms.author: tamram

articles/storage/blobs/storage-quickstart-blobs-storage-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: In this quickstart, you learn how to use Azure Storage Explorer to
55
services: storage
66
author: tamram
77

8-
ms.custom: mvc
98
ms.service: storage
9+
ms.subservice: blobs
1010
ms.topic: quickstart
1111
ms.date: 12/04/2019
1212
ms.author: tamram

articles/storage/blobs/storage-secure-access-application.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services: storage
66
author: tamram
77

88
ms.service: storage
9+
ms.subservice: blobs
910
ms.topic: tutorial
1011
ms.date: 03/06/2020
1112
ms.author: tamram

articles/storage/blobs/storage-simulate-failure-ragrs-account-app.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services: storage
66
author: tamram
77

88
ms.service: storage
9+
ms.subservice: blobs
910
ms.topic: tutorial
1011
ms.date: 12/04/2019
1112
ms.author: tamram
@@ -110,19 +111,19 @@ Paste the following code sample in the `OnBeforeResponse` function, replacing `S
110111
Once complete, select **File** and **Save** to save your changes. Leave the ScriptEditor window open for use in the following steps.
111112

112113
```javascript
113-
/*
114-
// Simulate data center failure
115-
// After it is successfully downloading the blob, pause the code in the sample,
116-
// uncomment these lines of script, and save the script.
117-
// It will intercept the (probably successful) responses and send back a 503 error.
118-
// When you're ready to stop sending back errors, comment these lines of script out again
119-
// and save the changes.
120-
121-
if ((oSession.hostname == "STORAGEACCOUNTNAME.blob.core.windows.net")
122-
&& (oSession.PathAndQuery.Contains("HelloWorld"))) {
123-
oSession.responseCode = 503;
124-
}
125-
*/
114+
/*
115+
// Simulate data center failure
116+
// After it is successfully downloading the blob, pause the code in the sample,
117+
// uncomment these lines of script, and save the script.
118+
// It will intercept the (probably successful) responses and send back a 503 error.
119+
// When you're ready to stop sending back errors, comment these lines of script out again
120+
// and save the changes.
121+
122+
if ((oSession.hostname == "STORAGEACCOUNTNAME.blob.core.windows.net")
123+
&& (oSession.PathAndQuery.Contains("HelloWorld"))) {
124+
oSession.responseCode = 503;
125+
}
126+
*/
126127
```
127128

128129
![Paste customized rule](media/storage-simulate-failure-ragrs-account-app/figure2.png)

articles/storage/blobs/storage-troubleshoot-vhds.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ services: storage
55
author: roygara
66

77
ms.service: storage
8-
ms.topic: article
8+
ms.subservice: blobs
9+
ms.topic: conceptual
910
ms.date: 10/31/2018
1011
ms.author: rogarana
1112
ms.reviewer: wmgries

articles/storage/common/storage-advanced-threat-protection.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services: storage
66
author: tamram
77

88
ms.service: storage
9+
ms.subservice: common
910
ms.topic: conceptual
1011
ms.date: 02/04/2020
1112
ms.author: tamram
@@ -109,7 +110,7 @@ The email also includes details on possible causes and recommended actions to in
109110

110111
![Azure Storage advanced threat protection alert email](./media/storage-advanced-threat-protection/storage-advanced-threat-protection-alert-email.png)
111112

112-
You can review and manage your current security alerts from Azure Security Centers [Security alerts tile](../../security-center/security-center-managing-and-responding-alerts.md). Clicking on a specific alert provides details and actions for investigating the current threat and addressing future threats.
113+
You can review and manage your current security alerts from Azure Security Center's [Security alerts tile](../../security-center/security-center-managing-and-responding-alerts.md). Clicking on a specific alert provides details and actions for investigating the current threat and addressing future threats.
113114

114115
![Azure Storage advanced threat protection alert email](./media/storage-advanced-threat-protection/storage-advanced-threat-protection-alert.png)
115116

0 commit comments

Comments
 (0)