Skip to content

Commit

Permalink
Remove Visual Studio support references
Browse files Browse the repository at this point in the history
  • Loading branch information
ecfan committed Dec 18, 2024
1 parent 8ca218f commit f1c2bd8
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Although organizations use different protocols and formats for B2B communication

Visual Studio downloads and installs the extension.

* To create, manage, and deploy logic app resources, you can use the Azure portal, [Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md), [Visual Studio](quickstart-create-logic-apps-with-visual-studio.md), or [PowerShell](/powershell/module/az.logicapp).
* To create, manage, and deploy logic app resources, you can use the Azure portal, [Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md), or [PowerShell](/powershell/module/az.logicapp).

After you create an integration account and add your artifacts, you can start building B2B workflows by creating a logic app resource.

Expand Down
11 changes: 6 additions & 5 deletions articles/logic-apps/logic-apps-examples-and-scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Every workflow starts with a single [*trigger*](logic-apps-overview.md#logic-app
After you add the trigger, continue building your workflow by adding one or more actions. The following quickstarts help you build your first Consumption logic app workflow, which runs in global, multitenant Azure Logic Apps:

* [Quickstart: Create an example Consumption logic app workflow in multitenant Azure Logic Apps - Azure portal](quickstart-create-example-consumption-workflow.md)
* [Quickstart: Create automated tasks, processes, and workflows by using Azure Logic Apps - Visual Studio](quickstart-create-logic-apps-with-visual-studio.md)
* [Quickstart: Create and manage automated logic app workflows by using Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md)

The following how-to guides help you build a Standard logic app workflow that runs in single-tenant Azure Logic Apps:
Expand Down Expand Up @@ -77,12 +76,15 @@ Sometimes, your logic app workflow might need access to secured resources, such

## Deploy, manage, and monitor logic app workflows

You can fully develop and deploy logic app resources with Visual Studio, Azure DevOps, or any other source control and automated build tools. To support deployment for workflows and dependent connections in a resource template, logic app resources use Azure resource deployment templates. Visual Studio tools automatically generate these templates, which you can check in to source control for versioning. For notification and diagnostic logs for workflow run status, Azure Logic Apps also provides monitoring and alerts.
You can fully develop and deploy logic app resources with Azure DevOps or any other source control and automated build tools. To support deployment for workflows and dependent connections in a resource template, logic app resources use Azure resource deployment templates. For notification and diagnostic logs for workflow run status, Azure Logic Apps also provides monitoring and alerts.

### Deploy

* [Quickstart: Create automated tasks, processes, and workflows by using Azure Logic Apps - Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md)
* [Overview: Automate logic app deployment](../logic-apps/logic-apps-azure-resource-manager-templates-overview.md)
* [Set up deployment slots to enable zero downtime deployment in single-tenant Azure Logic Apps](/azure/logic-apps/set-up-deployment-slots)
* [DevOps deployment for Standard logic apps in single-tenant Azure Logic Apps](/azure/logic-apps/devops-deployment-single-tenant-azure-logic-apps)
* [Set up DevOps deployment for Standard logic apps in single-tenant Azure Logic Apps](/azure/logic-apps/set-up-devops-deployment-single-tenant-azure-logic-apps)
* [Automate build and deployment with Azure DevOps for Standard logic apps](/azure/logic-apps/automate-build-deployment-standard)
* [Overview: Automate logic app deployment with Azure Resource Manager templates](../logic-apps/logic-apps-azure-resource-manager-templates-overview.md)
* [Create Azure Resource Manager templates to automate deployment for Azure Logic Apps](../logic-apps/logic-apps-create-azure-resource-manager-templates.md)
* [Deploy Azure Resource Manager templates for Azure Logic Apps](../logic-apps/logic-apps-deploy-azure-resource-manager-templates.md)
* [Sample: Set up an API Management action for Azure Logic Apps](https://github.com/Azure-Samples/azure-logic-apps-deployment-samples/tree/master/api-management-actions)
Expand All @@ -96,7 +98,6 @@ You can fully develop and deploy logic app resources with Visual Studio, Azure D

* [Plan and manage costs](plan-manage-costs.md)
* [Manage logic apps in the Azure portal](manage-logic-apps-with-azure-portal.md)
* [Manage logic apps with Visual Studio](manage-logic-apps-with-visual-studio.md)
* [Create and manage integration accounts for B2B enterprise integrations](logic-apps-enterprise-integration-create-integration-account.md)
* [Move logic app resources to other Azure resource groups, regions, or subscriptions](move-logic-app-resources.md)

Expand Down
6 changes: 2 additions & 4 deletions articles/logic-apps/logic-apps-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ You can start small with your current systems and services, and then grow increm

### Visually create and edit workflows with easy-to-use tools

Save time and simplify complex processes by using the visual design tools in Azure Logic Apps. Create your workflows from start to finish by using the Azure Logic Apps workflow designer in the Azure portal, Visual Studio Code, or Visual Studio. Just start your workflow with a trigger, and add any number of actions from the [connectors gallery](/connectors/connector-reference/connector-reference-logicapps-connectors).
Save time and simplify complex processes by using the visual design tools in Azure Logic Apps. Create your workflows from start to finish by using the Azure Logic Apps workflow designer in the Azure portal or Visual Studio Code. Just start your workflow with a trigger, and add any number of actions from the [connectors gallery](/connectors/connector-reference/connector-reference-logicapps-connectors).

### Connect different systems across various environments

Expand Down Expand Up @@ -184,7 +184,7 @@ The following section describes the logic for the example enterprise workflow, w

:::image type="content" source="./media/logic-apps-overview/example-enterprise-workflow.png" alt-text="Screenshot shows the workflow designer and a sample enterprise workflow that uses switches and conditions." lightbox="./media/logic-apps-overview/example-enterprise-workflow.png":::

You can visually create workflows using the Azure Logic Apps workflow designer in the Azure portal, Visual Studio Code, or Visual Studio. Each workflow also has an underlying definition that uses JavaScript Object Notation (JSON) format. If you prefer, you can edit workflows by changing this JSON definition. For some creation and management tasks, Azure Logic Apps provides Azure PowerShell and Azure CLI command support. For automated deployment, Azure Logic Apps supports Azure Resource Manager templates.
You can visually create workflows using the Azure Logic Apps workflow designer in the Azure portal or Visual Studio Code. Each workflow also has an underlying definition that uses JavaScript Object Notation (JSON) format. If you prefer, you can edit workflows by changing this JSON definition. For some creation and management tasks, Azure Logic Apps provides Azure PowerShell and Azure CLI command support. For automated deployment, Azure Logic Apps supports Azure Resource Manager templates.

## Pricing options

Expand All @@ -198,8 +198,6 @@ When you're ready, try one or more of the following quickstart guides for Azure

* [Create a multitenant Consumption logic app workflow in the Azure portal](quickstart-create-example-consumption-workflow.md)

* [Create a multitenant Consumption logic app workflow in Visual Studio](quickstart-create-logic-apps-with-visual-studio.md)

* [Create a multitenant Consumption logic app workflow in Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md)

You might also want to explore other quickstart guides for Azure Logic Apps:
Expand Down
14 changes: 7 additions & 7 deletions articles/logic-apps/logic-apps-perform-data-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ To try the **Compose** action, follow these steps by using the workflow designer

### [Consumption](#tab/consumption)

1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.

This example uses the Azure portal and a sample workflow with the **Recurrence** trigger followed by several **Variables** actions named **Initialize variable**. These actions are set up to create two string variables and an integer variable.

Expand Down Expand Up @@ -200,7 +200,7 @@ To try the **Create CSV table** action, follow these steps by using the workflo

### [Consumption](#tab/consumption)

1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.

This example uses the Azure portal and a sample workflow with the **Recurrence** trigger followed by an **Initialize variable** action. The action is set up to create a variable where the initial value is an array that has some properties and values in JSON format.

Expand Down Expand Up @@ -388,7 +388,7 @@ To try the **Create HTML table** action, follow these steps by using the workflo

### [Consumption](#tab/consumption)

1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.

This example uses the Azure portal and a sample workflow with the **Recurrence** trigger followed by an **Initialize variable** action. The action is set up to create a variable where the initial value is an array that has some properties and values in JSON format.

Expand Down Expand Up @@ -586,7 +586,7 @@ To try the **Filter array** action, follow these steps by using the workflow des
### [Consumption](#tab/consumption)

1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.

This example uses the Azure portal and a sample workflow with the **Recurrence** trigger followed by an **Initialize variable** action. The action is set up to create where the initial value is an array that has some sample integer values.

Expand Down Expand Up @@ -693,7 +693,7 @@ To try the **Join** action, follow these steps by using the workflow designer. O

### [Consumption](#tab/consumption)

1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.

This example uses the Azure portal and a sample workflow with the **Recurrence** trigger followed by an **Initialize variable** action. This action is set up to create a variable where the initial value is an array that has some sample integer values.

Expand Down Expand Up @@ -783,7 +783,7 @@ For more information about this action in your underlying workflow definition, s

### [Consumption](#tab/consumption)

1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.

This example uses the Azure portal and a sample workflow with a **Recurrence** trigger followed by an **Initialize variable** action. This action is set up to create a variable whose initial value is the following JSON object with properties and values:

Expand Down Expand Up @@ -974,7 +974,7 @@ To try the **Select** action, follow these steps by using the workflow designer.

### [Consumption](#tab/consumption)

1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.

This example uses the Azure portal and a sample workflow with the **Recurrence** trigger followed by an **Initialize variable** action. The action is set up for create a variable where the initial value is an array that has some sample integers.

Expand Down
23 changes: 2 additions & 21 deletions articles/logic-apps/logic-apps-scenario-social-serverless.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,9 @@ Office 365, Survey Monkey, X, and an
[HTTP request from a web form](/archive/blogs/logicapps/calling-a-logic-app-from-an-html-form).
The workflow that you create monitors a hashtag on X.

You can [build the entire solution in Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md)
and [deploy the solution with Azure Resource Manager template](../logic-apps/logic-apps-deploy-azure-resource-manager-templates.md).
For a video walkthrough that shows how to create this solution,
[watch this Channel 9 video](/shows/).

## Trigger on customer data

1. In the Azure portal or Visual Studio, create a blank logic app workflow.

If you're new to logic apps, review the [quickstart for the Azure portal](../logic-apps/quickstart-create-example-consumption-workflow.md) or the [quickstart for Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md).
1. In the Azure portal, create a blank logic app workflow.

2. In workflow designer, find and add the X trigger that has this action: **When a new tweet is posted**

Expand Down Expand Up @@ -139,26 +132,14 @@ and then select the function that you created.
To review any current or previous runs for your logic app,
you can use the rich debugging and monitoring capabilities
that Azure Logic Apps provides in the Azure portal,
Visual Studio, or through the Azure REST APIs and SDKs.
Visual Studio Code, or through the Azure REST APIs and SDKs.

To easily test your logic app, in Logic App Designer,
choose **Run Trigger**. The trigger polls for tweets
based on your specified schedule until a tweet that
meets your criteria is found. While the run progresses,
the designer shows a live view for that run.

To view previous run histories in Visual Studio or the Azure portal:

* Open Visual Studio Cloud Explorer.
Find your logic app, open the app's shortcut menu.
Select **Open run history**.

> [!TIP]
> If you don't have this command in Visual Studio 2019, check that you have the latest updates for Visual Studio.
* In the Azure portal, find your logic app.
On your logic app's menu, choose **Overview**.

## Create automated deployment templates

After you create a logic app solution,
Expand Down
8 changes: 4 additions & 4 deletions articles/logic-apps/logic-apps-serverless-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To connect your workflows to other Azure services, Microsoft services, cloud-bas

If no connector is available to meet your needs, you can use the built-in HTTP operation or Request trigger to communicate with any service endpoint. Or, you can create your own connector using an existing API.

Based on the logic app resource type that you choose, the associated workflow runs in either multitenant Azure Logic Apps or single-tenant Azure Logic Apps. Each has their own capabilities, benefits, and billing models. The Azure portal provides the fastest way to get started creating logic app workflows. However, you can also use other tools such as Visual Studio Code, Visual Studio, Azure PowerShell, and others. For more information, review [What is Azure Logic Apps](logic-apps-overview.md)?
Based on the logic app resource type that you choose, the associated workflow runs in either multitenant Azure Logic Apps or single-tenant Azure Logic Apps. Each has their own capabilities, benefits, and billing models. The Azure portal provides the fastest way to get started creating logic app workflows. However, you can also use other tools such as Visual Studio Code, Azure PowerShell, and others. For more information, review [What is Azure Logic Apps](logic-apps-overview.md)?

To get started with Azure Logic Apps, try a [quickstart to create an example Consumption logic app workflow in multitenant Azure Logic Apps using the Azure portal](quickstart-create-example-consumption-workflow.md). Or, try these [steps that create an example serverless app with Azure Logic Apps and Azure Functions in Visual Studio](create-serverless-apps-visual-studio.md).

Expand Down Expand Up @@ -52,9 +52,9 @@ For other information, review the following documentation:

## Get started with serverless apps in Azure

Azure provides rich tools for developing, deploying, and managing serverless apps. You can create serverless apps using the Azure portal, Visual Studio, or [Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md). After you build your app, you can [deploy that app quickly with Azure Resource Manager templates](logic-apps-deploy-azure-resource-manager-templates.md). Azure also provides monitoring, which you can access through the Azure portal, through the API or SDKs, or with integrated tooling for Azure Monitor logs and Application Insights.
Azure provides rich tools for developing, deploying, and managing serverless apps. You can create serverless apps using the Azure portal or [Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md). After you build your app, you can [deploy that app quickly with Azure Resource Manager templates](logic-apps-deploy-azure-resource-manager-templates.md). Azure also provides monitoring, which you can access through the Azure portal, through the API or SDKs, or with integrated tooling for Azure Monitor logs and Application Insights.

## Next steps
## Related content

* [Create an example serverless app with Azure Logic Apps and Azure Functions in Visual Studio](create-serverless-apps-visual-studio.md)
* [Create a customer insights dashboard with serverless](logic-apps-scenario-social-serverless.md)
* [Create a customer insights dashboard with serverless](logic-apps-scenario-social-serverless.md)
Loading

0 comments on commit f1c2bd8

Please sign in to comment.