Skip to content

Commit

Permalink
Merge pull request #401 from jstruve-catalysis/main
Browse files Browse the repository at this point in the history
publish free services page
  • Loading branch information
jstruve-catalysis authored Nov 2, 2024
2 parents a1c7bf1 + 37c501e commit 157b486
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions website/src/pages/Build-IA/Free-Services.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,43 +110,43 @@ function ContentItem({ title, logoLight, link, summary }) {
const ContentItemsA = [
{
title: 'Azure AI Search',
logoLight: '../img/svg/free-trial/azure-icon-ai-search.svg',
logoLight: '../img/svg/free-services/azure-icon-ai-search.svg',
link: 'https://azure.microsoft.com/products/ai-services/ai-search/',
summary: 'Deliver high-quality responses with a vector database built for advanced retrieval augmented generation (RAG) and modern search.',
},
{
title: 'Azure AI Content Safety',
logoLight: '../img/svg/free-trial/azure-icon-ai-content-safety.svg',
logoLight: '../img/svg/free-services/azure-icon-ai-content-safety.svg',
link: 'https://azure.microsoft.com/products/ai-services/ai-content-safety/',
summary: 'Monitor text and images to detect offensive or inappropriate content.',
},
{
title: 'Azure AI Document Intelligence',
logoLight: '../img/svg/free-trial/azure-icon-ai-docs-intelligence.svg',
logoLight: '../img/svg/free-services/azure-icon-ai-docs-intelligence.svg',
link: 'https://azure.microsoft.com/products/ai-services/ai-document-intelligence',
summary: 'Apply advanced machine learning to extract text, key-value pairs, tables, and structures from documents.',
},
{
title: 'Azure AI Language',
logoLight: '../img/svg/free-trial/azure-icon-ai-language.svg',
logoLight: '../img/svg/free-services/azure-icon-ai-language.svg',
link: 'https://azure.microsoft.com/products/ai-services/ai-language',
summary: 'Build conversational interfaces, summarize documents, and analyze text using prebuilt AI-powered features.',
},
{
title: 'Azure AI Speech',
logoLight: '../img/svg/free-trial/azure-icon-ai-speech.svg',
logoLight: '../img/svg/free-services/azure-icon-ai-speech.svg',
link: 'https://azure.microsoft.com/products/ai-services/ai-speech/',
summary: 'Use industry-leading AI services such as speech-to-text, text-to-speech, speech translation, and speaker recognition.',
},
{
title: 'Azure AI Translator',
logoLight: '../img/svg/free-trial/azure-icon-ai-translator.svg',
logoLight: '../img/svg/free-services/azure-icon-ai-translator.svg',
link: 'https://azure.microsoft.com/products/ai-services/ai-translator',
summary: 'Translate documents and text in real time across more than 100 languages.',
},
{
title: 'Azure AI Vision',
logoLight: '../img/svg/free-trial/azure-icon-ai-computer-vision.svg',
logoLight: '../img/svg/free-services/azure-icon-ai-computer-vision.svg',
link: 'https://azure.microsoft.com/products/ai-services/ai-vision/',
summary: 'Read text, analyze images, and detect faces with optical character recognition (OCR) and machine learning.',
},
Expand All @@ -156,31 +156,31 @@ const ContentItemsA = [
const ContentItemsB = [
{
title: 'API Management',
logoLight: '../img/svg/free-trial/azure-icon-apps-api-management-services.svg',
logoLight: '../img/svg/free-services/azure-icon-apps-api-management-services.svg',
link: 'https://azure.microsoft.com/products/api-management',
summary: 'A hybrid, multi-cloud management platform for APIs across all environments.',
},
{
title: 'Azure App Service',
logoLight: '../img/svg/free-trial/azure-icon-apps-app-services.svg',
logoLight: '../img/svg/free-services/azure-icon-apps-app-services.svg',
link: 'https://azure.microsoft.com/products/app-service',
summary: 'Quickly build, deploy, and scale web apps and APIs globally with a fully managed platform as a service (PaaS).',
},
{
title: 'Azure Container Apps',
logoLight: '../img/svg/free-trial/azure-icon-apps-container-apps.svg',
link: 'https://aka.ms/learn-live/ep1?ocid=biahttps://azure.microsoft.com/products/container-apps',
logoLight: '../img/svg/free-services/azure-icon-apps-container-apps.svg',
link: 'https://azure.microsoft.com/products/container-apps',
summary: 'Run modern apps and microservices using serverless containers.',
},
{
title: 'Azure Functions',
logoLight: '../img/svg/free-trial/azure-icon-apps-azure-functions.svg',
logoLight: '../img/svg/free-services/azure-icon-apps-azure-functions.svg',
link: 'https://azure.microsoft.com/products/functions',
summary: 'Execute event-driven serverless code with an end-to-end development experience.',
},
{
title: 'Azure Kubernetes Service (AKS)',
logoLight: '../img/svg/free-trial/azure-icon-apps-kubernetes.svg',
logoLight: '../img/svg/free-services/azure-icon-apps-kubernetes.svg',
link: 'https://azure.microsoft.com/products/kubernetes-service',
summary: 'Simplify Kubernetes operations, build cloud-native apps, and innovate with AI and open-source technology.',
},
Expand All @@ -189,25 +189,25 @@ const ContentItemsB = [
const ContentItemsC = [
{
title: 'Azure Cosmos DB',
logoLight: '../img/svg/free-trial/azure-icon-database-cosmosdb.svg',
logoLight: '../img/svg/free-services/azure-icon-database-cosmosdb.svg',
link: 'https://azure.microsoft.com/products/cosmos-db/',
summary: 'Fuel apps with high-performance, distributed computing over massive volumes of NoSQL and vector data.',
},
{
title: 'Azure Database for MySQL',
logoLight: '../img/svg/free-trial/azure-icon-database-mysql.svg',
link: 'https://aka.ms/learn-live/ep1?ocid=bihttps://azure.microsoft.com/products/mysql/',
logoLight: '../img/svg/free-services/azure-icon-database-mysql.svg',
link: 'https://azure.microsoft.com/products/mysql/',
summary: 'Innovate faster with a fully managed MySQL database.',
},
{
title: 'Azure Database for PostgreSQL',
logoLight: '../img/svg/free-trial/azure-icon-database-postgresql.svg',
logoLight: '../img/svg/free-services/azure-icon-database-postgresql.svg',
link: 'https://azure.microsoft.com/products/postgresql/',
summary: 'Innovate faster with a fully managed PostgreSQL database.',
},
{
title: 'Azure SQL Database',
logoLight: '../img/svg/free-trial/azure-icon-database-sql.svg',
logoLight: '../img/svg/free-services/azure-icon-database-sql.svg',
link: 'https://azure.microsoft.com/products/azure-sql/database/',
summary: 'Build limitless, trusted, AI-ready apps on a fully managed SQL database.',
},
Expand Down

0 comments on commit 157b486

Please sign in to comment.