Skip to content

Commit 4b6eb61

Browse files
Merge pull request #269827 from RyanHill-MSFT/issues/120898-logic-app-K8s-preview-note
(Azure CXP) add preview note
2 parents 2a61219 + 3687358 commit 4b6eb61

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ This how-to guide shows how to create an example integration workflow that runs
2222

2323
* You can locally create, run, and test workflows using the Visual Studio Code development environment.
2424

25-
When you're ready, you can deploy your logic app to Azure where your workflow can run in the single-tenant Azure Logic Apps environment or in an App Service Environment v3 (Windows-based App Service plans only). You can also deploy and run your workflow anywhere that Kubernetes can run, including Azure, Azure Kubernetes Service, on premises, or even other cloud providers, due to the Azure Logic Apps containerized runtime. For more information about single-tenant Azure Logic Apps, review [Single-tenant versus multitenant and integration service environment](single-tenant-overview-compare.md#resource-environment-differences).
25+
When you're ready, you can deploy your logic app to Azure where your workflow can run in the single-tenant Azure Logic Apps environment or in an App Service Environment v3 (Windows-based App Service plans only). You can also deploy and run your workflow anywhere that Kubernetes can run, including Azure, Azure Kubernetes Service, on premises, or even other cloud providers, due to the Azure Logic Apps containerized runtime.
26+
27+
> [!NOTE]
28+
> Deploying your logic app to a Kubernetes cluster is currently in public preview.
29+
30+
For more information about single-tenant Azure Logic Apps, review [Single-tenant versus multitenant and integration service environment](single-tenant-overview-compare.md#resource-environment-differences).
2631

2732
While the example workflow is cloud-based and has only two steps, you can create workflows from hundreds of operations that can connect a wide range of apps, data, services, and systems across cloud, on premises, and hybrid environments. The example workflow starts with the built-in Request trigger and follows with an Office 365 Outlook action. The trigger creates a callable endpoint for the workflow and waits for an inbound HTTPS request from any caller. When the trigger receives a request and fires, the next action runs by sending email to the specified email address along with selected outputs from the trigger.
2833

0 commit comments

Comments
 (0)