Skip to content

Commit 5e1cfc4

Browse files
author
ecfan
committed
Updates for VS extension retirement
1 parent d5f7021 commit 5e1cfc4

36 files changed

+39
-423
lines changed

articles/logic-apps/.openpublishing.redirection.logic-apps.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/logic-apps/create-serverless-apps-visual-studio.md",
5+
"redirect_url": "/azure/logic-apps/quickstart-create-logic-apps-visual-studio-code",
6+
"redirect_document_id": true
7+
},
38
{
49
"source_path_from_root": "/articles/logic-apps/biztalk-server-azure-integration-services-migration-approaches.md",
510
"redirect_url": "/azure/logic-apps/biztalk-server-migration-approaches",

articles/logic-apps/create-serverless-apps-visual-studio.md

Lines changed: 0 additions & 173 deletions
This file was deleted.

articles/logic-apps/manage-logic-apps-with-visual-studio.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
---
2-
title: Edit and manage logic apps using Visual Studio
2+
title: (Deprecated) Edit and manage logic apps with Visual Studio
33
description: Edit, update, manage, add to source control, and deploy logic apps using Visual Studio with Cloud Explorer.
44
services: logic-apps
5+
ms.service: azure-logic-apps
56
ms.suite: integration
67
ms.reviewer: estfan, azla
78
ms.topic: how-to
89
ms.custom: mvc
9-
ms.date: 01/04/2024
10+
ms.date: 12/10/2024
1011
---
1112

12-
# Manage logic apps with Visual Studio
13+
# Manage logic apps with Visual Studio (Deprecated)
1314

1415
[!INCLUDE [logic-apps-sku-consumption](~/reusable-content/ce-skilling/azure/includes/logic-apps-sku-consumption.md)]
1516

16-
Although you can create, edit, manage, and deploy logic apps in the [Azure portal](https://portal.azure.com), you can also use Visual Studio when you want to add your logic apps to source control, publish different versions, and create [Azure Resource Manager](../azure-resource-manager/management/overview.md) templates for various deployment environments. With Visual Studio Cloud Explorer, you can find and manage your logic apps along with other Azure resources. For example, you can open, download, edit, run, view run history, disable, and enable logic apps that are already deployed in the Azure portal. If you're new to working with Azure Logic Apps in Visual Studio, learn [how to create logic apps with Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md).
17-
18-
You can also [manage your logic apps in the Azure portal](manage-logic-apps-with-azure-portal.md).
19-
2017
> [!IMPORTANT]
21-
> Deploying or publishing a logic app from Visual Studio overwrites the version of that app in the Azure portal.
22-
> So if you make changes in the Azure portal that you want to keep, make sure that you
23-
> [refresh the logic app in Visual Studio](#refresh) from the Azure portal before the next time you deploy or publish from Visual Studio.
18+
>
19+
> The **Azure Logic Apps Tools for Visual Studio** extension is deprecated and no longer receives updates.
20+
> To create and manage logic app workflows using a local development environment, see the following documentation:
21+
>
22+
> - [Quickstart: Create and manage Consumption logic app workflows in multitenant Azure Logic Apps with Visual Studio Code](/azure/logic-apps/quickstart-create-logic-apps-with-visual-studio-code)
23+
>
24+
> - [Create a Standard logic app workflow in single-tenant Azure Logic Apps with Visual Studio Code](/azure/logic-apps/create-single-tenant-workflows-visual-studio-code)
25+
26+
You can create, edit, manage, and deploy automated workflows that integrate services, systems, apps, and data across enterprises and organizations by using [Azure Logic Apps](logic-apps-overview.md). Although you can perform these tasks in the Azure portal, you can also use a local development environment to create logic app projects that you can add to source control, publish different versions, and create Azure Resource Manager templates for different deployment environments.
2427

2528
<a name="requirements"></a>
2629

@@ -30,14 +33,13 @@ You can also [manage your logic apps in the Azure portal](manage-logic-apps-with
3033

3134
* Download and install these tools, if you don't have them already:
3235

33-
* [Visual Studio 2019, 2017, or 2015 - Community edition or greater](https://aka.ms/download-visual-studio). The Azure Logic Apps extension is currently unavailable for Visual Studio 2022. This quickstart uses Visual Studio Community 2017, which is free.
36+
* [Visual Studio 2019 or 2017 - Community edition or greater](https://aka.ms/download-visual-studio). The Azure Logic Apps extension is currently unavailable for Visual Studio 2022. This guide uses Visual Studio Community 2017, which is free.
3437

3538
> [!IMPORTANT]
39+
>
3640
> When you install Visual Studio 2019 or 2017, make sure that you select the **Azure development** workload.
3741
> For more information, see [Manage resources associated with your Azure accounts in Visual Studio Cloud Explorer](/visualstudio/azure/vs-azure-tools-resources-managing-with-cloud-explorer).
3842
39-
To install Cloud Explorer for Visual Studio 2015, [download Cloud Explorer from the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=MicrosoftCloudExplorer.CloudExplorerforVisualStudio2015). For more information, see [Manage resources associated with your Azure Accounts in Visual Studio Cloud Explorer (2015)](/visualstudio/azure/vs-azure-tools-resources-managing-with-cloud-explorer?view=vs-2015&preserve-view=true).
40-
4143
* [Azure SDK (2.9.1 or later)](https://azure.microsoft.com/downloads/)
4244

4345
* [Azure PowerShell](https://github.com/Azure/azure-powershell#installation)
@@ -48,8 +50,6 @@ You can also [manage your logic apps in the Azure portal](manage-logic-apps-with
4850

4951
* [Visual Studio 2017](https://aka.ms/download-azure-logic-apps-tools-visual-studio-2017)
5052

51-
* [Visual Studio 2015](https://aka.ms/download-azure-logic-apps-tools-visual-studio-2015)
52-
5353
You can either download and install Azure Logic Apps Tools directly from the Visual Studio Marketplace, or learn [how to install this extension from inside Visual Studio](/visualstudio/ide/finding-and-using-visual-studio-extensions). Make sure that you restart Visual Studio after you finish installing.
5454

5555
* To use Azure Government subscriptions with Visual Studio, see these topics for additional setup:
@@ -58,7 +58,7 @@ You can also [manage your logic apps in the Azure portal](manage-logic-apps-with
5858

5959
* Visual Studio 2017: [Introducing the Azure Environment Selector Visual Studio extension](https://devblogs.microsoft.com/azuregov/introducing-the-azure-environment-selector-visual-studio-extension/), which you can download and install from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=SteveMichelotti.AzureEnvironmentSelector).
6060

61-
* Access to the web while using the embedded Logic Apps Designer
61+
* Access to the web while using the embedded workflow designer for Azure Logic Apps
6262

6363
The designer requires an internet connection to create resources in Azure and to read the properties and data from connectors in your logic app.
6464

Binary file not shown.

0 commit comments

Comments
 (0)