Skip to content

Commit b6b3a50

Browse files
author
Jill Grant
authored
Merge pull request #291671 from ecfan/retire
Updates for Azure Logic Apps extension for Visual Studio deprecation
2 parents fcc24b4 + 4b3099f commit b6b3a50

File tree

46 files changed

+286
-404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+286
-404
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": false
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.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
ms.service: azure-logic-apps
3+
author: ecfan
4+
ms.author: estfan
5+
ms.topic: include
6+
ms.date: 12/16/2024
7+
---
8+
9+
> [!IMPORTANT]
10+
>
11+
> For authentication, use [Microsoft Entra ID](/entra/identity/authentication/overview-authentication) with
12+
> [managed identities](/entra/identity/managed-identities-azure-resources/overview) whenever possible.
13+
> This method provides optimal and superior security without having to provide credentials. Azure manages
14+
> this identity for you and helps keep authentication information secure so that you don't have to manage
15+
> this sensitive information. To set up a managed identity for Azure Logic Apps, see
16+
> [Authenticate access and connections to Azure resources with managed identities in Azure Logic Apps](/azure/logic-apps/authenticate-with-managed-identity).
17+
>
18+
> If you need to use a different authentication type, use next highest level security option available.
19+
> For example, suppose that you have to use connection strings instead. A connection string
20+
> includes the authorization information required for your app to access a specific resource, service,
21+
> or system. The access key in the connection string is similar to a root password.
22+
>
23+
> In production environments, always protect your access keys. Make sure to secure your connection string
24+
> using Microsoft Entra ID, and use [Azure Key Vault](https://go.microsoft.com/fwlink/?linkid=2300117)
25+
> to securely store and rotate your keys. Avoid distributing access keys to other users, hardcoding them,
26+
> or saving them anywhere in plain text where others can access. Rotate your keys as soon as possible
27+
> if you think these keys might be compromised.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
ms.service: azure-logic-apps
3+
author: ecfan
4+
ms.author: estfan
5+
ms.topic: include
6+
ms.date: 12/09/2024
7+
---
8+
9+
> [!IMPORTANT]
10+
>
11+
> The **Azure Logic Apps Tools for Visual Studio** extension is deprecated and no longer receives updates.
12+
> To create and manage logic app workflows using a local development environment, see the following documentation:
13+
>
14+
> - [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)
15+
>
16+
> - [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)

0 commit comments

Comments
 (0)