holger · @holgerjs
30 followers · 74 posts · Server hachyderm.io

So, here is a query to list all storage accounts and their settings:

Search-AzGraph -Query "resources | where type =~ 'Microsoft.Storage/storageAccounts' | extend allowSharedKeyAccess = parse_json(properties).allowSharedKeyAccess | project subscriptionId, resourceGroup, name, allowSharedKeyAccess"

Ref: learn.microsoft.com/en-gb/azur

#powershell #resourcegraph #allowsharedkeyaccess #azure #storageaccount #sharedkeyaccess

Last updated 1 year ago

Luke Murray · @lukemurray
74 followers · 159 posts · Server aus.social

[Share] Change how a is replicated! How to change the replication setting(s) for an existing storage account. Change LRS to ZRS etc., without opening a Microsoft Support case!
learn.microsoft.com/azure/stor

#azure #storageaccount

Last updated 1 year ago

F0rm4t · @F0rm4t
22 followers · 24 posts · Server infosec.exchange

A Look at Different Options for Storing and Searching Sentinel Archived Logs.

Options available for storing and searching Sentinel logs beyond the retention period:

1. Azure Data Explorer (ADX) - recommended for users who need to frequently query the data

2. Retention and Archive Policies in Log Analytics Workspaces - recommended for users that want to query the data on occasion

3. Exporting Data to an Azure Storage Account - recommended for users who rarely need to perform queries on the data or have specific querying needs

4. Storage account export via Logic Apps - recommended for users who rarely need to perform queries on the data and have their storage account set in a different region than their log analytics workspace

Learn more here:

techcommunity.microsoft.com/t5

#azure #analytics #data #export #microsoft #MicrosoftSentinel #sentinel #siem #soar #loganalytics #logicapp #adx #azuredataexplorer #storage #storageaccount #KQL #archive #basic #log #restore #retention #cloud #multicloud #soc #compliance #hunting

Last updated 2 years ago