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

Storage table #21

Closed richross closed 8 months ago

richross commented 8 months ago

This pull request to src/HelloDallE adds new functionality for interacting with Azure Storage, including new classes and methods for defining storage account settings and retrieving questions from Azure Table Storage. It also adds new JSON files for defining storage account dependencies and deploying a storage account to Azure, and updates the HelloDallE.csproj project file to include package references for Azure Storage and Microsoft Extensions.

Main interface changes:

Configuration improvements:

Deployment changes:

UI changes: