Hi All,
You can run a Query in the Kusto Query Language (KQL) in Azure Log Analytics Workspace.
In my case i have configured Entra ID Diagnostic settings to store the SignInLogs to an Azure Log Analytics Workspace.
In this Article, i’ll explain how to Query a Log Analytics Workspace with PowerShell.
SigninLogs | where TimeGenerated > ago(30d) | where ResultType == 0 | summarize count() by UserId, UserPrincipalName | order by count_ desc Entra Application Fist we need to Create an Entra Application
Hi All,
Recently i’ve been stumbled over this Article:
MS Learn Automatic Extension Upgrade for virtual machines and scale sets in Azure Azure Portal Select the Machine > Settings > Extensions + Applications
Here you could “Enable automatic upgrade” of an Extension
AZ PowerShel You need to use the AZ PowerShell Module
Connect to Azure
Connect-AzAccount -Tenant icewolfch.onmicrosoft.com Sign In
Get Azure VM Extension
Get-AzVMExtension -ResourceGroupName "rg-exolab" -VMName DC01 Set Azure VM Extension to Automatic Upgrade
Hi All,
Just a few hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 15.2.0 GitHub Release Notes Az I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name AZ -Scope CurrentUser Find-PSResource -Name AZ Uninstall the old Modules
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck Uninstall-PSResource AZ.* -Scope CurrentUser -SkipDependencyCheck In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
Yesterday, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 15.1.0 GitHub Release Notes Az I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name AZ -Scope CurrentUser Find-PSResource -Name AZ Uninstall the old Modules
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck Uninstall-PSResource AZ.* -Scope CurrentUser -SkipDependencyCheck In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
About a week ago, a new Version of Azure CLI has been released
Azure CLI release notes Check what Version of AZ CLI is currently installed with cmd
az version Check what Version of AZ CLI is currently installed with PowerShell 7
az version Upgrade Beginning with version 2.11.0, the Azure CLI provides an in-tool command to update to the latest version.
az upgrade This downloads the current *.
Hi All,
Recently i did get a lot of Mails from Microsoft, to update the exension bundle for my Azure Functions.
The following Microsoft Learn Website shows the supported Versions of the Extension Bundle
Azure Functions extension bundles Sadly the Upgrade extension bundles does not give any advice how to do that excactly nor a Script or commands that would update it 🙁
Using the Azure Portal, i can see that there is a Notification on the Azure Function for the Extension Bundle
Hi All,
Just a few hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 15.0.0 GitHub Release Notes Az I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name AZ -Scope CurrentUser Find-PSResource -Name AZ Uninstall the old Modules
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck Uninstall-PSResource AZ.* -Scope CurrentUser -SkipDependencyCheck In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
Today i’ve seen the notification, that Azure Storage Explorer 1.40.2 has been released.
GitHub Release Notes v1.40.2 Installation
Everything went smooth
Updated Azure Storage Explorer
Details from About
Regards
Andres Bohren
Azure Logo
Hi All,
Just a few hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 14.6.0 GitHub Release Notes Az I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name AZ -Scope CurrentUser Find-PSResource -Name AZ Uninstall the old Modules
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck Uninstall-PSResource AZ.* -Scope CurrentUser -SkipDependencyCheck In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
One of my Websites is running on Azure Web App. I was recently looking into how to enable IPv6 for the Website. Here is what i found out.
In November 2024 Microsoft has anounced the Public Preview for Inbound IPv6 Traffic on Azure Web Apps.
Announcing inbound IPv6 support in public preview Azure Portal In the Azure Portal under Configuration you can select between:
IPv4 IPv6 IPv4 and IPv6 I’ve selected “IPv4 and IPv6”