Forum Discussion
dlvonde
Dec 15, 2020Copper Contributor
Where to begin on customer feedback portal
All, In an effort for my team to get more familiar with implementing an azure solution, we have decided to try and set up a customer feedback portal that will consist of a web form and back-end s...
HusseinAwad
Dec 24, 2020Copper Contributor
I don't have enough details to help you out, but from what I'm hearing, it sounds like you'd need the following components:
- Azure Web App / Azure Web App Container to host the front-end of your website. If you plan to have a static web pages, you could consider using Azure Blob Storage instead.
- If you'd prefer to isolate the backend from the front-end then you could use Azure Function App.
- Database could be Cosmos, but you don't want to store the actual pictures into the database. What you need to do is to store the pictures on Azure Blob Storage, then put the reference in the database.
-You'd need to use Azure Search to search different contents.
-Azure Monitoring, Application Insights, Log Analytics, Metrics, alerts would make it easier for you to monitor the solution.
- Azure Web App / Azure Web App Container to host the front-end of your website. If you plan to have a static web pages, you could consider using Azure Blob Storage instead.
- If you'd prefer to isolate the backend from the front-end then you could use Azure Function App.
- Database could be Cosmos, but you don't want to store the actual pictures into the database. What you need to do is to store the pictures on Azure Blob Storage, then put the reference in the database.
-You'd need to use Azure Search to search different contents.
-Azure Monitoring, Application Insights, Log Analytics, Metrics, alerts would make it easier for you to monitor the solution.