az security atp storage
View and manage Advanced Threat Protection settings for storage accounts.
Commands
Name | Description | Type | Status |
---|---|---|---|
az security atp storage show |
Display Advanced Threat Protection settings for a storage account. |
Core | GA |
az security atp storage update |
Toggle status of Advanced Threat Protection for a storage account. |
Core | GA |
az security atp storage show
Display Advanced Threat Protection settings for a storage account.
az security atp storage show --resource-group
--storage-account
Examples
Retrieve Advanced Threat Protection settings for a storage account on a subscription scope.
az security atp storage show --resource-group MyResourceGroup --storage-account MyStorageAccount
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of an existing Storage account.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az security atp storage update
Toggle status of Advanced Threat Protection for a storage account.
az security atp storage update --is-enabled {false, true}
--resource-group
--storage-account
Examples
Enable Advanced Threat Protection for a storage account on a subscription scope.
az security atp storage update --resource-group MyResourceGroup --storage-account MyStorageAccount --is-enabled true
Disable Advanced Threat Protection for a storage account on a subscription scope.
az security atp storage update --resource-group MyResourceGroup --storage-account MyStorageAccount --is-enabled false
Required Parameters
Enable or disable Advanced Threat Protection for a received storage or Cosmos DB account.
Property | Value |
---|---|
Accepted values: | false, true |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of an existing Storage account.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |