richross / HelloDallE

Project that takes responses to pre-defined questions, generates a prompt, which is sent to DallE for image generation.
MIT License
0 stars 0 forks source link

Store question list in Azure Storage #4

Closed richross closed 9 months ago

richross commented 1 year ago

To keep it simple, list of questions is just a .json file imported on app startup. This will save on writing a CRUD section of the application until later. I do want to do this for experience in the Blazor platform. Can re-evaluate the location and storage medium of the data at that time.

richross commented 9 months ago

This was actually implemented as a Table in an Azure Storage Account. The SA is behind a private endpoint and the app service is connected to the same vnet.