Skip to content

Commit c06642d

Browse files
author
ecfan
committed
Fix broken links
1 parent 5e1cfc4 commit c06642d

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"source_path_from_root": "/articles/logic-apps/create-serverless-apps-visual-studio.md",
55
"redirect_url": "/azure/logic-apps/quickstart-create-logic-apps-visual-studio-code",
6-
"redirect_document_id": true
6+
"redirect_document_id": false
77
},
88
{
99
"source_path_from_root": "/articles/logic-apps/biztalk-server-azure-integration-services-migration-approaches.md",

articles/logic-apps/logic-apps-deploy-azure-resource-manager-templates.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ ms.devlang: azurecli
1717
After you create an Azure Resource Manager template for your Consumption logic app, you can deploy your template in these ways:
1818

1919
* [Azure portal](#portal)
20-
* [Visual Studio](#visual-studio)
2120
* [Azure PowerShell](#powershell)
2221
* [Azure CLI](#cli)
2322
* [Azure Resource Manager REST API](../azure-resource-manager/templates/deploy-rest.md)
@@ -45,12 +44,6 @@ For more information, see these topics:
4544
* [Overview: Automate deployment for logic apps with Azure Resource Manager templates](logic-apps-azure-resource-manager-templates-overview.md)
4645
* [Deploy resources with Azure Resource Manager templates and the Azure portal](../azure-resource-manager/templates/deploy-portal.md)
4746

48-
<a name="visual-studio"></a>
49-
50-
## Deploy with Visual Studio
51-
52-
To deploy a logic app template from an Azure Resource Group project that you created by using Visual Studio, follow these [steps to manually deploy your logic app](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md#deploy-logic-app-to-azure) to Azure.
53-
5447
<a name="powershell"></a>
5548

5649
## Deploy with Azure PowerShell
@@ -119,7 +112,7 @@ After deployment, your logic app works end-to-end with valid parameters, but to
119112

120113
Here are a few suggestions to handle authorizing connections:
121114

122-
* Manually authorize OAuth connections by opening your logic app in Logic App Designer, either in the Azure portal or in Visual Studio. When you authorize your connection, a confirmation page might appear for you to allow access.
115+
* Manually authorize OAuth connections by opening your logic app in the workflow designer, either in the Azure portal or in Visual Studio Code. When you authorize your connection, a confirmation page might appear for you to allow access.
123116

124117
* Preauthorize and share API connection resources across logic apps that are in the same region. API connections exist as Azure resources independently from logic apps. While logic apps have dependencies on API connection resources, API connection resources don't have dependencies on logic apps and remain after you delete the dependent logic apps. Also, logic apps can use API connections that exist in other resource groups. However, the Logic App Designer supports creating API connections only in the same resource group as your logic apps.
125118

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.date: 12/10/2024
1919
> The **Azure Logic Apps Tools for Visual Studio** extension is deprecated and no longer receives updates.
2020
> To create and manage logic app workflows using a local development environment, see the following documentation:
2121
>
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)
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-visual-studio-code)
2323
>
2424
> - [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)
2525
@@ -122,7 +122,7 @@ You can [download](../azure-resource-manager/templates/export-template-portal.md
122122

123123
## Link to integration account
124124

125-
To build logic apps for business-to-business (B2B) enterprise integration scenarios, you can link your logic app to a previously created [integration account](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md) that exists in the same region as your logic app. An integration account contains B2B artifacts, such as trading partners, agreements, schemas, and maps, and lets your logic app use B2B connectors for XML validation and flat file encoding or decoding. Although you can [create this link by using the Azure portal](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md#link-account), you can also use Visual Studio after meeting the [prerequisites](#requirements), and your logic app exists as a JSON (.json) file inside an [Azure Resource Group project](../azure-resource-manager/templates/create-visual-studio-deployment-project.md). Learn about [Azure Resource Group projects for logic apps in Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md#create-resource-group-project).
125+
To build logic apps for business-to-business (B2B) enterprise integration scenarios, you can link your logic app to a previously created [integration account](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md) that exists in the same region as your logic app. An integration account contains B2B artifacts, such as trading partners, agreements, schemas, and maps, and lets your logic app use B2B connectors for XML validation and flat file encoding or decoding. Although you can [create this link by using the Azure portal](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md#link-account), you can also use Visual Studio after meeting the [prerequisites](#requirements), and your logic app exists as a JSON (.json) file inside an [Azure Resource Group project](../azure-resource-manager/templates/create-visual-studio-deployment-project.md).
126126

127127
1. In Visual Studio, open the Azure Resource Group project that contains your logic app.
128128

0 commit comments

Comments
 (0)