AZURE

Update Azure Function extension bundle with PowerShell

Update Azure Function extension bundle with PowerShell

Andres Bohren
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
Azure PowerShell Module AZ 15.0.0 released

Azure PowerShell Module AZ 15.0.0 released

Andres Bohren
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.
Azure Storage Explorer 1.40.2

Azure Storage Explorer 1.40.2

Andres Bohren
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
Azure PowerShell Module AZ 14.6.0 released

Azure PowerShell Module AZ 14.6.0 released

Andres Bohren
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.
Enable IPv6 on Azure Web App

Enable IPv6 on Azure Web App

Andres Bohren
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”
AZ CLI 2.78.0 failed install

AZ CLI 2.78.0 failed install

Andres Bohren
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
Azure PowerShell Module AZ 14.5.0 released

Azure PowerShell Module AZ 14.5.0 released

Andres Bohren
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.
Azure Storage Explorer 1.40.0

Azure Storage Explorer 1.40.0

Andres Bohren
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
Azure PowerShell Module AZ 14.4.0 released

Azure PowerShell Module AZ 14.4.0 released

Andres Bohren
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.
Azure PowerShell Module AZ 14.3.0 released

Azure PowerShell Module AZ 14.3.0 released

Andres Bohren
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