Skip to content

Commit c1b0d0b

Browse files
authored
Merge pull request #157705 from MicrosoftDocs/master
5/07 AM Publish
2 parents 38d81c4 + 99f193d commit c1b0d0b

File tree

45 files changed

+396
-284
lines changed

Some content is hidden

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

45 files changed

+396
-284
lines changed

.openpublishing.redirection.json

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50030,6 +50030,11 @@
5003050030
"redirect_url": "/azure/active-directory/active-directory-b2b-admin-add-users",
5003150031
"redirect_document_id": false
5003250032
},
50033+
{
50034+
"source_path_from_root": "/articles/active-directory/external-identities/add-guest-to-role.md",
50035+
"redirect_url": "/azure/active-directory/external-identities/add-users-administrator",
50036+
"redirect_document_id": false
50037+
},
5003350038
{
5003450039
"source_path_from_root": "/articles/active-directory/active-directory-b2b-compare-external-identities.md",
5003550040
"redirect_url": "/azure/active-directory/active-directory-b2b-compare-b2c",
@@ -51036,14 +51041,14 @@
5103651041
"redirect_document_id": true
5103751042
},
5103851043
{
51039-
"source_path_from_root": "/articles/active-directory/active-directory-b2b-add-guest-to-role.md",
51040-
"redirect_url": "/azure/active-directory/b2b/add-guest-to-role",
51044+
"source_path_from_root": "/articles/active-directory/active-directory-b2b-admin-add-users.md",
51045+
"redirect_url": "/azure/active-directory/external-identities/add-users-administrator",
5104151046
"redirect_document_id": true
5104251047
},
5104351048
{
51044-
"source_path_from_root": "/articles/active-directory/active-directory-b2b-admin-add-users.md",
51045-
"redirect_url": "/azure/active-directory/b2b/add-users-administrator",
51046-
"redirect_document_id": true
51049+
"source_path_from_root": "/articles/active-directory/add-guest-to-role.md",
51050+
"redirect_url": "/azure/active-directory/b2b/add-guest-to-role",
51051+
"redirect_document_id": false
5104751052
},
5104851053
{
5104951054
"source_path_from_root": "/articles/active-directory/active-directory-b2b-iw-add-users.md",
@@ -52988,18 +52993,18 @@
5298852993
{
5298952994
"source_path_from_root": "/articles/active-directory/b2b/add-guest-to-role.md",
5299052995
"redirect_url": "/azure/active-directory/external-identities/add-guest-to-role",
52991-
"redirect_document_id": true
52992-
},
52993-
{
52994-
"source_path_from_root": "/articles/active-directory/b2b/add-users-administrator.md",
52995-
"redirect_url": "/azure/active-directory/external-identities/add-users-administrator",
52996-
"redirect_document_id": true
52996+
"redirect_document_id": false
5299752997
},
5299852998
{
5299952999
"source_path_from_root": "/articles/active-directory/b2b/add-users-information-worker.md",
5300053000
"redirect_url": "/azure/active-directory/external-identities/add-users-information-worker",
5300153001
"redirect_document_id": true
5300253002
},
53003+
{
53004+
"source_path_from_root": "/articles/active-directory/b2b/add-users-administrator.md",
53005+
"redirect_url": "/azure/active-directory/external-identities/add-users-administrator",
53006+
"redirect_document_id": false
53007+
},
5300353008
{
5300453009
"source_path_from_root": "/articles/active-directory/b2b/add-user-without-invite.md",
5300553010
"redirect_url": "/azure/active-directory/external-identities/add-user-without-invite",

articles/active-directory/develop/v2-permissions-and-consent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ An app most commonly requests these permissions by specifying the scopes in requ
4747

4848
The Microsoft identity platform supports two types of permissions: *delegated permissions* and *application permissions*.
4949

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.
5151

5252
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).
5353

articles/active-directory/enterprise-users/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
href: users-close-account.md
5959
- name: Add guest users
6060
href: ../external-identities/what-is-b2b.md?context=%2fazure%2factive-directory%2fenterprise-users%2fcontext%2fugr-context
61-
- name: Assign role to guest user
62-
href: ../external-identities/add-guest-to-role.md?context=%2fazure%2factive-directory%2fenterprise-users%2fcontext%2fugr-context
6361
- name: Restrict guest user access
6462
href: users-restrict-guest-permissions.md
6563
- name: Dynamic groups and guests

articles/active-directory/external-identities/add-guest-to-role.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

articles/active-directory/external-identities/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@
114114
href: self-service-sign-up-add-approvals.md
115115
- name: Manage guest user accounts
116116
items:
117-
- name: Add a B2B user to a role
118-
href: add-guest-to-role.md
119117
- name: Dynamic groups and B2B users
120118
href: use-dynamic-groups.md
121119
- name: Understand the B2B user

articles/active-directory/hybrid/how-to-connect-sso.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,14 @@ For more information on how SSO works with Windows 10 using PRT, see: [Primary R
6666
|Windows 10|Yes\*|Yes|Yes|Yes\*\*\*|N/A
6767
|Windows 8.1|Yes\*|Yes*\*\*\*|Yes|Yes\*\*\*|N/A
6868
|Windows 8|Yes\*|N/A|Yes|Yes\*\*\*|N/A
69-
|Windows 7|Yes\*|N/A|Yes|Yes\*\*\*|N/A
7069
|Windows Server 2012 R2 or above|Yes\*\*|N/A|Yes|Yes\*\*\*|N/A
7170
|Mac OS X|N/A|N/A|Yes\*\*\*|Yes\*\*\*|Yes\*\*\*
7271

7372
> [!NOTE]
7473
>Microsoft Edge legacy is no longer supported
7574
7675

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).)
7877

