SSWConsulting / zzSSW.Website

Generator for ssw.com.au
3 stars 1 forks source link

✨ Add SSW Web Forms site to Staging as an App Service #146

Closed lukecookssw closed 2 years ago

lukecookssw commented 2 years ago

Cc:

To myself,

Pain

The old Web Forms site will still be required in the new production environment for some time. As we are building out the Staging environment to be a template for the future prod environment, we need the Web Forms app running in Azure and plugged into our Azure Front Door.

Suggested Solution

Create a new Resource Group: SSW.WebFormsSite.Staging Deploy the Web Forms project to an App Service inside this RG. Create any related infrastructure the site needs (such as any SQL databases) as resources within this RG Plug the App Service into SSWFrontDoorStaging with some routes.

Tasks

More Information

This is considered an Epic. As GitHub does not support task breakdowns per issue, we should treat each task as a separate child PBI.

Screenshots

lukecookssw commented 2 years ago

App Service is now live in Staging. There are some niggling issues around both the static site and the web forms site fighting over the base path, which will need to be addressed in the next sprint.