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/active-directory/fundamentals/concept-fundamentals-security-defaults.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
@@ -66,7 +66,7 @@ One common method to improve protection for all users is to require a stronger f
66
66
67
67
To give your users easy access to your cloud apps, Azure AD supports a variety of authentication protocols, including legacy authentication. *Legacy authentication* is a term that refers to an authentication request made by:
68
68
69
-
-Older Office clients that don't use modern authentication (for example, an Office 2010 client).
69
+
-Clients that don't use modern authentication (for example, an Office 2010 client).
70
70
- Any client that uses older mail protocols such as IMAP, SMTP, or POP3.
71
71
72
72
Today, the majority of compromising sign-in attempts come from legacy authentication. Legacy authentication does not support Multi-Factor Authentication. Even if you have a Multi-Factor Authentication policy enabled on your directory, an attacker can authenticate by using an older protocol and bypass Multi-Factor Authentication.
Copy file name to clipboardExpand all lines: articles/logic-apps/add-artifacts-integration-service-environment-ise.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,25 @@
1
1
---
2
-
title: Add artifacts to integration service environments
2
+
title: Add resources to integration service environments
3
3
description: Add logic apps, integration accounts, custom connectors, and managed connectors to your integration service environment (ISE)
4
4
services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: klam, logicappspm
7
7
ms.topic: conceptual
8
-
ms.date: 02/10/2020
8
+
ms.date: 02/28/2020
9
9
---
10
10
11
-
# Add artifacts to your integration service environment (ISE) in Azure Logic Apps
11
+
# Add resources to your integration service environment (ISE) in Azure Logic Apps
12
12
13
-
After you create an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md), add artifacts such as logic apps, integration accounts, and connectors so that they can access the resources in your Azure virtual network. For example, managed ISE connectors that become available after you create your ISE don't automatically appear in the Logic App Designer. Before you can use these ISE connectors, you have to manually [add and deploy those connectors to your ISE](#add-ise-connectors-environment) so that they appear in the Logic App Designer.
13
+
After you create an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md), add resources such as logic apps, integration accounts, and connectors so that they can access the resources in your Azure virtual network. For example, managed ISE connectors that become available after you create your ISE don't automatically appear in the Logic App Designer. Before you can use these ISE connectors, you have to manually [add and deploy those connectors to your ISE](#add-ise-connectors-environment) so that they appear in the Logic App Designer.
14
14
15
15
## Prerequisites
16
16
17
17
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
18
18
19
19
* The ISE that you created to run your logic apps. If you don't have an ISE, [create an ISE first](../logic-apps/connect-virtual-network-vnet-isolated-environment.md).
20
20
21
+
* To create, add, or update resources that are deployed to an ISE, you need to be assigned the Owner or Contributor role on that ISE, or you have permissions inherited through the Azure subscription or Azure resource group associated with the ISE. For people who don't have owner, contributor, or inherited permissions, they can be assigned the Integration Service Environment Contributor role or Integration Service Environment Developer role. For more information about role-based access control (RBAC), see [What is role-based access control (RBAC) for Azure resources](../role-based-access-control/overview.md)?
22
+
21
23
<aname="create-logic-apps-environment"></a>
22
24
23
25
## Create logic apps
@@ -77,7 +79,7 @@ To create an integration account that uses an ISE, follow these steps:
77
79
78
80
1.[Link your logic app to your integration account in the usual way](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md#link-account).
79
81
80
-
1. Continue by adding artifacts to your integration account, such as [trading partners](../logic-apps/logic-apps-enterprise-integration-partners.md) and [agreements](../logic-apps/logic-apps-enterprise-integration-agreements.md).
82
+
1. Continue by adding resources to your integration account, such as [trading partners](../logic-apps/logic-apps-enterprise-integration-partners.md) and [agreements](../logic-apps/logic-apps-enterprise-integration-agreements.md).
81
83
82
84
1. To manage integration accounts in your ISE, see [Manage your integration service environment](../logic-apps/ise-manage-integration-service-environment.md).
Copy file name to clipboardExpand all lines: articles/virtual-network/tutorial-create-validate-nat-gateway-portal.md
+25-28Lines changed: 25 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,27 +31,24 @@ Sign in to the [Azure portal](https://portal.azure.com).
31
31
32
32
We'll guide you through configuration of a full test environment and the execution of the tests itself in the next steps. We'll start with the source, which will use the NAT gateway resource we create in later steps.
33
33
34
-
### Create a virtual network
34
+
##Virtual network and parameters
35
35
36
36
Before you deploy a VM and can use your NAT gateway, we need to create the resource group and virtual network.
37
37
38
-
1. On the upper-left side of the screen, select **Create a resource** > **Networking** > **Virtual network**, or search for **Virtual Network** in the Marketplace search.
38
+
In this section you'll need to replace the following parameters in the steps with the information below:
39
39
40
-
2. In **Create virtual network**, enter or select this information:
We'll now create a VM to use the NAT service. This VM has a public IP to use as an instance-level Public IP to allow you to access the VM. NAT service is flow direction aware and will replace the default Internet destination in your subnet. The VM's public IP address won't be used for outbound connections.
57
54
@@ -156,25 +153,25 @@ All outbound traffic to Internet destinations is now using the NAT service. It
156
153
157
154
We'll now create a destination for the outbound traffic translated by the NAT service to allow you to test it.
158
155
159
-
### Configure virtual network for destination
156
+
157
+
## Virtual network and parameters for destination
160
158
161
159
Before you deploy a VM for the destination, we need to create a virtual network where the destination virtual machine can reside. The following are the same steps as for the source VM with some small changes to expose the destination endpoint.
162
160
163
-
1. On the upper-left side of the screen, select **Create a resource** > **Networking** > **Virtual network**.
161
+
In this section you'll need to replace the following parameters in the steps with the information below:
164
162
165
-
2. In **Create virtual network**, enter or select this information:
1. On the upper-left side of the portal, select **Create a resource** > **Compute** > **Ubuntu Server 18.04 LTS**, or search for **Ubuntu Server 18.04 LTS** in the Marketplace search.
0 commit comments