az storage logging
Manage storage service logging information.
Commands
Name | Description | Type | Status |
---|---|---|---|
az storage logging off |
Turn off logging for a storage account. |
Core | Preview |
az storage logging show |
Show logging settings for a storage account. |
Core | GA |
az storage logging update |
Update logging settings for a storage account. |
Core | GA |
az storage logging off
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Turn off logging for a storage account.
az storage logging off [--account-key]
[--account-name]
[--connection-string]
[--sas-token]
[--services]
[--timeout]
Examples
Turn off logging for a storage account.
az storage logging off --account-name MyAccount
Optional Parameters
Storage account key. Must be used in conjunction with storage account name. Environment variable: AZURE_STORAGE_KEY.
Storage account name. Related environment variable: AZURE_STORAGE_ACCOUNT. Must be used in conjunction with either storage account key or a SAS token. If neither are present, the command will try to query the storage account key using the authenticated Azure account. If a large number of storage commands are executed the API quota may be hit.
Storage account connection string. Environment variable: AZURE_STORAGE_CONNECTION_STRING.
A Shared Access Signature (SAS). Must be used in conjunction with storage account name. Environment variable: AZURE_STORAGE_SAS_TOKEN.
The storage services from which to retrieve logging info: (b)lob (q)ueue (t)able. Can be combined.
Request timeout in seconds. Applies to each call to the service.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az storage logging show
Show logging settings for a storage account.
az storage logging show [--account-key]
[--account-name]
[--connection-string]
[--sas-token]
[--services]
[--timeout]
Examples
Show logging settings for a storage account. (autogenerated)
az storage logging show --account-name MyAccount --services qt
Optional Parameters
Storage account key. Must be used in conjunction with storage account name. Environment variable: AZURE_STORAGE_KEY.
Storage account name. Related environment variable: AZURE_STORAGE_ACCOUNT. Must be used in conjunction with either storage account key or a SAS token. If neither are present, the command will try to query the storage account key using the authenticated Azure account. If a large number of storage commands are executed the API quota may be hit.
Storage account connection string. Environment variable: AZURE_STORAGE_CONNECTION_STRING.
A Shared Access Signature (SAS). Must be used in conjunction with storage account name. Environment variable: AZURE_STORAGE_SAS_TOKEN.
The storage services from which to retrieve logging info: (b)lob (q)ueue (t)able. Can be combined.
Request timeout in seconds. Applies to each call to the service.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az storage logging update
Update logging settings for a storage account.
az storage logging update --log
--retention
--services
[--account-key]
[--account-name]
[--connection-string]
[--sas-token]
[--timeout]
[--version]
Required Parameters
The operations for which to enable logging: (r)ead (w)rite (d)elete. Can be combined.
Number of days for which to retain logs. 0 to disable.
The storage service(s) for which to update logging info: (b)lob (q)ueue (t)able. Can be combined.
Optional Parameters
Storage account key. Must be used in conjunction with storage account name. Environment variable: AZURE_STORAGE_KEY.
Storage account name. Related environment variable: AZURE_STORAGE_ACCOUNT. Must be used in conjunction with either storage account key or a SAS token. If neither are present, the command will try to query the storage account key using the authenticated Azure account. If a large number of storage commands are executed the API quota may be hit.
Storage account connection string. Environment variable: AZURE_STORAGE_CONNECTION_STRING.
A Shared Access Signature (SAS). Must be used in conjunction with storage account name. Environment variable: AZURE_STORAGE_SAS_TOKEN.
Request timeout in seconds. Applies to each call to the service.
Version of the logging schema.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.