Skip to content

Commit 25228cc

Browse files
committed
Incorp review comments
1 parent 4983e7e commit 25228cc

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

articles/connectors/connectors-create-api-container-instances.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
11
---
2-
title: Connect to Container Instances from Azure Logic Apps | Microsoft Docs
2+
title: Deploy & manage Azure Container Instances - Azure Logic Apps
33
description: Automate tasks and workflows that create and manage container deployments in Azure Container Instances by using Azure Logic Apps
44
services: logic-apps, container-instances
55
ms.service: logic-apps
66
ms.suite: integration
77
author: dlepow
88
ms.author: danlep
99
ms.manager: gwallace
10-
ms.reviewer:
11-
ms.assetid:
10+
ms.reviewer: estfan, macolso
1211
ms.topic: article
1312
tags: connectors
1413
ms.date: 11/11/2019
1514
---
1615

17-
# Trigger and manage Azure Container Instances deployments by using Azure Logic Apps
16+
# Deploy and manage Azure Container Instances by using Azure Logic Apps
1817

1918
With Azure Logic Apps and the Azure Container Instance connector,
20-
you can set up automated tasks and workflows that trigger and manage deployments of [container groups](../container-instances/container-instances-container-groups.md) . The connector supports the following Azure Container Instances actions:
19+
you can set up automated tasks and workflows that deploy and manage [container groups](../container-instances/container-instances-container-groups.md). The Container Instance connector supports the following actions:
2120

2221
* Create or delete a container group
2322
* Get the properties of a container group
2423
* Get a list of container groups
2524
* Get the logs of a container instance
2625

27-
Use these actions in your logic apps to perform an action such as running a container workload in response to a Logic Apps trigger. You can also have other actions use the output from Azure Container Instances actions.
26+
Use these actions in your logic apps for tasks such as running a container workload in response to a Logic Apps trigger. You can also have other actions use the output from Container Instance actions.
2827

2928
This connector provides only actions, so to start your logic app,
3029
use a separate trigger, such as a **Recurrence** trigger to run a container workload on a regular schedule. Or, you might have need to trigger a container group deployment after an event such as arrival of an Outlook e-mail.
@@ -44,7 +43,7 @@ If you're new to logic apps, review
4443
To use an action, start your logic app with another trigger,
4544
for example, the **Recurrence** trigger.
4645

47-
## Trigger an Azure Container Instance action
46+
## Add a Container Instance action
4847

4948
[!INCLUDE [Create connection general intro](../../includes/connectors-create-connection-general-intro.md)]
5049

@@ -75,18 +74,11 @@ and continue building your logic app's workflow.
7574

7675
![Create container group](./media/connectors-create-api-container-instances/logic-apps-aci-connector.png)
7776

78-
For an explanation of the properties you can set in the **Create container group** action, see the [connector reference](/connectors/aci/) or container group [YAML reference](../container-instances/container-instances-reference-yaml.md).
79-
8077
## Connector reference
8178

8279
For technical details about triggers, actions, and limits, which are
8380
described by the connector's OpenAPI (formerly Swagger) description,
84-
review the connector's [reference page](/connectors/aci/).
85-
86-
## Get support
87-
88-
* For questions, visit the [Azure Logic Apps forum](https://social.msdn.microsoft.com/Forums/en-US/home?forum=azurelogicapps).
89-
* To submit or vote on feature ideas, visit the [Logic Apps user feedback site](https://aka.ms/logicapps-wish).
81+
review the connector's [reference page](/connectors/aci/) or container group [YAML reference](../container-instances/container-instances-reference-yaml.md).
9082

9183
## Next steps
9284

0 commit comments

Comments
 (0)