Zero Trust – Step by Step Workshop
Successor of Zero Trust Model descibed https://rzetelnekursy.pl/zero-trust-model-audit-for-free has a new version https://aka.ms/ztworkshop. It includes: Assesment Workshops Implementation RoadMap
Successor of Zero Trust Model descibed https://rzetelnekursy.pl/zero-trust-model-audit-for-free has a new version https://aka.ms/ztworkshop. It includes: Assesment Workshops Implementation RoadMap
All VM in Backup: # Import necessary modules # Import-Module Az # Connect-AzAccount # Get all Recovery Services Vaults $recoveryVaults = Get-AzRecoveryServicesVault # Initialize an array to hold backup items $backupItems = @() # Enumerate all Recovery Services Vaults foreach ($vault in $recoveryVaults) { # Set the context to the current vault Set-AzRecoveryServicesVaultContext -Vault $vault […]
If we query for AppID from Log Analytics, like: MicrosoftGraphActivityLogs | summarize NumberOfRequests=count() by AppId | order by NumberOfRequests desc we usually need to combine it with the Application name. So we need to export all Enterprise Applications and App Registrations to csv from: https://portal.azure.com/#view/Microsoft_AAD_IAM/StartboardApplicationsMenuBlade/~/AppAppsPreview/menuId~/null https://portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/RegisteredApps Do not forget about Managed Identities, you can do […]
Sample Event Driven application – that uses Storage Account as a input than trigger Azure Function, uses Computer Vision and store information in CosmosDB. All with help of Event Grid. Full source code: https://github.com/MariuszFerdyn/Build-and-deploy-serverless-apps-with-Azure-Functions-and-Azure-AI
Complete solution for using Azure Form Recognizer / Document Intelligence Studio. Source code used in this Lab: https://github.com/MariuszFerdyn/AzureAI-Document-Intelligence-Studio—Form-Recognizer