az monitor log-analytics workspace linked-storage
Manage linked storage account for log analytics workspace.
Commands
az monitor log-analytics workspace linked-storage add |
Add some linked storage accounts with specific data source type for log analytics workspace. |
az monitor log-analytics workspace linked-storage create |
Create some linked storage accounts for log analytics workspace. |
az monitor log-analytics workspace linked-storage delete |
Delete all linked storage accounts with specific data source type for log analytics workspace. |
az monitor log-analytics workspace linked-storage list |
List all linked storage accounts for a log analytics workspace. |
az monitor log-analytics workspace linked-storage remove |
Remove some linked storage accounts with specific data source type for log analytics workspace. |
az monitor log-analytics workspace linked-storage show |
List all linked storage accounts with specific data source type for a log analytics workspace. |
az monitor log-analytics workspace linked-storage add
Add some linked storage accounts with specific data source type for log analytics workspace.
az monitor log-analytics workspace linked-storage add --resource-group
--storage-accounts
--type {AzureWatson, CustomLogs}
--workspace-name
[--subscription]
Examples
Add two linked storage accounts for a log analytics workspace using the name of the storage account.
az monitor log-analytics workspace linked-storage add --type AzureWatson -g MyResourceGroup --workspace-name MyWorkspace --storage-accounts StorageAccount1 StorageAccount2
Add one linked storage accounts for a log analytics workspace using the resource id of the storage account.
az monitor log-analytics workspace linked-storage add --type AzureWatson -g MyResourceGroup --workspace-name MyWorkspace --storage-accounts /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/cli000001
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
List of Name or ID of Azure Storage Account.
Data source type for the linked storage account.
Name of the Log Analytics Workspace.
Optional Parameters
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace linked-storage create
Create some linked storage accounts for log analytics workspace.
az monitor log-analytics workspace linked-storage create --resource-group
--type {AzureWatson, CustomLogs}
--workspace-name
[--storage-accounts]
[--subscription]
Examples
Create two linked storage accounts for a log analytics workspace using the name of the storage account.
az monitor log-analytics workspace linked-storage create --type AzureWatson -g MyResourceGroup --workspace-name MyWorkspace --storage-accounts StorageAccount1 StorageAccount2
Create one linked storage accounts for a log analytics workspace using the resource id of the storage account.
az monitor log-analytics workspace linked-storage create --type AzureWatson -g MyResourceGroup --workspace-name MyWorkspace --storage-accounts /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/cli000001
Create some linked storage accounts for log analytics workspace. (autogenerated)
az monitor log-analytics workspace linked-storage create --resource-group MyResourceGroup --storage-accounts /subscriptions/00000000-0000-0000-0000-00000000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/cli000001 --subscription mysubscription --type CustomLogs --workspace-name MyWorkspace
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Data source type for the linked storage account.
Name of the Log Analytics Workspace.
Optional Parameters
List of Name or ID of Azure Storage Account.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace linked-storage delete
Delete all linked storage accounts with specific data source type for log analytics workspace.
az monitor log-analytics workspace linked-storage delete --resource-group
--type {AzureWatson, CustomLogs}
--workspace-name
[--subscription]
[--yes]
Examples
Delete all linked storage accounts with a specific type for a log analytics workspace
az monitor log-analytics workspace linked-storage delete --type AzureWatson -g MyResourceGroup --workspace-name MyWorkspace
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Data source type for the linked storage account.
Name of the Log Analytics Workspace.
Optional Parameters
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
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.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace linked-storage list
List all linked storage accounts for a log analytics workspace.
az monitor log-analytics workspace linked-storage list --resource-group
--workspace-name
[--query-examples]
[--subscription]
Examples
List all linked storage accounts for a log analytics workspace. (autogenerated)
az monitor log-analytics workspace linked-storage list --resource-group MyResourceGroup --workspace-name MyWorkspace
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Log Analytics Workspace.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace linked-storage remove
Remove some linked storage accounts with specific data source type for log analytics workspace.
az monitor log-analytics workspace linked-storage remove --resource-group
--storage-accounts
--type {AzureWatson, CustomLogs}
--workspace-name
[--subscription]
Examples
Remove two linked storage accounts for a log analytics workspace using the name of the storage account.
az monitor log-analytics workspace linked-storage remove --type AzureWatson -g MyResourceGroup --workspace-name MyWorkspace --storage-accounts StorageAccount1 StorageAccount2
Remove one linked storage accounts for a log analytics workspace using the resource id of the storage account.
az monitor log-analytics workspace linked-storage remove --type AzureWatson -g MyResourceGroup --workspace-name MyWorkspace --storage-accounts /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/cli000001
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
List of Name or ID of Azure Storage Account.
Data source type for the linked storage account.
Name of the Log Analytics Workspace.
Optional Parameters
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace linked-storage show
List all linked storage accounts with specific data source type for a log analytics workspace.
az monitor log-analytics workspace linked-storage show --resource-group
--type {AzureWatson, CustomLogs}
--workspace-name
[--query-examples]
[--subscription]
Examples
Show all linked storage accounts with a specific type for a log analytics workspace
az monitor log-analytics workspace linked-storage show --type AzureWatson -g MyResourceGroup --workspace-name MyWorkspace
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Data source type for the linked storage account.
Name of the Log Analytics Workspace.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.