From 8ade5913b39fdc75f0e4c6adda8af74673b07a0b Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Thu, 16 Nov 2023 15:39:38 -0800 Subject: [PATCH] Update wording of "operators" (#928) * Update wording of "operators" Signed-off-by: Aaron Crawfis * Update to "IT operators" Signed-off-by: Aaron Crawfis * Add IT Signed-off-by: Aaron Crawfis * Update docs/content/guides/recipes/overview/index.md Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> --------- Signed-off-by: Aaron Crawfis Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> Co-authored-by: Will <28876888+willtsai@users.noreply.github.com> --- docs/content/guides/recipes/overview/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guides/recipes/overview/index.md b/docs/content/guides/recipes/overview/index.md index b9df3c672..0116f25c0 100644 --- a/docs/content/guides/recipes/overview/index.md +++ b/docs/content/guides/recipes/overview/index.md @@ -8,7 +8,7 @@ categories: "Overview" tags: ["recipes"] --- -Recipes enable a **separation of concerns** between infrastructure operators and developers by **automating infrastructure deployment**. Developers select the resource they want in their app (_Mongo Database, Redis Cache, Dapr State Store, etc._), and infrastructure operators codify in their environment how these resources should be deployed and configured (_lightweight containers, Azure resources, AWS resources, etc._). When a developer deploys their application and its resources, Recipes automatically deploy the backing infrastructure and bind it to the developer's resources. +Recipes enable a **separation of concerns** between IT operators and developers by **automating infrastructure deployment**. Developers select the resource they want in their app (_Mongo Database, Redis Cache, Dapr State Store, etc._), and IT operators codify in their environment how these resources should be deployed and configured (_lightweight containers, Azure resources, AWS resources, etc._). When a developer deploys their application and its resources, Recipes automatically deploy the backing infrastructure and bind it to the developer's resources. Diagram showing developers adding Redis to their app and operators adding a Recipe that Redis should deploy an Azure Cache for Redis