Skip to content

Commit

Permalink
Merge pull request #334 from v-jostruve/main
Browse files Browse the repository at this point in the history
update ATE page
  • Loading branch information
v-jostruve authored May 14, 2024
2 parents 835a42e + 70dddd0 commit bebb931
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions website/src/pages/Build-IA/AskTheExpert.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ function SectionHeader({title, description}) {
{title}
</h1>
<p> {description} </p>
<div className={styles.buttons}>
<Link className="button button--primary button--lg mobile-block-buttons mobile-block-button-padding button-spacer" to="https://aka.ms/intelligent-apps/ate?ocid=buildia24_AE_website" target="_blank" data-bi-area="Hero" data-bi-name="Ask the Expert">
Ask the Expert
</Link>
</div>
</div>
</header>
);
Expand Down Expand Up @@ -69,28 +64,28 @@ const ContentItemsATE = [
imglink: '/img/60-days-of-ia/ate-2024-02-29.jpg',
link: "https://aka.ms/intelligent-apps/ate-aks?ocid=buildia24_AE_website",
description: "Join the Azure Kubernetes Service Product Group to learn about developing cloud-native apps for high scale and resilience with Azure Kubernetes Service clusters. Discuss with the experts on how to combine the power of AI with Kubernetes app development to create highly differentiated digital experiences. Develop adaptive, responsive, and personalized experiences by building and modernizing intelligent applications with Azure Kubernetes Service (AKS).",
cta: "February 29, 2024 | Register to attend"
cta: "February 29, 2024 | Watch on demand"
},
{
title: 'Intelligent Apps with Azure Cosmos DB',
imglink: '/img/60-days-of-ia/ate-2024-03-07.jpg',
link: "https://aka.ms/intelligent-apps/ate-cosmos?ocid=buildia24_AE_website",
description: "Join the Azure Cosmos DB team for an engaging session on the versatile vector database capabilities of Azure Cosmos DB. Discover the seamless integration of your operational and transactional data with native vector indexing and search functionalities, specifically tailored for AI applications. Learn how to build RAG pattern solutions and manage chat history by seamlessly connecting with Azure OpenAI. Explore the power of Azure Cosmos DB's Copilot in simplifying complex query writing, enhancing accuracy, and improving performance. Additionally, we'll showcase our seamless integrations with Semantic Kernel, Langchain, and LlamaIndex.",
cta: "March 7, 2024 | Register to attend"
cta: "March 7, 2024 | Watch on demand"
},
{
title: 'Intelligent Apps with Azure Functions',
imglink: '/img/60-days-of-ia/ate-2024-04-04.jpg',
link: "https://aka.ms/intelligent-apps/ate-functions?ocid=buildia24_AE_website",
description: "Join the Azure Functions Product Group to learn about FaaS or Functions-as-a-Service in Azure serverless computing. It is time to focus on the pieces of code that matter most to you while Azure Functions handles the rest. Discuss with the experts on how to combine the power of AI, cloud-scale data, and serverless app development to create highly differentiated digital experiences. Develop adaptive, responsive, and personalized experiences by building and modernizing intelligent applications with Azure Functions.",
cta: "April 4, 2024 | Register to attend"
cta: "April 4, 2024 | Watch on demand"
},
{
title: 'Intelligent Apps with Azure AI',
imglink: '/img/60-days-of-ia/ate-2024-03-21.jpg',
link: "https://aka.ms/intelligent-apps/ate-ai?ocid=buildia24_AE_website",
description: "Want to build an enterprise AI application with your data, and run it in production? Join us as we build Contoso Chat, an AI-based support agent that implements Retrieval Augmented Generation (RAG) to ground the copilot responses in your product data. Streamline your development workflow with PromptFlow, and manage your Azure AI platform interactions with the Azure AI Studio, SDK and CLI. Learn about Responsible AI practices, and learn how to evaluate your application, and calibrate it for content safety, using built-in capabilities of the Azure AI platform.",
cta: "April 11, 2024 | Register to attend"
cta: "April 11, 2024 | Watch on demand"
},
];

Expand Down

0 comments on commit bebb931

Please sign in to comment.