Hello, today we’ll be looking at creating a Timer Trigger function in Azure to capture RSS Feed data and display the captured information in Excel using Power Query. Here are the list of things required before we get started: Valid Azure subscription Working Virtual Machine with Python and VS Code…
Author: Sai Eka Vardhan Reddy Chitreddy
Creating and Deleting S3 Buckets using Boto3
In this blog, we will create and delete an S3 Bucket using Python SDK or Boto3. We will make use of the inbuilt functions from Boto3 to create and delete an S3 bucket. I’ll also be sharing tips for some error messages I encountered when working on this and these…
Azure Sentinel
Today, I’ll be sharing some information on Azure Sentinel, one of Azure’s general cloud security services. What is Sentinel? Microsoft Sentinel or Azure Sentinel is a cloud-native solution which provides: Security information and event management (SIEM): SIEM is an approach to security management that combines SIM (security information management: This is an…