governance
38 TopicsImplementing Microsoft Sentinel and Two simulated threats from scratch! Then see Sentinel in action!
Build an IT environment on Azure from scratch, then add Log Analytics, Sentinel, Microsoft Defender for Cloud, Microsoft Entra, Azure AD ID Protection, and MDE. Initiate two threats against this environment and see Sentinel in action by capturing those threats as Incidents to be investigated. Build all these in an isolated environment, with zero budget and zero skills required in only one hour and a half. Provide any feedback to Rudnei Oliveira (ruolivei@microsoft.com)17KViews5likes4CommentsEnd-to-end TLS with AKS, Azure Front Door, Azure Private Link Service, and NGINX Ingress Controller
This article shows how Azure Front Door Premium can be set to use a Private Link Service to expose an AKS-hosted workload via NGINX Ingress Controller configured to use a private IP address on the internal load balancer.17KViews4likes4CommentsAzure OpenAI Service Multitenant Load Balancing and Token Per Minute Tracking via Prometheus Metrics
This example shows how a multitenant service can distribute requests evenly among multiple Azure OpenAI Service instances and manage tokens per minute (TPM) for multiple tenants.16KViews4likes0CommentsSecuring Terraform State in Azure
Terraform, a widely-used Infrastructure as Code (IaC) tool, streamlines provisioning and management of cloud resources through declarative configuration files. A core component of Terraform is its state file—a JSON file that preserves your infrastructure's current state—essential for updates, rollbacks, and modifications. However, improper handling of the Terraform state may lead to security vulnerabilities. This article highlights the significance of protecting Terraform state in Azure and offers best practices to ensure its security.16KViews3likes0Comments