Azure / AKS-Landing-Zone-Accelerator

Official repository for the AKS Landing Zone Accelerator program
MIT License
219 stars 218 forks source link

add an explanation of what the AI scenario is about #114

Closed mosabami closed 8 months ago

gbowerman commented 8 months ago

Looks good. Slight edit, @mosabami can you use this?

This scenario provides step-by-step guidance on deploying an AI web app to upload PDFs and other sources of unstructured data and ask domain specific questions about the data uploaded. AKS is a great platform for hosting modern AI based applications. It provides a single control plane to host all the assets required to build applications from end-to-end and supports the development of applications using a Microservice architecture. What this means is that the AI-based components can be separated from the rest of the applications. AKS also allows hosting of some of Azure's AI services as containers within your cluster, so that you can keep all the application endpoints private as well as manage scaling however you need to. This is a significant advantage when it comes to securing your application. By hosting all components in a single cluster, you can streamline your DevOps process.

gbowerman commented 8 months ago

sign-off - thanks @mosabami