Final answer:
Azure offers various Server-less Computing solutions including Azure Functions, Azure Logic Apps, and Azure Event Grid. All of these services allow developers to focus on building features without managing servers. The correct answer to the student's question is 'All of the above'.
Step-by-step explanation:
In terms of Server-less Computing concepts offered by Azure, the solutions include:
- Azure Functions
- Azure Logic Apps
- Azure Event Grid
- All of the above
Azure Functions is a solution that enables you to run small pieces of code, or functions, without the need to manage a server. Azure Logic Apps provides a way to automate workflows and integrate systems and services with visual designer tools. Azure Event Grid allows you to build applications with event-based architectures. Each of these services is managed by Azure, eliminating the need for developers to manage server infrastructure.
The correct answer to the question is 4) All of the above.