Skip to content

Commit 5c18ea4

Browse files
Merge pull request #292108 from ecfan/retire
Remove Visual Studio support references
2 parents 898af14 + f1c2bd8 commit 5c18ea4

10 files changed

+31
-60
lines changed

articles/logic-apps/logic-apps-enterprise-integration-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Although organizations use different protocols and formats for B2B communication
5151

5252
Visual Studio downloads and installs the extension.
5353

54-
* 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).
54+
* 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).
5555

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

articles/logic-apps/logic-apps-examples-and-scenarios.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Every workflow starts with a single [*trigger*](logic-apps-overview.md#logic-app
4040
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:
4141

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

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

7877
## Deploy, manage, and monitor logic app workflows
7978

80-
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.
79+
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.
8180

8281
### Deploy
8382

84-
* [Quickstart: Create automated tasks, processes, and workflows by using Azure Logic Apps - Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md)
85-
* [Overview: Automate logic app deployment](../logic-apps/logic-apps-azure-resource-manager-templates-overview.md)
83+
* [Set up deployment slots to enable zero downtime deployment in single-tenant Azure Logic Apps](/azure/logic-apps/set-up-deployment-slots)
84+
* [DevOps deployment for Standard logic apps in single-tenant Azure Logic Apps](/azure/logic-apps/devops-deployment-single-tenant-azure-logic-apps)
85+
* [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)
86+
* [Automate build and deployment with Azure DevOps for Standard logic apps](/azure/logic-apps/automate-build-deployment-standard)
87+
* [Overview: Automate logic app deployment with Azure Resource Manager templates](../logic-apps/logic-apps-azure-resource-manager-templates-overview.md)
8688
* [Create Azure Resource Manager templates to automate deployment for Azure Logic Apps](../logic-apps/logic-apps-create-azure-resource-manager-templates.md)
8789
* [Deploy Azure Resource Manager templates for Azure Logic Apps](../logic-apps/logic-apps-deploy-azure-resource-manager-templates.md)
8890
* [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)
@@ -96,7 +98,6 @@ You can fully develop and deploy logic app resources with Visual Studio, Azure D
9698

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

articles/logic-apps/logic-apps-overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ You can start small with your current systems and services, and then grow increm
108108

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

111-
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).
111+
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).
112112

113113
### Connect different systems across various environments
114114

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

185185
:::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":::
186186

187-
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.
187+
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.
188188

189189
## Pricing options
190190

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

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

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

205203
You might also want to explore other quickstart guides for Azure Logic Apps:

articles/logic-apps/logic-apps-perform-data-operations.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To try the **Compose** action, follow these steps by using the workflow designer
7575

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

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

8080
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.
8181

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

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

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

205205
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.
206206

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

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

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

393393
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.
394394

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

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

591591
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.
592592

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

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

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

698698
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.
699699

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

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

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

788788
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:
789789

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

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

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

979979
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.
980980

articles/logic-apps/logic-apps-scenario-social-serverless.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,9 @@ Office 365, Survey Monkey, X, and an
3434
[HTTP request from a web form](/archive/blogs/logicapps/calling-a-logic-app-from-an-html-form).
3535
The workflow that you create monitors a hashtag on X.
3636

37-
You can [build the entire solution in Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md)
38-
and [deploy the solution with Azure Resource Manager template](../logic-apps/logic-apps-deploy-azure-resource-manager-templates.md).
39-
For a video walkthrough that shows how to create this solution,
40-
[watch this Channel 9 video](/shows/).
41-
4237
## Trigger on customer data
4338

44-
1. In the Azure portal or Visual Studio, create a blank logic app workflow.
45-
46-
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).
39+
1. In the Azure portal, create a blank logic app workflow.
4740

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

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

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

150-
To view previous run histories in Visual Studio or the Azure portal:
151-
152-
* Open Visual Studio Cloud Explorer.
153-
Find your logic app, open the app's shortcut menu.
154-
Select **Open run history**.
155-
156-
> [!TIP]
157-
> If you don't have this command in Visual Studio 2019, check that you have the latest updates for Visual Studio.
158-
159-
* In the Azure portal, find your logic app.
160-
On your logic app's menu, choose **Overview**.
161-
162143
## Create automated deployment templates
163144

164145
After you create a logic app solution,

articles/logic-apps/logic-apps-serverless-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To connect your workflows to other Azure services, Microsoft services, cloud-bas
2424

2525
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.
2626

27-
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)?
27+
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)?
2828

2929
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).
3030

@@ -52,9 +52,9 @@ For other information, review the following documentation:
5252

5353
## Get started with serverless apps in Azure
5454

55-
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.
55+
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.
5656

57-
## Next steps
57+
## Related content
5858

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

0 commit comments

Comments
 (0)