7978
\*\*Requires Internet Explorer version 11 or later. Disable Enhanced Protected Mode.
8079

articles/active-directory/hybrid/how-to-connect-sync-feature-preferreddatalocation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ In general, full synchronization cycle is required. This is because you have add
198198

199199
1. Run **Full import** on the on-premises Active Directory Connector:
200200

201-
1. Go to the **Operations** tab in the Synchronization Service Manager.
201+
1. Go to the **Connectors** tab in the Synchronization Service Manager.
202202
2. Right-click the **on-premises Active Directory Connector**, and select **Run**.
203203
3. In the dialog box, select **Full Import**, and select **OK**.
204204
4. Wait for the operation to complete.
@@ -273,4 +273,4 @@ Learn more about the configuration model in the sync engine:
273273
Overview topics:
274274

275275
* [Azure AD Connect sync: Understand and customize synchronization](how-to-connect-sync-whatis.md)
276-
* [Integrating your on-premises identities with Azure Active Directory](whatis-hybrid-identity.md)
276+
* [Integrating your on-premises identities with Azure Active Directory](whatis-hybrid-identity.md)

articles/active-directory/verifiable-credentials/how-to-dnsbind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ Congratulations, you now have bootstrapped the web of trust with your DID!
131131

132132
## Next steps
133133

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.

articles/app-service/app-service-hybrid-connections.md

Lines changed: 19 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ccompy
55

66
ms.assetid: 66774bde-13f5-45d0-9a70-4e9536a4f619
77
ms.topic: article
8-
ms.date: 02/05/2020
8+
ms.date: 05/05/2021
99
ms.author: ccompy
1010
ms.custom: seodec18, fasttrack-edit
1111
---
@@ -17,9 +17,9 @@ Hybrid Connections is both a service in Azure and a feature in Azure App Service
1717
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.
1818

1919
## 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.
2121

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":::
2323

2424
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.
2525

@@ -54,11 +54,11 @@ Things you cannot do with Hybrid Connections include:
5454

5555
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.
5656

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":::
5858

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**.
6060

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":::
6262

6363
If you want to create a new Hybrid Connection, select **Create new hybrid connection**. Specify the:
6464

@@ -67,15 +67,15 @@ If you want to create a new Hybrid Connection, select **Create new hybrid connec
6767
- Endpoint port.
6868
- Service Bus namespace you want to use.
6969

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":::
7171

7272
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.
7373

7474
If you want to remove your Hybrid Connection from your app, right-click it and select **Disconnect**.
7575

7676
When a Hybrid Connection is added to your app, you can see details on it simply by selecting it.
7777

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":::
7979

8080
### Create a Hybrid Connection in the Azure Relay portal ###
8181

@@ -92,12 +92,12 @@ App Service Hybrid Connections are only available in Basic, Standard, Premium, a
9292
|----|----|
9393
| Basic | 5 per plan |
9494
| 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 |
9797

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.
9999

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":::
101101

102102
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.
103103

@@ -113,28 +113,28 @@ The Hybrid Connections feature requires a relay agent in the network that hosts
113113

114114
This tool runs on Windows Server 2012 and later. The HCM runs as a service and connects outbound to Azure Relay on port 443.
115115

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.
117117

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":::
119119

120120
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.
121121

122122
To add one or more Hybrid Connections to your HCM:
123123

124124
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":::
127127

128128
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.
129129
1. Choose a subscription.
130130
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":::
132132

133133
1. Select **Save**.
134134

135135
You can now see the Hybrid Connections you added. You can also select the configured Hybrid Connection to see details.
136136

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":::
138138

139139
To support the Hybrid Connections it is configured with, HCM requires:
140140

@@ -154,7 +154,7 @@ Each HCM can support multiple Hybrid Connections. Also, any given Hybrid Connect
154154

155155
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.
156156

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":::
158158

159159
### Upgrade ###
160160

@@ -213,20 +213,6 @@ In App Service, the **tcpping** command-line tool can be invoked from the Advanc
213213
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.
214214

215215

216-
<!--Image references-->
217-
[1]: ./media/app-service-hybrid-connections/hybridconn-connectiondiagram.png
218-
[2]: ./media/app-service-hybrid-connections/hybridconn-portal.png
219-
[3]: ./media/app-service-hybrid-connections/hybridconn-addhc.png
220-
[4]: ./media/app-service-hybrid-connections/hybridconn-createhc.png
221-
[5]: ./media/app-service-hybrid-connections/hybridconn-properties.png
222-
[6]: ./media/app-service-hybrid-connections/hybridconn-aspproperties.png
223-
[7]: ./media/app-service-hybrid-connections/hybridconn-hcm.png
224-
[8]: ./media/app-service-hybrid-connections/hybridconn-hcmadd.png
225-
[9]: ./media/app-service-hybrid-connections/hybridconn-hcmadded.png
226-
[10]: ./media/app-service-hybrid-connections/hybridconn-hcmdetails.png
227-
[11]: ./media/app-service-hybrid-connections/hybridconn-manual.png
228-
[12]: ./media/app-service-hybrid-connections/hybridconn-bt.png
229-
230216
<!--Links-->
231217
[HCService]: /azure/service-bus-relay/relay-hybrid-connections-protocol/
232218
[portal]: https://portal.azure.com/
-85.2 KB
Loading

0 commit comments

Comments
 (0)