Explore >> Select a destination


You are here

cyber-intruder.com
| | www.dcac.com
2.8 parsecs away

Travel
| | I've been working on a project where I use Azure Data Factory to retrieve data from the Azure Log Analytics API. The query language used by Log Analytics is Kusto Query Language (KQL). If you know T-SQL, a lot of the concepts translate to KQL. Here's an example T-SQL query and what it might look... Continue reading Retrieving Log Analytics Data with DataFactory
| | gregorsuttie.com
2.4 parsecs away

Travel
| | Deploying a Log Analytics Workspace using Azure Verified Modules (AVM) with Bicep is a streamlined process that leverages the standardized practices of the Azure infrastructure-as-code framework. Here's a concise guide on how to set up your workspace using the AVM project on GitHub: The following is example Bicep code, I will let you create the...
| | www.devjev.nl
2.0 parsecs away

Travel
| | Learn how to deploy Azure Sentinel to an existing Log Analytics workspace using Bicep for a streamlined and efficient setup.
| | wrapt.dev
26.1 parsecs away

Travel
| Let's make our integration tests more reliable by dynamically spinning up a database in Docker that mimics production and makes your project easy to test on any dev box.