Azure - HammerheadShark666/jwm-photography GitHub Wiki

Overview

The photography site is hosted on Azure.

Resource Group

All the resource are in the prod-rg-jwm-photograpy resource group.

App Service

The site is hosted on an App Service running on .NET 8 in a Windows OS.

Storage

Photos and images are stored in the photos container in the prodstjwmphotograpy storage account.

Environment Variables/Key Vault

Sensitive data is stored in environment variables and the key vault.

Deployment

The app service is integrated with GitHub to provide continuous integration and continuous delivery (CICD).

Database

The database is an Sql Server database, which is in the rg-db-free resource group.