reorganizing the Integrations section

This commit is contained in:
Mark Fussell 2021-11-18 00:21:52 -08:00
parent fd45e94288
commit 0dd2ffcae4
11 changed files with 26 additions and 18 deletions

View File

@ -0,0 +1,7 @@
---
type: docs
title: "Integrations with AWS"
linkTitle: "AWS"
weight: 1000
description: "Dapr integrations with AWS services"
---

View File

@ -0,0 +1,7 @@
---
type: docs
title: "Integrations with Azure"
linkTitle: "Azure"
weight: 1500
description: "Dapr integrations with Azure services"
---

View File

@ -6,6 +6,7 @@ description: "How to authenticate Azure components using Azure AD and/or Managed
aliases:
- "/operations/components/setup-secret-store/supported-secret-stores/azure-keyvault-managed-identity/"
- "/reference/components-reference/supported-secret-stores/azure-keyvault-managed-identity/"
weight: 1000
---
## Common Azure authentication layer

View File

@ -3,7 +3,7 @@ type: docs
title: "Dapr integration policies for Azure API Management"
linkTitle: "Azure API Management"
description: "Publish APIs for Dapr services and components through Azure API Management policies"
weight: 6000
weight: 2000
---
Azure API Management (APIM) is a way to create consistent and modern API gateways for back-end services, including as those built with Dapr. Dapr support can be enabled in self-hosted API Management gateways to allow them to forward requests to Dapr services, send messages to Dapr Pub/Sub topics, or trigger Dapr output bindings. For more information, read the guide on [API Management Dapr Integration policies](https://docs.microsoft.com/azure/api-management/api-management-dapr-policies) and try out the [Dapr & Azure API Management Integration Demo](https://github.com/dapr/samples/tree/master/dapr-apim-integration).

View File

@ -1,9 +1,9 @@
---
type: docs
title: "Dapr extension for Azure Functions runtime"
linkTitle: "Azure Functions"
description: "Access Dapr capabilities from your Functions runtime application"
weight: 3000
linkTitle: "Azure Functions extension"
description: "Access Dapr capabilities from your Azure Functions runtime application"
weight: 4000
---
Dapr integrates with the Azure Functions runtime via an extension that lets a function seamlessly interact with Dapr. Azure Functions provides an event-driven programming model and Dapr provides cloud-native building blocks. With this extension, you can bring both together for serverless and event-driven apps. For more information read

View File

@ -1,9 +1,9 @@
---
type: docs
title: "Build workflows with Logic Apps"
linkTitle: "Workflows"
description: "Learn how to build workflows using Dapr Workflows and Logic Apps"
weight: 4000
title: "Build workflow applications with Logic Apps"
linkTitle: "Logic Apps workflows"
description: "Learn how to build workflows applications using Dapr Workflows and Logic Apps runtime"
weight: 3000
---
Dapr Workflows is a lightweight host that allows developers to run cloud-native workflows locally, on-premises or any cloud environment using the [Azure Logic Apps](https://docs.microsoft.com/azure/logic-apps/logic-apps-overview) workflow engine and Dapr.

View File

@ -2,6 +2,6 @@
type: docs
title: "Integrations"
linkTitle: "Integrations"
weight: 50
weight: 10
description: "Dapr integrations with other technologies"
---

View File

@ -1,7 +0,0 @@
---
type: docs
title: "Integrations with cloud providers"
linkTitle: "Cloud providers"
weight: 5000
description: "Information about authentication and configuration for various cloud providers"
---

View File

@ -2,7 +2,7 @@
type: docs
title: "Dapr's gRPC Interface"
linkTitle: "gRPC interface"
weight: 1000
weight: 6000
description: "Use the Dapr gRPC API in your application"
type: docs
---

View File

@ -1,6 +1,6 @@
---
type: docs
weight: 10000
weight: 5000
title: "Use the Dapr CLI in a GitHub Actions workflow"
linkTitle: "GitHub Actions"
description: "Learn how to add the Dapr CLI to your GitHub Actions to deploy and manage Dapr in your environments."