Skip to main content
Jorge Bernhardt Jorge Bernhardt

Log Analytics

2024

Bicep - Deploying Azure Application Insights
·818 words·4 mins· 100 views · 5 likes
Azure CLI Microsoft Microsoft Azure Bicep
Keeping our cloud applications healthy and reliable requires constant monitoring. Azure Application Insights allows us to track performance, identify errors, and gain valuable insights into the behavior of our applications.

2023

Bicep - Deploying Log Analytics Workspaces
·853 words·5 mins· 100 views · 5 likes
Bicep Microsoft Azure IaC Azure CLI
Hello! This week, I wanted to share a new post about biceps - As you know, Infrastructure as Code (IaC) has become a critical aspect of any successful and scalable deployment.
Terraform - Deploying Azure Application Insights
·1309 words·7 mins· 100 views · 5 likes
Terraform Microsoft Azure Azure Monitor IaC
Monitoring and analyzing performance in modern cloud-based environments is crucial to ensure reliability. Azure Application Insights is a powerful tool for monitoring your applications, helping you detect and diagnose errors. Building on our previous discussion on Azure Log Analytics workspaces, This blog post will guide you through implementing Azure Application Insights with a Terraform module.
Terraform - Deploying and Managing Azure Log Analytics Workspace
·1336 words·7 mins· 100 views · 5 likes
IaC Azure CLI Microsoft Microsoft Azure
Hi! As cloud architectures become more complex, Infrastructure as Code (IaC) has become increasingly important. By using tools like Terraform, IaC allows you to manage intricate infrastructures in a text-based, repeatable, and automated manner.
Bicep - Deploying Microsoft Sentinel with Azure AD Connector
·997 words·5 mins· 100 views · 5 likes
Microsoft Sentinel Azure CLI Microsoft Microsoft Azure
Hi there! As you know, Microsoft Sentinel is an advanced SIEM tool that provides a comprehensive view of your organization’s security landscape. One of its superpowers comes from its integration with Azure AD connector.

2022

How to manage Log Analytics tables using the Azure CLI
·907 words·5 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure Monitor Microsoft
Microsoft last month announced the general availability of a new experience for managing Azure Log Analytics table metadata from the Azure portal. So I think it’s an excellent time to see how to view and edit table properties in Log Analytics workspaces using the Azure CLI and check how these changes are reflected in the Azure portal.
How to configure a data retention policy for individual tables in Log Analytics
·564 words·3 mins· 100 views · 5 likes
Azure CLI Management and governance Microsoft Microsoft Azure
As you know, each Workspace has a default retention policy that applies to all tables. But you can set a different retention policy on individual tables if you desire. In this post, I want to show you how to configure a data retention policy for individual tables in Log Analytics using Azure CLI.

2021

How to configure Azure Bastion host to send logs and metrics to Log Analytics workspace
·793 words·4 mins· 100 views · 5 likes
Azure Bastion Azure CLI Azure PowerShell Connect-AzAccount
Hi, In a previous post, I showed you how to configure Azure Bastion diagnostic parameters to send logs and metrics to a storage account. But suppose you already have a log analysis workspace.

2020

How to configure Azure Key Vault to send logs and metrics to Log Analytics workspace
·787 words·4 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure PowerShell Connect-AzAccount
Hello, Jorge is back. In a previous post, I showed you how to configure Azure Key Vault diagnostic parameters to send logs and metrics to a storage account, but many of you have asked me to show you how to configure Azure Key Vault diagnostic parameters to send to a Log Analytics workspace.

2019

How to Collect Event and Performance Data in Log Analytics
·630 words·3 mins· 100 views · 5 likes
Connect-AzAccount Get-AzOperationalInsightsDataSource Get-AzOperationalInsightsWorkspace Get-AzSubscription
Today we continue with the Log Analytics post series. In the previous posts of this series, I showed you how to create a workspace for log analytics and how to deploy the log analytics.
How to deploy the Log Analytics Agent
·464 words·3 mins· 100 views · 5 likes
Azure PowerShell Connect-AzAccount Get-AzOperationalInsightsWorkspace Get-AzOperationalInsightsWorkspaceSharedKeys
In my last post, I explained to create a Workspace of log analytics, check out this link. Today I want to show you how to deploy the Log Analytics agent virtual machine extension to an existing virtual machine using Azure PowerShell.
How to Create an Azure Log Analytics Workspace
·513 words·3 mins· 100 views · 5 likes
Azure PowerShell Connect-AzAccount Get-AzLocation Get-AzOperationalInsightsIntelligencePacks
Recently I attended a very interesting webinar about the new features and capabilities of Azure Monitor Logs also known earlier as Log Analytics, check out this link. Today I want to show you how to create a Log Analytics workspace using Azure Powershell.