Hi All,
Today i’ve seen the notification, that Azure Storage Explorer 1.30.0 has been released
The Release notes can be found here
Azure Storage Explorer 1.30.0 As already announced it’s now x64 only (no x86 Version available anymore) Several components will use .NET 6 Support for *.avro and *.parquet in Preview I’ve donwloaded the Installer and here are the Screenshots of the Installation
Everything went smooth an now i am using Azure Storage Explorer 1.
Hi All,
Recently my Colleque Tobias Asböck made me aware of the HTTP Security Headers.
You can test the Security Headers with the Online Scan from Scott Helme.
Ouch - that did not look good for my Website hosted on Azure App Service.
So how do i add these Headers?
It’s in the web.config File of the Project right afer the system.web configuration
<system.webServer> <security> <requestFiltering removeServerHeader="true" /> <!-- Removes Server header in IIS10 or later and also in Azure Web Apps --> </security> <httpProtocol> <customHeaders> <clear /> <!
Hi All,
A few days ago, Microsoft has released a new Version of the Microsoft Azure Information Protection labeling client.
Download Microsoft Azure Information Protection 2.16.73.0
Running the Installation with the *.msi File
The Installer removes the old version
and installs the new Version on the Client.
You can find “Azure Information Protection Viewer” in the Startmenu
Here you go. The new Version is installed
Regards
Andres Bohren
Azure Logo
Hi All,
Yesterday i have seen the Message, that there is an Update for Azure Storage Explorer. Just a few days after the Release of Azure Storage Explorer v1.29.1
Donwload: Azure Storage Explorer v1.29.2
There are just two Updates listed on the GitHup Repo.
Installing the Update
Actual Version of Azure Storage Explorer
Regards
Andres Bohren
Azure Logo
Hi All,
It’s not much more than a Month, until Azure AD (AzureAD) and MSOnline (MSOL) PowerShell Modules will be depreciated.
Reference: Entra Changes
Did you know that you can list the Usage of these PowerShells with AzureAD Workbooks
Entra Portal > Montitoring & health > workbooks > Sign-ins
Select Timerange “Last 30 days” and Apps “Azure Active Directory PowerShell”
If you click on the LogAnalytics Icon you will jump to Azure LogAnalytics Workspace
Hi All,
Just a few Minutes ago, a new Version of the AZ PowerShell Module has been released to PowerShell Gallery.
Az 9.6.0
As always the ChangeLog is full of updates
Show Installed AZ Module and what’s available in the PowerShell Gallery
Get-InstalledModule AZ Find-Module AZ I’ve created a Script to uninstall all AZ.* Modules and install the newest ones. It can be run directly from your PowerShell.
#Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.
Hi All,
Today i’ve seen, that there is a new Version of the AzureStorageExplorer available
Starting the Setup
You can see that this will be the last x86 version. Starting with 1.30.0 there will be only x64 Versions
The Preview feature is new in Azure Storage Explorer. So you don’t need to download the File to view it. That’s cool 😍
Regards
Andres Bohren
Azure Logo
Hi All,
Recently Microsoft has anounced Conditional Access Token Protection Preview.
Token protection (also known as token binding) attempts to reduce attacks using token theft by ensuring a token is usable only from the intended device. When an attacker is able to steal a token, by hijacking or replay, they can impersonate their victim until the token expires or is revoked. Token theft is thought to be a relatively rare event, but the damage from it can be significant.
Hi All,
I’ was running my blog since 2007 on Subtext. At that Time i wanted to have a Blog that is using ASP.NET and MS SQL Server. To this day the Blog is running on an ol HP Server under my Desk at Home.
It worked fine, but the Project was archived in 2018 and has not seen much development since 2012. It had some quirks and was designed to work without SSL/TLS.
Hi All,
Just a few Hours ago, a new Version of the AZ PowerShell Module has been released to PowerShell Gallery.
Az 9.7.1 Release Notes
Az.DesktopVirtualization 3.1.2 Added breaking change warnings Az.Websites 2.15.1 Used AAD Auth instead of Basic Auth for PublishAzureWebApps Show Installed AZ Module and what’s available in the PowerShell Gallery
Get-InstalledModule AZ Find-Module AZ #Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.githubusercontent.com/BohrenAn/GitHub\_PowerShellScripts/main/Azure/Cleanup-AZModules.ps1" Invoke-Expression $($ScriptFromGitHub.Content) The AZ Module is just a Wrapper Module for all AZ.