Skip to content

Commit

Permalink
oreder and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Oct 10, 2023
1 parent 8792155 commit 8ca5850
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 9 deletions.
5 changes: 3 additions & 2 deletions docs/content/en/docs/Concepts/azure-apim.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
title: Azure APIM
date: 2023-10-06
description: >
Use Azure APIM to monitor and load balance 2 or more Azure OpenAI instances.
Use Azure APIM to enable chargeback, monitoring and loadbalancing for Azure OpenAI instances.
categories: [Azure]
tags: [docs, apim]
weight: 5
---

Azure API Management is a platform-as-a-service that provides a hybrid, multicloud management platform for APIs across all environments [1](https://learn.microsoft.com/en-us/azure/api-management/api-management-key-concepts). It supports the complete API lifecycle and helps customers manage APIs as first-class assets throughout their lifecycle [1](https://learn.microsoft.com/en-us/azure/api-management/api-management-key-concepts).

![APIM imagen](https://learn.microsoft.com/en-us/azure/api-management/media/api-management-key-concepts-experiment/api-management-components.png)

**Activate GenAI with Azure** uses API Management to manage exposed endpoints, for example, Azure OpenAI, Azure Function and Azure Cognitive Search index.
**Activate GenAI with Azure** uses API Management to enable chargeback, monitoring and loadbalancing for Azure OpenAI instances..

More information at the offical documentation: [What is APIM?](https://learn.microsoft.com/en-us/azure/api-management/api-management-key-concepts)
3 changes: 2 additions & 1 deletion docs/content/en/docs/Concepts/azure-application-insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
title: Azure Application Insights
date: 2023-10-06
description: >
A short lead description about this content page. It can be **bold** or _italic_ and can be split over multiple paragraphs.
Monitor the application using Application Insights.
categories: [Azure]
tags: [docs, application-insights]
weight: 8
---

Application Insights is an extension of Azure Monitor and **provides application performance monitoring (APM) features**. APM tools are useful to monitor applications from development, through test, and into production in the following ways:
Expand Down
3 changes: 2 additions & 1 deletion docs/content/en/docs/Concepts/azure-cognitive-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
title: Azure Cognitive Search
date: 2023-10-06
description: >
A short lead description about this content page. It can be **bold** or _italic_ and can be split over multiple paragraphs.
Used to build a rich search experience over private, heterogeneous content in web, mobile, and enterprise applications.
categories: [Azure]
tags: [docs, cognitive-search]
weight: 2
---

Azure Cognitive Search (formerly known as "Azure Search") is a cloud search service that gives developers infrastructure, APIs, and tools for building a rich search experience over private, heterogeneous content in web, mobile, and enterprise applications.
Expand Down
3 changes: 2 additions & 1 deletion docs/content/en/docs/Concepts/azure-container-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
title: Azure Container Apps
date: 2023-10-06
description: >
A short lead description about this content page. It can be **bold** or _italic_ and can be split over multiple paragraphs.
Host the application in Azure Container Apps.
categories: [Azure]
tags: [docs, container-apps, serverless]
weight: 4
---

Azure Container Apps is a managed serverless container service that enables executing code in containers without the overhead of managing virtual machines, orchestrators, or adopting a highly opinionated application framework.
Expand Down
3 changes: 2 additions & 1 deletion docs/content/en/docs/Concepts/azure-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
title: Azure Functions
date: 2023-10-06
description: >
A short lead description about this content page. It can be **bold** or _italic_ and can be split over multiple paragraphs.
Serveles application used to bacth-process documents and create embeddings.
categories: [Azure]
tags: [docs, functions, serverless]
weight: 6
---

Azure Functions is a serverless solution that allows you to write less code, maintain less infrastructure, and save on costs. Instead of worrying about deploying and maintaining servers, the cloud infrastructure provides all the up-to-date resources needed to keep your applications running.
Expand Down
3 changes: 2 additions & 1 deletion docs/content/en/docs/Concepts/azure-openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
title: Azure OpenAI
date: 2023-10-06
description: >
A short lead description about this content page. It can be **bold** or _italic_ and can be split over multiple paragraphs.
The core of the Generative AI solution.
categories: [Azure]
tags: [docs, openai]
weight: 1
---

Azure OpenAI Service provides REST API access to OpenAI's powerful language models including the GPT-4, GPT-35-Turbo, and Embeddings model series. In addition, the new GPT-4 and gpt-35-turbo model series have now reached general availability. These models can be easily adapted to your specific task including but not limited to content generation, summarization, semantic search, and natural language to code translation. Users can access the service through REST APIs, Python SDK, or our web-based interface in the Azure OpenAI Studio.
Expand Down
3 changes: 2 additions & 1 deletion docs/content/en/docs/Concepts/azure-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
title: Azure Storage
date: 2023-10-06
description: >
A short lead description about this content page. It can be **bold** or _italic_ and can be split over multiple paragraphs.
Store the documents in Azure Blob Storage.s
categories: [Azure]
tags: [docs, storage]
weight: 7
---

Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob Storage is optimized for storing massive amounts of unstructured data. Unstructured data is data that doesn't adhere to a particular data model or definition, such as text or binary data.
Expand Down
3 changes: 2 additions & 1 deletion docs/content/en/docs/Concepts/semantic-kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
title: Semantic Kernel
date: 2023-10-06
description: >
A short lead description about this content page. It can be **bold** or _italic_ and can be split over multiple paragraphs.
An open-source SDK that lets you easily combine AI services like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C# and Python.
categories: [SDK]
tags: [docs, tools]
weight: 3
---

Semantic Kernel is an open-source SDK that lets you easily combine AI services like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C# and Python. By doing so, you can create AI apps that combine the best of both worlds.
Expand Down

0 comments on commit 8ca5850

Please sign in to comment.