Azure Tip 13: How to delete an Azure Tenant and a painful error message “Unable to delete tenant”
WARNING: Following the instructions in this post will delete a lot of things that can not be recovered! If you really want to delete a tenant, MAKE SURE YOU ARE WORKING ON THE CORRECT ONE! The author of this post does not take any responsibility…
Azure Tip 12: Starting with Azure Bicep
There are plenty of tutorials on how to start with Bicep so that I do not need to rewrite everything. A great post has been published by Tobias Zimmergren: https://zimmergren.net/getting-started-azure-bicep/ But I want to use this post to collect some important links: Bicep Learning Path…
DWX2021: Open-source Intelligence (OSINT) mit Big Data auf Azure – Geht das?
In dieser Session stellen wir ein Forschungsprojekt vor, welches wir für einen Kunden durchgeführt haben. Es ging darum die Fragestellung zu klären, ob mit Open-Source Intelligence-, Big Data- und Cloudtechnologien ein System gebaut werden kann, mit welchem Daten aus Social Media Kanälen in Echtzeit ausgewertet…
Azure Tip 11: View Blob (Container) Storage in Azure Storage Account by Storage Tier (hot, cool, archive)
Sometimes you need to know how many blobs are in your storage account by storage tier (hot, cool, archive). Of course, you can just open the Azure portal and look at your container. And you will see the storage tier there: But if you are…
Azure AD DS (Domain Services) unable to join Azure virtual machine to domain troubleshooting
In a recent customer engagement, I stumbled across this issue and learned some new things that I want to share and could be helpful to someone else in the future. I set up Azure Active Directory Domain Services (Azure AD DS) in order to bring…
Global Azure Live Session – „Enterprise Cloud Readiness – Was ist zu tun?“
Eine Cloud Plattform kann schnell, einfach und mit wenig Wissen über die betroffenen Bereiche eingeführt werden. So stehen die Vorteile von Cloud-Computing für die angefragten Fachbereich sofort zur Verfügung. Doch das spricht sich schnell herum und auch andere Fachbereiche entdecken die Vorteile von Cloud-Computing für…
BASTA2021 Hybrid: Azure ist überwältigend. Wie finde ich mich da nur zurecht?
Eine Standardeinführung in die Azure Cloud Computing Plattform sieht etwa so aus: Slide 1: “Es gibt verschiedene Konzepte, wie IaaS, PaaS und SaaS und weitere”. Slide 2: “Für diese Konzepte gibt es in der Azure Cloud sogenannte “Building Blocks” und mit denen kann man coole…
Azure Tip 10: Advanced Powershell Tricks (Web Services, StopWatch, Remoting, COM)
This post is a part of a series of posts on Azure Powershell: Azure Tip 10: Advanced Powershell Tricks (Web Services, StopWatch, Remoting, COM Interop)Azure Tip 9: More Azure Powershell (pipes, filters, output formatting, exporting)Azure Tip 8: Getting Started with Azure Powershell Calling WebServices with…
Azure Tip 9 – More Azure Powershell (pipes, filters, output formatting, exporting)
Powershell Pipelines An important concept in Powershell are pipelines. You can use the pipe operator to forward the results of the first cmdlet to the 2nd cmdlet. The following example consists of the following parts that are combined by pipe operators: Get files from a…
Azure Tip 8 – Getting Started with Azure Powershell
Now this is a blog post that I procrastinated on for years, so here we go: The different generations of Azure Powershell There are different generations of the Azure Powershell Modules and that is important for you to know: Generation: Use the “Azure“prefix. Example commands:…