Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Conversation

mosabami
Copy link
Collaborator

No description provided.

@gbowerman
Copy link
Contributor

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
Copy link
Contributor

#sign-off - thanks @mosabami

Copy link
Contributor

@gbowerman gbowerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, #sign-off

@gbowerman gbowerman merged commit a0c7089 into main Jan 22, 2024
2 checks passed
@gbowerman gbowerman deleted the mosabami-patch-2 branch January 22, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants