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
Tag: Azure
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
Data Collection Stopped due to daily limit of free data reached . Ingestion status = OverQuota(1). Log Analytics
Screenshot of the error on Log analytics: This problem is due to have a limit on the data log collection . You can increase this limits in your Work Analytics section ( cost management ) - Usage and estimated costs. You can look at the Usage charts and try to Match your Daily cap volume … Continue reading Data Collection Stopped due to daily limit of free data reached . Ingestion status = OverQuota(1). Log Analytics