Monitoring and securing logins outside your Country with Conditional Policy & Automate Blocking personal Devices in Azure AD with Sentinel

A common way to protect your azure & Office 365 tenant, reducing the exposure, is a conditional policy allowing only to perform logins on the source country of origin. Since there are as many countries as you can guess, the attackers or adversaries will also have to guess such country. The idea of this monitoring … Continue reading Monitoring and securing logins outside your Country with Conditional Policy & Automate Blocking personal Devices in Azure AD with Sentinel

Advertisement

Self service password reset – Intune

Self service reset password . Introduces the ability to the users on your enviorment to reset their own passwords ( requires a pre - registration ) . and enabling password writeback if using AD sync ( Hybrid model ). Requeriments for the change in intune Impement SSPR in your tentant(Azure AD & All your computers … Continue reading Self service password reset – Intune

This storage type is not supported by azure backup

This is a comon error when trying to action a backup in recovery services vault in azure using a non supported disk or storage that Azure vault cant supportin your tenant . In order to resolve you will have to check the support matrix and check the limitations or how you configure the vault in … Continue reading This storage type is not supported by azure backup

Azure Vault backup Error: The storage type is not supported by Azure backup.

Today we are going to treat a common error when backing up Azure Virtual Machines If you use ZRS storage: This error is commonly associated when you try to backup an unsupported storage as for exammple zone redundant storage. In this case this backup failed because ZRS ( zone redundant managed disk storage is not … Continue reading Azure Vault backup Error: The storage type is not supported by Azure backup.

Workbook Azure Automation NSG Rules AzureRunAs connection

Hi here is a piece of coude you could use to open or either close ports in the NSG Azure VMS running a schedule and using automation. Requeriments Automation Account configurated and createdRun as Account configurated and createdRunbook experience-> https://docs.microsoft.com/en-us/azure/automation/manage-runbooksRun as connections : https://docs.microsoft.com/en-us/azure/automation/automation-connections?tabs=azure-powershell Code : #region BoilerplateAuthentication #This requires a RunAs account #AzureServicePrincipal - … Continue reading Workbook Azure Automation NSG Rules AzureRunAs connection