cloud_and_automation
- Microsoft Azure
- Terraform
- Bicep
- Azure CLI
- Bash
Cloud infrastructure & networking.
I build labs, write infrastructure as code, and work through the problems along the way. My focus is Azure, Terraform and understanding how systems connect.
Practical work in cloud infrastructure and networking. Open a project to see the setup and what I learned.
I worked on a hub-and-spoke setup with separate resource groups, virtual networks, subnets and an Ubuntu VM. The wider lab also covered Azure Storage, Key Vault and remote state.
| RESOURCE | ADDRESS SPACE | ROLE |
|---|---|---|
| hub-vnet | 10.0.0.0/24 | Azure Bastion |
| spoke-vnet | 10.1.0.0/16 | Ubuntu VM |
The hub and spoke networks connect through VNet peering.
# Define the hub network
resource "azurerm_virtual_network" "hub" {
name = "infrabri-hub-vnet"
address_space = ["10.0.0.0/24"]
location = var.location
resource_group_name = var.resource_group_name
}This lab combines a Linux VM, a public IP, SSH keys and Terraform templates. I explore how a provisioned VM becomes a useful host for web services or containers.
templatefile().I practise VLANs, trunks, EtherChannel, STP, static routes, OSPF and IPv4/IPv6. With Python, I worked on a menu for applying network configuration templates.
I'm Sabri Harrass, with a background in the associate degree programme in Systems and Network Administration at Erasmushogeschool Brussel. I'm interested in the point where cloud, networking and automation meet.
I learn by building, investigating errors and trying again. Whether a route is missing or a Terraform configuration needs work, I want to understand what's happening underneath.
InfraBri brings my projects and technical development together in one place.
Completed modules include Networks I & II, Server OS, Systems & Cloud, PowerShell, Database Fundamentals and Database Management.
Experience through Beego and first-line support at Proximus and a residential care centre in Drogenbos. Helping people work through technical questions.
Practising routing, switching, IPv6, wireless and automation. Building the foundation to troubleshoot networks independently.
Currently developing: cloud infrastructure and network automation. CCNA preparation is in progress; certification has not yet been completed.
My next step is to keep turning what I learn into practical Azure, networking and infrastructure-as-code projects. InfraBri is where that work takes shape.