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”
Hi All,
Today i’ve seen, that there is a new Version of Azure CLI.
Let’s check the installed Version
az version You can initiante the Upgrade to the latest CLI with the following command
az upgrade The Release notes can be found here Azure CLI release notes
The downloaded MSI starts
Installation is sucessful
But “az version” seems not to be working correctly
az version So i’ve decided to uninstall the Software
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.5.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 Now i can install the newest AZ Module and list all the AZ.
Hi All,
Today i’ve seen the notification, that Azure Storage Explorer 1.40.0 has been released.
GitHub Release Notes v1.40.0 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.4.0 GitHub Release Notes Az v14.4.0-September2025 Bump Version for 14.4.0 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 In the last few months i’ve noticed that uninstalling some Modules seems to have Problems.
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.3.0 GitHub Release Notes Az There are a number of changes described here
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
Hi All,
Today i’ve seen the notification, that Azure Storage Explorer 1.39.1 has been released.
GitHub Release v1.39.1 Release Notes:
AzCopy for Windows ARM
Storage Explorer for Windows ARM now comes with an ARM-native binary of AzCopy. Windows ARM users can now benefit from improved performance and reduced memory usage when transferring data with AzCopy. Windows .NET Installation Improvements
To help users keep Storage Explorer components up to date, the Storage Explorer installer for Windows now compares the latest version of the .
Hi All,
I have a Project, where i need to use the AzureCLI. Therefore i need to install the latest update.
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 *.msi File and starts the installation
Successful installation
Let’s check the Version
az version Install x64 Version I didn’t like that is was 32 Bit and uninstalled the AzureCLI.
Hi All,
Today i’ve seen the notification, that Azure Storage Explorer 1.39.0 has been released.
GitHub Release v1.39.0 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.2.0 GitHub Release Notes Az There are a number of changes described here
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