Skip to content

Commit e4f77d1

Browse files
Merge pull request #290618 from wsilveiranz/wsilveiranz-ignite-GAItems
Logic Apps Standard: Removing preview tag for DevEx GA Items
2 parents 0180925 + 0c57729 commit e4f77d1

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

articles/logic-apps/automate-build-deployment-standard.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ ms.date: 03/29/2024
99
## Customer intent: As a developer, I want to automate builds and deployments for my Standard logic app workflows.
1010
---
1111

12-
# Automate build and deployment for Standard logic app workflows with Azure DevOps (preview)
13-
14-
> [!NOTE]
15-
> This capability is in preview and is subject to the
16-
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
12+
# Automate build and deployment for Standard logic app workflows with Azure DevOps
1713

1814
For Standard logic app workflows that run in single-tenant Azure Logic Apps, you can use Visual Studio Code with the Azure Logic Apps (Standard) extension to locally develop, test, and store your logic app project using any source control system. However, to get the full benefits of easily and consistently deploying your workflows across different environments and platforms, you must also automate your build and deployment process.
1915

@@ -102,7 +98,7 @@ For more information, see the following documentation:
10298

10399
1. In your logic app project, expand the folder with your workflow name.
104100

105-
1. If not already open, open the **workflow.json** file, open the file's shortcut men, and select **Open Designer**.
101+
1. If not already open, open the **workflow.json** file, open the file's shortcut menu, and select **Open Designer**.
106102

107103
1. When you're prompted to allow parameterizations for connections when your project loads, select **Yes**.
108104

articles/logic-apps/set-up-deployment-slots.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ ms.date: 04/26/2024
1010
#Customer intent: As a logic app developer, I want to set up deployment slots on my logic app resource so that I can deploy with zero downtime.
1111
---
1212

13-
# Set up deployment slots to enable zero downtime deployment in Azure Logic Apps (preview)
13+
# Set up deployment slots to enable zero downtime deployment in Azure Logic Apps
1414

1515
[!INCLUDE [logic-apps-sku-standard](../../includes/logic-apps-sku-standard.md)]
1616

17-
> [!NOTE]
18-
> This capability is in preview and is subject to the
19-
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
20-
2117
To deploy mission-critical logic apps that are always available and responsive, even during updates or maintenance, you can enable zero downtime deployment by creating and using deployment slots. Zero downtime means that when you deploy new versions of your app, end users shouldn't experience disruption or downtime. Deployment slots are isolated nonproduction environments that host different versions of your app and provide the following benefits:
2218

2319
- Swap a deployment slot with your production slot without interruption. That way, you can update your logic app and workflows without affecting availability or performance.

0 commit comments

Comments
 (0)