Skip to content

This project automates the deployment of scalable network infrastructure using Azure Bicep and GitHub Actions, featuring a hub and spoke network topology with Azure Firewall for enhanced security.

Notifications You must be signed in to change notification settings

kennethcarnes/azure-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project automates the deployment of scalable network infrastructure using Azure Bicep and GitHub Actions, featuring a hub and spoke network topology with Azure Firewall for enhanced security.

Structure

  • .github/workflows/deploy.yml: CI/CD workflow for deploying resources on Azure.
  • bicep/: Bicep templates for networking resources.
  • scripts/: Setup scripts for Azure and GitHub configurations.

Features

  • Hub and spoke network architecture.
  • Azure Firewall with predefined security rules.
  • Route tables for traffic management.
  • Bastion host for secure remote access.

Setup Instructions

  1. Execute scripts/setupAzure.ps1 to setup Azure environment.
  2. Add Azure Credential JSON to GitHub Secrets.
  3. Run scripts/setupGithub.ps1 to configure GitHub Secrets.
  4. Push to main branch to trigger deployment via GitHub Actions.

About

This project automates the deployment of scalable network infrastructure using Azure Bicep and GitHub Actions, featuring a hub and spoke network topology with Azure Firewall for enhanced security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages