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/develop/v2-permissions-and-consent.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
@@ -47,7 +47,7 @@ An app most commonly requests these permissions by specifying the scopes in requ
47
47
48
48
The Microsoft identity platform supports two types of permissions: *delegated permissions* and *application permissions*.
49
49
50
-
***Delegated permissions** are used by apps that have a signed-in user present. For these apps, either the user or an administrator consents to the permissions that the app requests. The app is delegated permission to act as the signed-in user when it makes calls to the target resource.
50
+
***Delegated permissions** are used by apps that have a signed-in user present. For these apps, either the user or an administrator consents to the permissions that the app requests. The app is delegated with the permission to act as a signed-in user when it makes calls to the target resource.
51
51
52
52
Some delegated permissions can be consented to by nonadministrators. But some high-privileged permissions require [administrator consent](#admin-restricted-permissions). To learn which administrator roles can consent to delegated permissions, see [Administrator role permissions in Azure Active Directory (Azure AD)](../roles/permissions-reference.md).
Copy file name to clipboardExpand all lines: articles/active-directory/hybrid/how-to-connect-sso.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,15 +66,14 @@ For more information on how SSO works with Windows 10 using PRT, see: [Primary R
66
66
|Windows 10|Yes\*|Yes|Yes|Yes\*\*\*|N/A
67
67
|Windows 8.1|Yes\*|Yes*\*\*\*|Yes|Yes\*\*\*|N/A
68
68
|Windows 8|Yes\*|N/A|Yes|Yes\*\*\*|N/A
69
-
|Windows 7|Yes\*|N/A|Yes|Yes\*\*\*|N/A
70
69
|Windows Server 2012 R2 or above|Yes\*\*|N/A|Yes|Yes\*\*\*|N/A
71
70
|Mac OS X|N/A|N/A|Yes\*\*\*|Yes\*\*\*|Yes\*\*\*
72
71
73
72
> [!NOTE]
74
73
>Microsoft Edge legacy is no longer supported
75
74
76
75
77
-
\*Requires Internet Explorer version 11 or later.
76
+
\*Requires Internet Explorer version 11 or later. ([Beginning August 17, 2021, Microsoft 365 apps and services will not support IE 11](https://techcommunity.microsoft.com/t5/microsoft-365-blog/microsoft-365-apps-say-farewell-to-internet-explorer-11-and/ba-p/1591666).)
78
77
79
78
\*\*Requires Internet Explorer version 11 or later. Disable Enhanced Protected Mode.
Copy file name to clipboardExpand all lines: articles/active-directory/verifiable-credentials/how-to-dnsbind.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
@@ -131,4 +131,4 @@ Congratulations, you now have bootstrapped the web of trust with your DID!
131
131
132
132
## Next steps
133
133
134
-
If during onboarding you enter the wrong domain information of you decide to change it, you will need to [opt out](how-to-opt-out.md). At this time, we don't support updating your DID document. Opting out and opting back in will create a brand new DID.
134
+
If during onboarding you enter the wrong domain information or if you decide to change it, you will need to [opt out](how-to-opt-out.md). At this time, we don't support updating your DID document. Opting out and opting back in will create a brand new DID.
Copy file name to clipboardExpand all lines: articles/app-service/app-service-hybrid-connections.md
+19-33Lines changed: 19 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: ccompy
5
5
6
6
ms.assetid: 66774bde-13f5-45d0-9a70-4e9536a4f619
7
7
ms.topic: article
8
-
ms.date: 02/05/2020
8
+
ms.date: 05/05/2021
9
9
ms.author: ccompy
10
10
ms.custom: seodec18, fasttrack-edit
11
11
---
@@ -17,9 +17,9 @@ Hybrid Connections is both a service in Azure and a feature in Azure App Service
17
17
Within App Service, Hybrid Connections can be used to access application resources in any network that can make outbound calls to Azure over port 443. Hybrid Connections provides access from your app to a TCP endpoint and does not enable a new way to access your app. As used in App Service, each Hybrid Connection correlates to a single TCP host and port combination. This enables your apps to access resources on any OS, provided it is a TCP endpoint. The Hybrid Connections feature does not know or care what the application protocol is, or what you are accessing. It simply provides network access.
18
18
19
19
## How it works ##
20
-
Hybrid Connections requires a relay agent to be deployed where it can reach both the desired endpoint as well as to Azure. The relay agent, Hybrid Connection Manager (HCM), calls out to Azure Relay over port 443. From the web app site, the App Service infrastructure also connects to Azure Relay on your application's behalf. Through the joined connections, your app is able to access the desired endpoint. The connection uses TLS 1.2 for security and shared access signature (SAS) keys for authentication and authorization.
20
+
Hybrid Connections requires a relay agent to be deployed where it can reach both the desired endpoint as well as to Azure. The relay agent, Hybrid Connection Manager (HCM), calls out to Azure Relay over port 443. From the web app site, the App Service infrastructure also connects to Azure Relay on your application's behalf. Through the joined connections, your app is able to access the desired endpoint. The connection uses TLS 1.2 for security and shared access signature (SAS) keys for authentication and authorization.
21
21
22
-
![Diagram of Hybrid Connection high-level flow][1]
22
+
:::image type="content" source="media/app-service-hybrid-connections/hybridconn-connectiondiagram.png" alt-text="Diagram of Hybrid Connection high-level flow":::
23
23
24
24
When your app makes a DNS request that matches a configured Hybrid Connection endpoint, the outbound TCP traffic will be redirected through the Hybrid Connection.
25
25
@@ -54,11 +54,11 @@ Things you cannot do with Hybrid Connections include:
54
54
55
55
To create a Hybrid Connection, go to the [Azure portal][portal] and select your app. Select **Networking** > **Configure your Hybrid Connection endpoints**. Here you can see the Hybrid Connections that are configured for your app.
56
56
57
-
![Screenshot of Hybrid Connection list][2]
57
+
:::image type="content" source="media/app-service-hybrid-connections/hybridconn-portal.png" alt-text="Screenshot of Hybrid Connection list":::
58
58
59
-
To add a new Hybrid Connection, select **[+] Add hybrid connection**. You'll see a list of the Hybrid Connections that you already created. To add one or more of them to your app, select the ones you want, and then select **Add selected Hybrid Connection**.
59
+
To add a new Hybrid Connection, select **[+] Add hybrid connection**. You'll see a list of the Hybrid Connections that you already created. To add one or more of them to your app, select the ones you want, and then select **Add selected Hybrid Connection**.
60
60
61
-
![Screenshot of Hybrid Connection portal][3]
61
+
:::image type="content" source="media/app-service-hybrid-connections/hybridconn-addhc.png" alt-text="Screenshot of Hybrid Connection portal":::
62
62
63
63
If you want to create a new Hybrid Connection, select **Create new hybrid connection**. Specify the:
64
64
@@ -67,15 +67,15 @@ If you want to create a new Hybrid Connection, select **Create new hybrid connec
67
67
- Endpoint port.
68
68
- Service Bus namespace you want to use.
69
69
70
-
![Screenshot of Create new hybrid connection dialog box][4]
70
+
:::image type="content" source="media/app-service-hybrid-connections/hybridconn-createhc.png" alt-text="Screenshot of Create new hybrid connection dialog box":::
71
71
72
72
Every Hybrid Connection is tied to a Service Bus namespace, and each Service Bus namespace is in an Azure region. It's important to try to use a Service Bus namespace in the same region as your app, to avoid network induced latency.
73
73
74
74
If you want to remove your Hybrid Connection from your app, right-click it and select **Disconnect**.
75
75
76
76
When a Hybrid Connection is added to your app, you can see details on it simply by selecting it.
77
77
78
-
![Screenshot of Hybrid connections details][5]
78
+
:::image type="content" source="media/app-service-hybrid-connections/hybridconn-properties.png" alt-text="Screenshot of Hybrid connections details":::
79
79
80
80
### Create a Hybrid Connection in the Azure Relay portal ###
81
81
@@ -92,12 +92,12 @@ App Service Hybrid Connections are only available in Basic, Standard, Premium, a
92
92
|----|----|
93
93
| Basic | 5 per plan |
94
94
| Standard | 25 per plan |
95
-
|PremiumV2 | 200 per app |
96
-
| Isolated | 200 per app |
95
+
|Premium (v1-v3) | 220 per app |
96
+
| Isolated (v1-v2) | 220 per app |
97
97
98
-
The App Service plan UI shows you how many Hybrid Connections are being used and by what apps.
98
+
The App Service plan UI shows you how many Hybrid Connections are being used and by what apps.
99
99
100
-
![Screenshot of App Service plan properties][6]
100
+
:::image type="content" source="media/app-service-hybrid-connections/hybridconn-aspproperties.png" alt-text="Screenshot of App Service plan properties":::
101
101
102
102
Select the Hybrid Connection to see details. You can see all the information that you saw at the app view. You can also see how many other apps in the same plan are using that Hybrid Connection.
103
103
@@ -113,28 +113,28 @@ The Hybrid Connections feature requires a relay agent in the network that hosts
113
113
114
114
This tool runs on Windows Server 2012 and later. The HCM runs as a service and connects outbound to Azure Relay on port 443.
115
115
116
-
After installing HCM, you can run HybridConnectionManagerUi.exe to use the UI for the tool. This file is in the Hybrid Connection Manager installation directory. In Windows 10, you can also just search for *Hybrid Connection Manager UI* in your search box.
116
+
After installing HCM, you can run HybridConnectionManagerUi.exe to use the UI for the tool. This file is in the Hybrid Connection Manager installation directory. In Windows 10, you can also just search for *Hybrid Connection Manager UI* in your search box.
117
117
118
-
![Screenshot of Hybrid Connection Manager][7]
118
+
:::image type="content" source="media/app-service-hybrid-connections/hybridconn-hcm.png" alt-text="Screenshot of Hybrid Connection Manager":::
119
119
120
120
When you start the HCM UI, the first thing you see is a table that lists all the Hybrid Connections that are configured with this instance of the HCM. If you want to make any changes, first authenticate with Azure.
121
121
122
122
To add one or more Hybrid Connections to your HCM:
123
123
124
124
1. Start the HCM UI.
125
-
2. Select **Configure another Hybrid Connection**.
126
-
![Screenshot of Configure New Hybrid Connections][8]
125
+
2. Select **Add a new Hybrid Connection**.
126
+
:::image type="content" source="media/app-service-hybrid-connections/hybridconn-hcmadd.png" alt-text="Screenshot of Configure New Hybrid Connections":::
127
127
128
128
1. Sign in with your Azure account to get your Hybrid Connections available with your subscriptions. The HCM does not continue to use your Azure account beyond that.
129
129
1. Choose a subscription.
130
130
1. Select the Hybrid Connections that you want the HCM to relay.
131
-
![Screenshot of Hybrid Connections][9]
131
+
:::image type="content" source="media/app-service-hybrid-connections/hybridconn-hcmadded.png" alt-text="Screenshot of Hybrid Connections":::
132
132
133
133
1. Select **Save**.
134
134
135
135
You can now see the Hybrid Connections you added. You can also select the configured Hybrid Connection to see details.
136
136
137
-
![Screenshot of Hybrid Connection Details][10]
137
+
:::image type="content" source="media/app-service-hybrid-connections/hybridconn-hcmdetails.png" alt-text="Screenshot of Hybrid Connection Details":::
138
138
139
139
To support the Hybrid Connections it is configured with, HCM requires:
140
140
@@ -154,7 +154,7 @@ Each HCM can support multiple Hybrid Connections. Also, any given Hybrid Connect
154
154
155
155
To enable someone outside your subscription to host an HCM instance for a given Hybrid Connection, share the gateway connection string for the Hybrid Connection with them. You can see the gateway connection string in the Hybrid Connection properties in the [Azure portal][portal]. To use that string, select **Enter Manually** in the HCM, and paste in the gateway connection string.
156
156
157
-
![Manually add a Hybrid Connection][11]
157
+
:::image type="content" source="media/app-service-hybrid-connections/hybridconn-manual.png" alt-text="Manually add a Hybrid Connection":::
158
158
159
159
### Upgrade ###
160
160
@@ -213,20 +213,6 @@ In App Service, the **tcpping** command-line tool can be invoked from the Advanc
213
213
If you have a command-line client for your endpoint, you can test connectivity from the app console. For example, you can test access to web server endpoints by using curl.
0 commit comments