Skip to content

Commit 7a5d848

Browse files
committed
Added note for pricing, took out en-use
1 parent 003e90f commit 7a5d848

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed
-82.1 KB
Loading
-4.81 KB
Loading
-78 Bytes
Loading
482 Bytes
Loading

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: rmatchoro
66
ms.service: storage
77
ms.topic: article
8-
ms.date: 03/07/2019
8+
ms.date: 03/11/2019
99
ms.author: monhaber
1010
ms.manager: shaik
1111
---
@@ -17,7 +17,7 @@ Advanced Threat Protection for Azure Storage provides an additional layer of sec
1717
Security alerts are triggered when anomalies in activity occur. These security alerts are integrated with [Azure Security Center](https://azure.microsoft.com/services/security-center/), and are also sent via email to subscription administrators, with details of suspicious activity and recommendations on how to investigate and remediate threats.
1818

1919
> [!NOTE]
20-
> Advanced Threat Protection for Azure Storage is currently available only for the Blob storage. Details about the new pricing is available in the [Azure Security Center](https://docs.microsoft.com/en-us/azure/security-center/security-center-pricing) pricing page, including an option for a trial period for the first 30 days without charge.
20+
> Advanced Threat Protection for Azure Storage is currently available only for the Blob storage. Details about the new pricing is available in the [Azure Security Center](https://docs.microsoft.com/azure/security-center/security-center-pricing) pricing page, including an option for a trial period for the first 30 days without charge.
2121
2222
Advanced Threat Protection for Azure Storage ingests diagnostic logs of read, write, and delete requests to Blob storage for threat detection. To investigate the alerts from Advanced Threat Protection, you can view related storage activity using Storage Analytics Logging. For more information, see how to [configure Storage Analytics logging](storage-monitor-storage-account.md#configure-logging).
2323

@@ -36,22 +36,21 @@ Advanced Threat Protection for Azure Storage ingests diagnostic logs of read, wr
3636
![Turn on Azure Storage advanced threat protection](./media/storage-advanced-threat-protection/storage-advanced-threat-protection-turn-on.png)
3737

3838
### Using Azure Security Center
39-
When you subscribe to the Standard tier in Azure Security Center, Advanced Threat Protection is set up on your storage accounts. For more information see [Upgrade to Security Center's Standard tier for enhanced security](https://docs.microsoft.com/en-us/azure/security-center/security-center-pricing).
40-
<!-- can I say ATP is automatically set up-->
39+
When you subscribe to the Standard tier in Azure Security Center, Advanced Threat Protection is set up on your storage accounts. For more information see [Upgrade to Security Center's Standard tier for enhanced security](https://docs.microsoft.com/azure/security-center/security-center-pricing). (Prices in the image are for example purposes only.)
4140

4241
![Standard tier in ASC](./media/storage-advanced-threat-protection/storage-advanced-threat-protection-pricing.png)
4342

4443
### Using Azure Resource Manager templates
4544

4645
Use an Azure Resource Manager template to deploy an Azure Storage account with Advanced Threat Protection enabled.
4746
For more information, see
48-
[Storage account with Advanced Threat Protection](https://azure.microsoft.com/en-us/resources/templates/201-storage-advanced-threat-protection-create/).
47+
[Storage account with Advanced Threat Protection](https://azure.microsoft.com/resources/templates/201-storage-advanced-threat-protection-create/).
4948

5049
### Using REST API
5150
Use Rest API commands to create, update, or get the Advanced Threat Protection setting for a specific storage account.
5251

53-
* [Advanced Threat Protection - Create](https://docs.microsoft.com/en-us/rest/api/securitycenter/advancedthreatprotection/create)
54-
* [Advanced Threat Protection - Get](https://docs.microsoft.com/en-us/rest/api/securitycenter/advancedthreatprotection/get)
52+
* [Advanced Threat Protection - Create](https://docs.microsoft.com/rest/api/securitycenter/advancedthreatprotection/create)
53+
* [Advanced Threat Protection - Get](https://docs.microsoft.com/rest/api/securitycenter/advancedthreatprotection/get)
5554

5655
<!-- ### Using Azure PowerShell-->
5756
<!-- -->
@@ -87,7 +86,7 @@ Alerts are generated by unusual and potentially harmful attempts to access or ex
8786

8887
### Anomalous access pattern alerts
8988

90-
* **Geo-anomaly**: This alert is triggered when there's a change in the access pattern to a storage account. For instance, when someone has accessed a storage account from an unusual geographical location.
89+
* **Access from unusual location**: This alert is triggered when there's a change in the access pattern to a storage account. For instance, when someone has accessed a storage account from an unusual geographical location.
9190
Potential causes:
9291
* An attacker has accessed your storage account
9392
* A legitimate user has accessed your storage account from a new location

0 commit comments

Comments
 (0)