Azure Sentinel is a cloud SIEM and SOAR. It is therefore used for the supervision of a customer environment, from which it...

Welcome to my blog! If you're looking for tutorials, hints or tips for IT, you're right here. You will find mostly articles on Microsoft products and technologies - operating systems, servers, virtualization, networks, management, but also the cloud. Sometimes I add some other interesting things.
Conditional Access App Control in Azure AD
Azure AD, along with Microsoft Cloud App Security, will take your access to cloud resources to a whole new level. With conditional access in Azure AD, you can determine the conditions under which a user gets access rights (not only) to cloud services and applications. But once you grant access, you can no longer work […]
Recommended Conditional Access Policies in Azure AD
Each organization can create policies at its discretion and needs. But there are some policy recommendations that should be developed in all organizations. You can read about conditional access in my previous article. Microsoft internal statistics say that by activating Multi-Factor Authentication (MFA) on user accounts, you eliminate [...]
Conditional Access for Microsoft cloud services
Conditional access is a very powerful tool for increasing security of your cloud services. However, full conditional access is only available with Azure AD Premium licenses. With Office 365 licenses, you get only the basic preconfigured settings that you can’t change. What is Azure AD Conditional Access Azure AD Conditional Access [...]
WordPress as a web application in Azure
You can have a website, including WordPress, on a regular server, ie as part of infrastructure services (IaaS – Infrastructure as a Service). But a much better option is to move up a level to platform services (PaaS – Platform as a Service). In platform services, you do not have to worry about operating system, […]
Encrypted database connection in Adminer
Adminer is a database management tool by Czech author Jakub Vrána. This is a much improved and simplified replacement for the popular phpMyAdmin. However, by default, Adminer does not support encrypted connection to a database. However, fix is very simple 🙂 How to install Adminer plugins Adminer has many official plugins and you can also [...]