diff --git a/daprdocs/content/en/developing-applications/integrations/AWS/_index.md b/daprdocs/content/en/developing-applications/integrations/AWS/_index.md new file mode 100644 index 000000000..67ea8962d --- /dev/null +++ b/daprdocs/content/en/developing-applications/integrations/AWS/_index.md @@ -0,0 +1,7 @@ +--- +type: docs +title: "Integrations with AWS" +linkTitle: "AWS" +weight: 1000 +description: "Dapr integrations with AWS services" +--- diff --git a/daprdocs/content/en/developing-applications/integrations/cloud-providers/authenticating-aws.md b/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md similarity index 100% rename from daprdocs/content/en/developing-applications/integrations/cloud-providers/authenticating-aws.md rename to daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/_index.md b/daprdocs/content/en/developing-applications/integrations/Azure/_index.md new file mode 100644 index 000000000..229226cc6 --- /dev/null +++ b/daprdocs/content/en/developing-applications/integrations/Azure/_index.md @@ -0,0 +1,7 @@ +--- +type: docs +title: "Integrations with Azure" +linkTitle: "Azure" +weight: 1500 +description: "Dapr integrations with Azure services" +--- \ No newline at end of file diff --git a/daprdocs/content/en/developing-applications/integrations/cloud-providers/authenticating-azure.md b/daprdocs/content/en/developing-applications/integrations/Azure/authenticating-azure.md similarity index 99% rename from daprdocs/content/en/developing-applications/integrations/cloud-providers/authenticating-azure.md rename to daprdocs/content/en/developing-applications/integrations/Azure/authenticating-azure.md index bc4250ed5..54e2c83bd 100644 --- a/daprdocs/content/en/developing-applications/integrations/cloud-providers/authenticating-azure.md +++ b/daprdocs/content/en/developing-applications/integrations/Azure/authenticating-azure.md @@ -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 diff --git a/daprdocs/content/en/developing-applications/integrations/azure-api-management.md b/daprdocs/content/en/developing-applications/integrations/Azure/azure-api-management.md similarity index 98% rename from daprdocs/content/en/developing-applications/integrations/azure-api-management.md rename to daprdocs/content/en/developing-applications/integrations/Azure/azure-api-management.md index ea908b5d6..793f5f834 100644 --- a/daprdocs/content/en/developing-applications/integrations/azure-api-management.md +++ b/daprdocs/content/en/developing-applications/integrations/Azure/azure-api-management.md @@ -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). diff --git a/daprdocs/content/en/developing-applications/integrations/azure-functions.md b/daprdocs/content/en/developing-applications/integrations/Azure/azure-functions.md similarity index 82% rename from daprdocs/content/en/developing-applications/integrations/azure-functions.md rename to daprdocs/content/en/developing-applications/integrations/Azure/azure-functions.md index c62a79485..20d731521 100644 --- a/daprdocs/content/en/developing-applications/integrations/azure-functions.md +++ b/daprdocs/content/en/developing-applications/integrations/Azure/azure-functions.md @@ -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 diff --git a/daprdocs/content/en/developing-applications/integrations/workflows.md b/daprdocs/content/en/developing-applications/integrations/Azure/workflows.md similarity index 97% rename from daprdocs/content/en/developing-applications/integrations/workflows.md rename to daprdocs/content/en/developing-applications/integrations/Azure/workflows.md index 9be34efab..563a34935 100644 --- a/daprdocs/content/en/developing-applications/integrations/workflows.md +++ b/daprdocs/content/en/developing-applications/integrations/Azure/workflows.md @@ -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. diff --git a/daprdocs/content/en/developing-applications/integrations/_index.md b/daprdocs/content/en/developing-applications/integrations/_index.md index 430b4594d..337db1c12 100644 --- a/daprdocs/content/en/developing-applications/integrations/_index.md +++ b/daprdocs/content/en/developing-applications/integrations/_index.md @@ -2,6 +2,6 @@ type: docs title: "Integrations" linkTitle: "Integrations" -weight: 50 +weight: 10 description: "Dapr integrations with other technologies" --- \ No newline at end of file diff --git a/daprdocs/content/en/developing-applications/integrations/cloud-providers/_index.md b/daprdocs/content/en/developing-applications/integrations/cloud-providers/_index.md deleted file mode 100644 index c44b0b96f..000000000 --- a/daprdocs/content/en/developing-applications/integrations/cloud-providers/_index.md +++ /dev/null @@ -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" ---- diff --git a/daprdocs/content/en/developing-applications/integrations/gRPC-integration.md b/daprdocs/content/en/developing-applications/integrations/gRPC-integration.md index 06e1d7f64..6e88bc44e 100644 --- a/daprdocs/content/en/developing-applications/integrations/gRPC-integration.md +++ b/daprdocs/content/en/developing-applications/integrations/gRPC-integration.md @@ -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 --- diff --git a/daprdocs/content/en/developing-applications/integrations/github_actions.md b/daprdocs/content/en/developing-applications/integrations/github_actions.md index abe768257..1853dd718 100644 --- a/daprdocs/content/en/developing-applications/integrations/github_actions.md +++ b/daprdocs/content/en/developing-applications/integrations/github_actions.md @@ -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."