Azure Kubernetes Service Security Deep Dive – Part 3 (Audit Logs)

Any activity to your Kubernetes cluster is handled as API request. So, when you create a new pod, changes container image of your deployment or read information from a configmap or secret, you basically generate requests to the Kubernetes API. We can a… Continue reading Azure Kubernetes Service Security Deep Dive – Part 3 (Audit Logs)

Azure Kubernetes Service Security Deep Dive – Part 2 (AppArmor and seccomp)

AppArmor is a Linux Kernel security module. It confines the access of users and groups to different resources within Linux. This is at the Node level, and you already have AppArmor installed in your AKS worker nodes. The way AppArmor works is, you can … Continue reading Azure Kubernetes Service Security Deep Dive – Part 2 (AppArmor and seccomp)

Microsoft 365 PnP Weekly – Episode 150 – Anoop Tatti (Content+Cloud)

 
 
In this installment of the weekly discussion revolving around the latest news and topics on Microsoft 365, hosts – Vesa Juvonen (Microsoft) | @vesajuvonen, Waldek Mastykarz (Microsoft) | @waldekm are joined … Continue reading Microsoft 365 PnP Weekly – Episode 150 – Anoop Tatti (Content+Cloud)

Experiencing Data Access Issue in Azure portal for Log Analytics – 01/25 – Investigating

Update: Tuesday, 25 January 2022 06:12 UTCWe continue to investigate issues within Log Analytics. Initial investigation point to bad deployment on cluster. Some customers using Azure Monitor or Azure Sentinels in Japan East region may have experienced… Continue reading Experiencing Data Access Issue in Azure portal for Log Analytics – 01/25 – Investigating

Copying Azure Table Storage using Azure Data Factory (ADF)

Background:
Many times we have a requirement to migrate azure storage tables from one storage account to another. For a small number of tables, you can choose the following options:

Azure Storage Explorer to export-import data from tables.
Use AzCopy … Continue reading Copying Azure Table Storage using Azure Data Factory (ADF)