Skip to content

Commit 26270bf

Browse files
committed
Organising the ATP config instructions into tabs
1 parent 65ce17e commit 26270bf

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

articles/cosmos-db/cosmos-db-advanced-threat-protection.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ Advanced Threat Protection for Azure Cosmos DB detects anomalous activities indi
3131

3232
- **Unusual data extraction**: This alert is triggered when a client is extracting an unusual amount of data from an Azure Cosmos DB account. This can be the symptom of some data exfiltration performed to transfer all the data stored in the account to an external data store.
3333

34-
## Set up Advanced Threat Protection
3534

36-
### Set up ATP using the portal
35+
36+
## Configure Advanced Threat Protection
37+
38+
You can configure advanced threat protection in any of several ways, described in the following sections.
39+
40+
### [Portal](#tab/azure-portal)
3741

3842
1. Launch the Azure portal at [https://portal.azure.com](https://portal.azure.com/).
3943

@@ -46,28 +50,28 @@ Advanced Threat Protection for Azure Cosmos DB detects anomalous activities indi
4650
* Click the **Advanced Threat Protection** option to set it to **ON**.
4751
* Click **Save** to save the new or updated Advanced Threat Protection policy.
4852

49-
### Set up ATP using REST API
53+
### [REST API](#tab/rest-api)
5054

5155
Use Rest API commands to create, update, or get the Advanced Threat Protection setting for a specific Azure Cosmos DB account.
5256

5357
* [Advanced Threat Protection - Create](https://go.microsoft.com/fwlink/?linkid=2099745)
5458
* [Advanced Threat Protection - Get](https://go.microsoft.com/fwlink/?linkid=2099643)
5559

56-
### Set up ATP using Azure PowerShell
60+
### [PowerShell](#tab/azure-powershell)
5761

5862
Use the following PowerShell cmdlets:
5963

6064
* [Enable Advanced Threat Protection](https://go.microsoft.com/fwlink/?linkid=2099607&clcid=0x409)
6165
* [Get Advanced Threat Protection](https://go.microsoft.com/fwlink/?linkid=2099608&clcid=0x409)
6266
* [Disable Advanced Threat Protection](https://go.microsoft.com/fwlink/?linkid=2099709&clcid=0x409)
6367

64-
### Using Azure Resource Manager templates
68+
### [ARM template](#tab/arm-template)
6569

66-
Use an Azure Resource Manager template to set up Cosmos DB with Advanced Threat Protection enabled.
70+
Use an Azure Resource Manager (ARM) template to set up Cosmos DB with Advanced Threat Protection enabled.
6771
For more information, see
6872
[Create a CosmosDB Account with Advanced Threat Protection](https://azure.microsoft.com/resources/templates/201-cosmosdb-advanced-threat-protection-create-account/).
6973

70-
### Using Azure Policy
74+
### [Azure Policy](#tab/azure-policy)
7175

7276
Use an Azure Policy to enable Advanced Threat Protection for Cosmos DB.
7377

@@ -87,6 +91,9 @@ Use an Azure Policy to enable Advanced Threat Protection for Cosmos DB.
8791

8892
1. Enter the other parameters, and click **Assign**.
8993

94+
95+
96+
9097
## Manage ATP security alerts
9198

9299
When Azure Cosmos DB activity anomalies occur, a security alert is triggered with information about the suspicious security event.

0 commit comments

Comments
 (0)