Forum Discussion
How do you delete a data connector
- Feb 23, 2021
sijmalik You can't delete a data connector, you can just turn it off by disabling whatever mechanism is being used to import the data.
In the case of the Azure SQL you would delete the diagnostic setting that is sending the data into your Log Analytics workspace.
sijmalik You can't delete a data connector, you can just turn it off by disabling whatever mechanism is being used to import the data.
In the case of the Azure SQL you would delete the diagnostic setting that is sending the data into your Log Analytics workspace.
- OpeoluwaOOct 10, 2024Copper Contributor
GaryBushey If I delete(Soft Delete) a log analytic workspace does that automatically disable all Data Connectors in that workspace
- John_MatonAug 25, 2021Copper Contributor
GaryBushey After deleting the diagnositic setting for Azure Activity, it still shows as connected even though logs have stopped. Is there any way to get it to recognise it is disconnected as it cannot be reconnected otherwise
- GaryBusheyAug 26, 2021Bronze Contributor
John_Maton I think, and if anyone knows for sure please correct me, it is showing as connected because there is data in the tables that is has populated. Once that data gets removed (and you can set table level retention to remove it after 30 days) it will no longer show as connected.
- m_zorichAug 29, 2021Iron ContributorAzureActivity may also data from other resources in there if people have turned on diagnostics settings elsewhere, that table can be a bit of a disaster depending on whats connected but you can summarize by resource group at least
Maybe have a look for entries since you disabled the Azure SQL logging and see if anything else is pushing data in
AzureActivity
| where TimeGenerated > ago(2d)
| summarize count()by ResourceGroup
- sijmalikFeb 23, 2021Copper Contributor