Skip to main content
Azure, C#, Terraform, YAML
  • About Me

Category: Python

All Terraform Azure C# YAML Python SonarCloud
Posted on: December 11th, 2025

Part 2: Securing Python Azure Functions with Microsoft Entra ID Bearer token authentication for user access tokens

This is part 2 of my series on securely connecting […]

  • requirements.txt
  • local.settings.json
  • auth_error.py
  • entra_id_jwt_bearer_validation.py
  • How This Works in Practice
  • function_app.py
  • simply.py
  • PythonAuthTestController.cs
  • AppToFunctionsHttpClientFactory.cs
  • AppToFunctionsTokenService.cs
  • ClientCredentialsFlowService.cs
Amr Farooq
Posted on: October 12th, 2025

Part 1: Deploying Python 3.12 Azure Functions on Consumption Plan

Ah, C# – such a versatile and powerful language with […]

  • Infrastructure Provisioning Using Terraform
  • Deployment with Azure DevOps Pipelines
Amr Farooq
Posted on: September 25th, 2025

How to add pull request decoration in Azure DevOps with SonarQube Cloud (SonarCloud) for idiots

SonarCloud – brilliant at analyzing code, absolutely terrible at explaining […]

  • Project Structure
  • Step 1: Write the Pipelines
  • Step 2: Configure Branch Policies (The Moment of Truth)
  • Step 3: Configure SonarQube Cloud (SonarCloud) Integration (The Critical Part Everyone Skips)
  • Step 4: Test Your Setup (The Moment of Truth)
Amr Farooq
Azure, C#, Terraform, YAML

All rights reserved