Skip to content

Commit b090afe

Browse files
author
ecfan
committed
Clean up Visual Studio extension support references
1 parent f1c2bd8 commit b090afe

6 files changed

+8
-16
lines changed

articles/logic-apps/enterprise-integration/create-integration-account.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,6 @@ For you to successfully link your integration account to your logic app resource
321321

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

324-
This section describes how to complete this task using the Azure portal. If you use Visual Studio and your logic app is in an [Azure Resource Group project](../../azure-resource-manager/templates/create-visual-studio-deployment-project.md), you can [link your logic app to an integration account by using Visual Studio](../manage-logic-apps-with-visual-studio.md#link-integration-account).
325-
326324
1. In the [Azure portal](https://portal.azure.com), open your logic app resource.
327325

328326
1. On your logic app's navigation menu, under **Settings**, select **Workflow settings**. Under **Integration account**, open the **Select an Integration account** list, and select the integration account you want.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This guide describes how your organization can increase business value and agili
1616

1717
For organizations with investments in mainframe and midrange systems, this means making the best use of platforms that helped send humans to the moon or helped build current financial markets and extend their value using the cloud and artificial intelligence (AI). This scenario is where Azure Logic Apps and its native capabilities for integrating with mainframe and midrange systems come into play, by opening the door to the AI world for legacy investments. Among other features, Azure Logic Apps incorporates the core capabilities of Host Integration Server (HIS), which has been used for mainframe and midrange integration at the core of Microsoft's most strategic customers over 20+ years. As a result, Azure Logic Apps has become an Integration Platform-as-a-Service (iPaaS) for mainframe and midrange systems.
1818

19-
When enterprise developers build integration workflows with Azure Logic Apps, they can more quickly deliver new applications using little to no code or less custom code. Developers who use Visual Studio Code can be more productive than those who use IBM mainframe development tools and technologies because they don't require knowledge about mainframe systems and infrastructure. Azure Logic Apps empowers business analysts and decision makers to more quickly analyze and report vital legacy information. They can directly access data in mainframe data sources, which removes the need to have mainframe developers create programs that extract and convert complex mainframe structures.
19+
When enterprise developers build integration workflows with Azure Logic Apps, they can more quickly deliver new applications using little to no code or less custom code. Developers who use Visual Studio can be more productive than those who use IBM mainframe development tools and technologies because they don't require knowledge about mainframe systems and infrastructure. Azure Logic Apps empowers business analysts and decision makers to more quickly analyze and report vital legacy information. They can directly access data in mainframe data sources, which removes the need to have mainframe developers create programs that extract and convert complex mainframe structures.
2020

2121
## Cloud native capabilities for mainframe and midrange system integration
2222

articles/logic-apps/move-logic-app-resources.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ When you want to move a logic app to a different region, your options depend on
7272

7373
* In the Azure portal, recreate the logic app in the new region and reconfigure the workflow settings. To save time, you can copy the underlying workflow definition and connections from the source app to the destination app. To view the "code" behind a logic app, on the Logic App Designer toolbar, select **Code view**.
7474

75-
* By using Visual Studio and the Azure Logic Apps Tools for Visual Studio, you can [open and download your logic app](../logic-apps/manage-logic-apps-with-visual-studio.md) from the Azure portal as an [Azure Resource Manager template](../logic-apps/logic-apps-azure-resource-manager-templates-overview.md). This template is mostly ready for deployment and includes the resource definitions for your logic app, including the workflow itself, and connections. The template also declares parameters for the values to use at deployment. That way, you can more easily change where and how you deploy the logic app, based on your needs. To specify the location and other necessary information for deployment, you can use a separate parameters file.
75+
* If you use Visual Studio and the Azure Logic Apps Tools for Visual Studio, you can [open and download your logic app](../logic-apps/manage-logic-apps-with-visual-studio.md) from the Azure portal as an [Azure Resource Manager template](../logic-apps/logic-apps-azure-resource-manager-templates-overview.md). This template is mostly ready for deployment and includes the resource definitions for your logic app, including the workflow itself, and connections. The template also declares parameters for the values to use at deployment. That way, you can more easily change where and how you deploy the logic app, based on your needs. To specify the location and other necessary information for deployment, you can use a separate parameters file.
76+
77+
[!INCLUDE [visual-studio-extension-deprecation](includes/visual-studio-extension-deprecation.md)]
7678

7779
* If you created and deployed your logic app by using continuous integration (CI) and continuous delivery (CD) tools, such as Azure Pipelines in Azure DevOps, you can deploy your app to another region by using those tools.
7880

articles/logic-apps/quickstart-create-logic-apps-with-visual-studio.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,15 @@ This quickstart shows how to create the same example logic app workflow as the A
3535

3636
> [!IMPORTANT]
3737
>
38-
> If you use Visual Studio 2019 or 2017, make sure that you select the **Azure development** workload.
38+
> If you use Visual Studio 2019, make sure that you select the **Azure development** workload.
3939
>
4040
> The Azure Logic Apps extension is unavailable for Visual Studio 2022.
4141
4242
* [Microsoft Azure SDK for .NET (2.9.1 or later)](https://azure.microsoft.com/downloads/). Learn more about [Azure SDK for .NET](/dotnet/azure/intro).
4343

4444
* [Azure PowerShell](https://github.com/Azure/azure-powershell#installation)
4545

46-
* The corresponding Azure Logic Apps Tools for the Visual Studio extension, which is unavailable for Visual Studio 2022:
47-
48-
* [Visual Studio 2019](https://aka.ms/download-azure-logic-apps-tools-visual-studio-2019)
49-
50-
* [Visual Studio 2017](https://aka.ms/download-azure-logic-apps-tools-visual-studio-2017)
46+
* The [Azure Logic Apps Tools extension for Visual Studio 2019](https://aka.ms/download-azure-logic-apps-tools-visual-studio-2019). This extension is unavailable for Visual Studio 2022.
5147

5248
You can 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.
5349

@@ -90,10 +86,6 @@ To revert this setup, delete the JSON file at the following location, and restar
9086

9187
`%localappdata%\.IdentityService\AadConfigurations\AadProvider.Configuration.json`
9288

93-
### Visual Studio 2017
94-
95-
You can use 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).
96-
9789
<a name="create-resource-group-project"></a>
9890

9991
## Create Azure resource group project

articles/logic-apps/quickstart-logic-apps-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This quickstart shows how to create and manage automated workflows that run in A
2020
2121
This quickstart currently applies only to Consumption logic app workflows that run in multitenant Azure Logic Apps. Azure CLI is currently unavailable for Standard logic app workflows that run in single-tenant Azure Logic Apps. For more information, review [Resource type and host differences in Azure Logic Apps](logic-apps-overview.md#resource-environment-differences).
2222

23-
If you're new to Azure Logic Apps, learn how to create your first Consumption logic app workflow [through the Azure portal](quickstart-create-example-consumption-workflow.md), [in Visual Studio](quickstart-create-logic-apps-with-visual-studio.md), and [in Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md).
23+
If you're new to Azure Logic Apps, learn how to create your first Consumption logic app workflow [in the Azure portal](quickstart-create-example-consumption-workflow.md) or [in Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md).
2424

2525
## Prerequisites
2626

articles/logic-apps/quickstart-logic-apps-azure-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This quickstart shows how to create and manage automated workflows that run in A
2222
> Azure Logic Apps. Azure PowerShell is currently unavailable for Standard logic app workflows that
2323
> run in single-tenant Azure Logic Apps. For more information, review [Resource type and host differences in Azure Logic Apps](logic-apps-overview.md#resource-environment-differences).
2424
25-
If you're new to Azure Logic Apps, learn how to create your first Consumption logic app workflow [through the Azure portal](quickstart-create-example-consumption-workflow.md), [in Visual Studio](quickstart-create-logic-apps-with-visual-studio.md), or [in Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md).
25+
If you're new to Azure Logic Apps, learn how to create your first Consumption logic app workflow [through the Azure portal](quickstart-create-example-consumption-workflow.md) or [in Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md).
2626

2727
## Prerequisites
2828

0 commit comments

Comments
 (0)