Skip to content

Commit b73d1ce

Browse files
committed
Rename file and update all references
1 parent e9df5fa commit b73d1ce

File tree

59 files changed

+129
-99
lines changed

Some content is hidden

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

59 files changed

+129
-99
lines changed

articles/app-service/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Azure App Service is a fully managed platform as a service (PaaS) offering for d
2525
* **Containerization and Docker** - Dockerize your app and host a custom Windows or Linux container in App Service. Run multi-container apps with Docker Compose. Migrate your Docker skills directly to App Service.
2626
* **DevOps optimization** - Set up [continuous integration and deployment](deploy-continuous-deployment.md) with Azure DevOps, GitHub, BitBucket, Docker Hub, or Azure Container Registry. Promote updates through [test and staging environments](deploy-staging-slots.md). Manage your apps in App Service by using [Azure PowerShell](/powershell/azure/) or the [cross-platform command-line interface (CLI)](/cli/azure/install-azure-cli).
2727
* **Global scale with high availability** - Scale [up](manage-scale-up.md) or [out](../azure-monitor/autoscale/autoscale-get-started.md) manually or automatically. Host your apps anywhere in Microsoft's global datacenter infrastructure, and the App Service [SLA](https://azure.microsoft.com/support/legal/sla/app-service/) promises high availability.
28-
* **Connections to SaaS platforms and on-premises data** - Choose from more than 50 [connectors](../connectors/apis-list.md) for enterprise systems (such as SAP), SaaS services (such as Salesforce), and internet services (such as Facebook). Access on-premises data using [Hybrid Connections](app-service-hybrid-connections.md) and [Azure Virtual Networks](./overview-vnet-integration.md).
28+
* **Connections to SaaS platforms and on-premises data** - Choose from [many hundreds of connectors](/connectors/connector-reference/connector-reference-logicapps-connectors) for enterprise systems (such as SAP), SaaS services (such as Salesforce), and internet services (such as Facebook). Access on-premises data using [Hybrid Connections](app-service-hybrid-connections.md) and [Azure Virtual Networks](./overview-vnet-integration.md).
2929
* **Security and compliance** - App Service is [ISO, SOC, and PCI compliant](https://www.microsoft.com/trustcenter). Authenticate users with [Azure Active Directory](configure-authentication-provider-aad.md), [Google](configure-authentication-provider-google.md), [Facebook](configure-authentication-provider-facebook.md), [Twitter](configure-authentication-provider-twitter.md), or [Microsoft account](configure-authentication-provider-microsoft.md). Create [IP address restrictions](app-service-ip-restrictions.md) and [manage service identities](overview-managed-identity.md). [Prevent subdomain takeovers](reference-dangling-subdomain-prevention.md).
3030
* **Application templates** - Choose from an extensive list of application templates in the [Azure Marketplace](https://azure.microsoft.com/marketplace/), such as WordPress, Joomla, and Drupal.
3131
* **Visual Studio and Visual Studio Code integration** - Dedicated tools in Visual Studio and Visual Studio Code streamline the work of creating, deploying, and debugging.

articles/azure-functions/functions-compare-logic-apps-ms-flow-webjobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ For a good summary and comparison of automation service options in Azure, see [C
2323

2424
## Compare Microsoft Power Automate and Azure Logic Apps
2525

26-
Power Automate and Logic Apps are both *designer-first* integration services that can create workflows. Both services integrate with various SaaS and enterprise applications.
26+
Power Automate and Azure Logic Apps are both *designer-first* integration services that can create workflows. Both services integrate with various SaaS and enterprise applications.
2727

28-
Power Automate is built on top of Logic Apps. They share the same workflow designer and the same [connectors](../connectors/apis-list.md).
28+
Power Automate is built on the Azure Logic Apps platform. Both provide similar workflow designers and [connectors](/connectors/connector-reference/).
2929

3030
Power Automate empowers any office worker to perform simple integrations (for example, an approval process on a SharePoint Document Library) without going through developers or IT. Logic Apps can also enable advanced integrations (for example, B2B processes) where enterprise-level Azure DevOps and security practices are required. It's typical for a business workflow to grow in complexity over time.
3131

articles/connectors/connect-common-data-service.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,5 +319,6 @@ To stop unwanted notifications, delete the `callbackregistrations` entity from t
319319

320320
## Next steps
321321

322-
* [Managed connectors in Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
323-
* [Connector overview for Azure Logic Apps](../connectors/apis-list.md)
322+
* [Managed connectors for Azure Logic Apps](managed.md)
323+
* [Built-in connectors for Azure Logic Apps](built-in.md)
324+
* [What are connectors in Azure Logic Apps](introduction.md)

articles/connectors/connectors-create-api-azure-event-hubs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,6 @@ For all the operations and other technical information, such as properties, limi
197197
198198
## Next steps
199199

200-
* Learn about other [Logic Apps connectors](../connectors/apis-list.md)
200+
* [Managed connectors for Azure Logic Apps](managed.md)
201+
* [Built-in connectors for Azure Logic Apps](built-in.md)
202+
* [What are connectors in Azure Logic Apps](introduction.md)

articles/connectors/connectors-create-api-container-instances.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,8 @@ review the connector's [reference page](/connectors/aci/) or container group [YA
8383

8484
* See a [sample logic app](https://github.com/Azure-Samples/aci-logicapps-integration) that runs a container in Azure Container Instances to analyze the sentiment of e-mail or Twitter text
8585

86-
* Learn about other [Logic Apps connectors](../connectors/apis-list.md)
86+
* [Managed connectors for Azure Logic Apps](managed.md)
87+
88+
* [Built-in connectors for Azure Logic Apps](built-in.md)
89+
90+
* [What are connectors in Azure Logic Apps](introduction.md)

articles/connectors/connectors-create-api-cosmos-db.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,6 @@ This example uses the **Response Item Id** in the **Item Id** field to populate
297297

298298
## Next steps
299299

300-
[Connectors overview for Azure Logic Apps](apis-list.md)
300+
* [Managed connectors for Azure Logic Apps](managed.md)
301+
* [Built-in connectors for Azure Logic Apps](built-in.md)
302+
* [What are connectors in Azure Logic Apps](introduction.md)

articles/connectors/connectors-create-api-db2.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,5 +437,6 @@ For more technical details about this connector, such as triggers, actions, and
437437
438438
## Next steps
439439

440-
* Learn about other [Logic Apps connectors](../connectors/apis-list.md)
441-
440+
* [Managed connectors for Azure Logic Apps](managed.md)
441+
* [Built-in connectors for Azure Logic Apps](built-in.md)
442+
* [What are connectors in Azure Logic Apps](introduction.md)

articles/connectors/connectors-create-api-ftp.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,4 +724,6 @@ This action returns a [BlobMetadata](/connectors/ftp/#blobmetadata) object named
724724

725725
## Next steps
726726

727-
* [Connectors overview for Azure Logic Apps](../connectors/apis-list.md)
727+
* [Managed connectors for Azure Logic Apps](managed.md)
728+
* [Built-in connectors for Azure Logic Apps](built-in.md)
729+
* [What are connectors in Azure Logic Apps](introduction.md)

articles/connectors/connectors-create-api-github.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ For technical details about triggers, actions, and limits, which are described b
3838

3939
## Next steps
4040

41-
* Learn about other [Logic Apps connectors](../connectors/apis-list.md)
41+
* [Managed connectors for Azure Logic Apps](managed.md)
42+
* [Built-in connectors for Azure Logic Apps](built-in.md)
43+
* [What are connectors in Azure Logic Apps](introduction.md)

articles/connectors/connectors-create-api-informix.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,6 @@ For technical details about triggers, actions, and limits, which are described b
142142

143143
## Next steps
144144

145-
* Learn about other [Logic Apps connectors](apis-list.md)
145+
* [Managed connectors for Azure Logic Apps](managed.md)
146+
* [Built-in connectors for Azure Logic Apps](built-in.md)
147+
* [What are connectors in Azure Logic Apps](introduction.md)

0 commit comments

Comments
 (0)