You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/connectors/sap.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -422,7 +422,7 @@ To download the current **CommonCryptoLib** package, follow these steps:
422
422
423
423
For a Consumption workflow in multitenant Azure Logic Apps, the SAP managed connector integrates with SAP systems through an [on-premises data gateway](../connect-on-premises-data-sources.md). For example, in scenarios where your workflow sends a message to the SAP system, the data gateway acts as an RFC client and forwards the requests received from your workflow to SAP. Likewise, in scenarios where your workflow receives a message from SAP, the data gateway acts as an RFC server that receives requests from SAP and forwards them to your workflow.
424
424
425
-
1. On a host computer or virtual machine that exists in the same virtual network as the SAP system to which you're connecting, [download and install the on-premises data gateway](../install-on-premises-data-gateway.md).
425
+
1. On a host computer or virtual machine that exists in the same virtual network as the SAP system to which you're connecting, [download and install the on-premises data gateway](../install-on-premises-data-gateway-workflows.md).
426
426
427
427
The data gateway helps you securely access on-premises data and resources. Make sure to use a supported version of the gateway. If you experience an issue with your gateway, try [upgrading to the latest version](https://aka.ms/on-premises-data-gateway-installer), which might include updates to resolve your problem.
428
428
@@ -856,7 +856,7 @@ If you're using the SAP managed connector, you can find full error messages by c
856
856
857
857
## Set up extended SAP logging in on-premises data gateway (Managed connector only)
858
858
859
-
If you use an [on-premises data gateway for Azure Logic Apps](../install-on-premises-data-gateway.md), you can configure an extended log file for the SAP connector. You can use your on-premises data gateway to redirect Event Tracing for Windows (ETW) events into rotating log files that are included in your gateway's logging .zip files.
859
+
If you use an [on-premises data gateway for Azure Logic Apps](../install-on-premises-data-gateway-workflows.md), you can configure an extended log file for the SAP connector. You can use your on-premises data gateway to redirect Event Tracing for Windows (ETW) events into rotating log files that are included in your gateway's logging .zip files.
860
860
861
861
You can [export all of your gateway's configuration and service logs](/data-integration/gateway/service-gateway-tshoot#collect-logs-from-the-on-premises-data-gateway-app) to a .zip file in from the gateway app's settings.
Some scenarios require that your workflow connect to an on-premises data source and can use only connectors that provide this access through an on-premises data gateway. To set up this on-premises data gateway, you must complete the following tasks: install the local on-premises data gateway and create an on-premises data gateway resource in Azure for the local data gateway. When you add a trigger or action to your workflow from a connector that requires the data gateway, you can select the data gateway resource to use with your connection. The data gateway installation works as a bridge that provides quick data transfer and encryption between on-premises data sources and your workflows.
16
+
Some scenarios require that your workflow connects to an on-premises data source and can use only connectors that provide this access through an on-premises data gateway. The data gateway installation works as a bridge that provides quick data transfer and encryption between on-premises data sources and your workflows in Azure Logic Apps.
17
+
18
+
To set up this on-premises data gateway, you must complete the following tasks:
19
+
20
+
- Locally install the on-premises data gateway.
21
+
- Create an on-premises data gateway resource in Azure that links to the data gateway installation.
22
+
23
+
When you add a trigger or action to your workflow from a connector that requires the data gateway, you can select the data gateway resource to use with your connection.
17
24
18
25
In Consumption logic app workflows, you can connect to on-premises data sources using only [connectors that provide access through the on-premises data gateway](../connectors/managed.md#on-premises-connectors). In Standard logic app workflows, you can directly access on-premises resources in Azure virtual networks or use [built-in service provider connectors](/azure/logic-apps/connectors/built-in/reference/) that don't need the data gateway to access your on-premises data source. Instead, you provide information that authenticates your identity and authorizes access to your data source. However, if a built-in service provider connector isn't available for your data source, but a managed connector is available, you must use the on-premises data gateway.
19
26
@@ -32,15 +39,20 @@ You can use the same gateway installation with other cloud services, such as Pow
32
39
33
40
* An Azure account and subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
34
41
35
-
* Your Azure account needs to use either a work account or school account with the format `<username>@<organization>.com`. You can't use Azure B2B (guest) accounts or personal Microsoft accounts, such as accounts with hotmail.com or outlook.com domains.
42
+
* Your Azure account needs to use either a work account or school account with the format **`<username>@<organization>.com`**. You can't use Azure B2B (guest) accounts or personal Microsoft accounts, such as accounts with hotmail.com or outlook.com domains.
36
43
37
44
> [!NOTE]
38
45
>
39
-
> If you signed up for a Microsoft 365 offering and didn't provide your work email address, your address might
40
-
> have the format `[email protected]`. In this case, your account is stored in a Microsoft Entra tenant.
41
-
> In most cases, the user principal name (UPN) for your Azure account is the same as your email address.
46
+
> If you signed up for a Microsoft 365 offering and didn't provide your work email address,
47
+
> your address might have the format **`[email protected]`**. In this case,
48
+
> your account is stored in a Microsoft Entra tenant. In most cases, the user principal
49
+
> name (UPN) for your Azure account is the same as your email address.
42
50
43
-
To use a [Visual Studio Standard subscription](https://visualstudio.microsoft.com/vs/pricing/) that's associated with a Microsoft account, first [create a Microsoft Entra tenant](../active-directory/develop/quickstart-create-new-tenant.md), or use the default directory. Add a user with a password to the directory, and then give that user access to your Azure subscription. You can then sign in during gateway installation with this username and password.
51
+
To use a [Visual Studio Standard subscription](https://visualstudio.microsoft.com/vs/pricing/) that's associated with a Microsoft account, follow these steps:
52
+
53
+
1.[Create a Microsoft Entra tenant](../active-directory/develop/quickstart-create-new-tenant.md), or use the default tenant.
54
+
1. Add a user with a password to the tenant, and give that user access to your Azure subscription.
55
+
1. Now you can sign in during gateway installation with this username and password.
44
56
45
57
* Your Azure account must belong only to a single [Microsoft Entra tenant or directory](../active-directory/fundamentals/active-directory-whatis.md#terminology). You have to use that account when you install and administer the gateway on your local computer.
46
58
@@ -65,14 +77,15 @@ You can use the same gateway installation with other cloud services, such as Pow
65
77
* The region that you select for your gateway installation is the same location that you must select when you later create the Azure gateway resource for your logic app workflow. By default, this region is the same location as your Microsoft Entra tenant that manages your Azure user account. However, you can change the location during gateway installation or later.
66
78
67
79
> [!IMPORTANT]
80
+
>
68
81
> During gateway setup, the **Change Region** command is unavailable if you signed in with your
69
82
> Azure Government account, which is associated with a Microsoft Entra tenant in the
70
83
> [Azure Government cloud](../azure-government/compare-azure-government-global-azure.md).
71
84
> The gateway automatically uses the same region as your user account's Microsoft Entra tenant.
72
85
>
73
86
> To continue using your Azure Government account, but set up the gateway to work in the global
74
87
> multitenant Azure Commercial cloud instead, first sign in during gateway installation with the
75
-
> `[email protected]` username. This solution forces the gateway to use the global multitenant
88
+
> **[email protected]** username. This solution forces the gateway to use the global multitenant
76
89
> Azure cloud, but still lets you continue using your Azure Government account.
77
90
78
91
* Your logic app resource and the Azure gateway resource, which you create after you install the gateway, must use the same Azure subscription. But these resources can exist in different Azure resource groups.
Copy file name to clipboardExpand all lines: articles/reliability/reliability-logic-apps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Logic app workflows help you more easily integrate and orchestrate data between
22
22
23
23
*[Connections](../connectors/introduction.md) that you create from logic app workflows to other apps, services, and systems. For more information, see [Connections to resources](/azure/logic-apps/business-continuity-disaster-recovery-guidance#connections-to-resources) later in this topic.
24
24
25
-
*[On-premises data gateways](../logic-apps/connect-on-premises-data-sources.md), which are Azure resources that you create and use in your logic apps to access data in on-premises systems. Each gateway resource represents a separate [data gateway installation](../logic-apps/install-on-premises-data-gateway.md) on a local computer. You can configure an on-premises data gateway for high availability by using multiple computers. For more information, see [High availability support](../logic-apps/install-on-premises-data-gateway.md#high-availability-support).
25
+
*[On-premises data gateways](../logic-apps/connect-on-premises-data-sources.md), which are Azure resources that you create and use in your logic apps to access data in on-premises systems. Each gateway resource represents a separate [data gateway installation](../logic-apps/install-on-premises-data-gateway-workflows.md) on a local computer. You can configure an on-premises data gateway for high availability by using multiple computers. For more information, see [High availability support](../logic-apps/install-on-premises-data-gateway-workflows.md#high-availability-support).
26
26
27
27
*[Integration accounts](/azure/logic-apps/logic-apps-enterprise-integration-create-integration-account) where you define and store the artifacts that logic app workflows use for [business-to-business (B2B) enterprise integration](/azure/logic-apps/logic-apps-enterprise-integration-overview) scenarios. For example, you can [set up cross-region disaster recovery for integration accounts](/azure/logic-apps/logic-apps-enterprise-integration-b2b-business-continuity).
0 commit comments