Skip to content
View Prasanth0809's full-sized avatar

Block or report Prasanth0809

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Prasanth0809/README.md

Hi, I'm Prasanth πŸ‘‹

Azure Cloud Engineer

I build, secure, and automate enterprise-grade infrastructure on Microsoft Azure.


☁️ Skills

Azure | Terraform | CI/CD | GitHub Actions | Cloud Security | Networking | Monitoring | Infrastructure


πŸš€ Projects

CloudGuard IaC Pipeline – Automated Azure Infrastructure

Automated Azure infrastructure provisioning using Terraform IaC and GitHub Actions CI/CD.

  • Terraform IaC β€” deploys VNet, NSG, subnets, Resource Group with zero manual interaction
  • GitHub Actions CI/CD β€” auto-triggers terraform init, plan, apply on every push
  • Azure Service Principal authentication with encrypted GitHub Secrets

Project link: https://github.com/Prasanth0809/cloudguard-iac-pipeline


CloudGuard – Enterprise Azure Secure Cloud Infrastructure

A hands-on Azure security project implementing:

  • Azure Virtual Network with public/private subnet segmentation
  • Network Security Groups (NSG) with /32 CIDR IP whitelisting
  • Custom RBAC roles with least-privilege access
  • Azure Log Analytics + KQL security investigation
  • Microsoft Defender for Cloud security posture
  • Azure Policy governance and resource tagging

Project link: https://github.com/Prasanth0809/azure-secure-cloud-infrastructure


Pinned Loading

  1. azure-secure-cloud-infrastructure azure-secure-cloud-infrastructure Public

    Enterprise-style Azure secure infrastructure implementation using VNet, NSG, RBAC, Azure Monitor, Log Analytics, and Defender for Cloud.

    1

  2. cloudguard-iac-pipeline cloudguard-iac-pipeline Public

    HCL