Skip to content

Commit 4313350

Browse files
author
dksimpson
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into DKS-US1680669-1
2 parents 4d7862c + 0c0ca91 commit 4313350

File tree

199 files changed

+2162
-2328
lines changed

Some content is hidden

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

199 files changed

+2162
-2328
lines changed

.openpublishing.redirection.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15275,6 +15275,41 @@
1527515275
"redirect_url": "/azure/machine-learning/how-to-designer-sample-classification-flight-delay",
1527615276
"redirect_document_id": false
1527715277
},
15278+
{
15279+
"source_path": "articles/machine-learning/how-to-designer-sample-classification-churn.md",
15280+
"redirect_url": "/azure/machine-learning/samples-designer",
15281+
"redirect_document_id": false
15282+
},
15283+
{
15284+
"source_path": "articles/machine-learning/how-to-designer-sample-classification-credit-risk-cost-sensitive.md",
15285+
"redirect_url": "/azure/machine-learning/samples-designer",
15286+
"redirect_document_id": false
15287+
},
15288+
{
15289+
"source_path": "articles/machine-learning/how-to-designer-sample-classification-flight-delay.md",
15290+
"redirect_url": "/azure/machine-learning/samples-designer",
15291+
"redirect_document_id": false
15292+
},
15293+
{
15294+
"source_path": "articles/machine-learning/how-to-designer-sample-classification-predict-income.md",
15295+
"redirect_url": "/azure/machine-learning/samples-designer",
15296+
"redirect_document_id": false
15297+
},
15298+
{
15299+
"source_path": "articles/machine-learning/how-to-designer-sample-regression-automobile-price-basic.md",
15300+
"redirect_url": "/azure/machine-learning/samples-designer",
15301+
"redirect_document_id": false
15302+
},
15303+
{
15304+
"source_path": "articles/machine-learning/how-to-designer-sample-regression-automobile-price-compare-algorithms.md",
15305+
"redirect_url": "/azure/machine-learning/samples-designer",
15306+
"redirect_document_id": false
15307+
},
15308+
{
15309+
"source_path": "articles/machine-learning/how-to-designer-sample-text-classification.md",
15310+
"redirect_url": "/azure/machine-learning/samples-designer",
15311+
"redirect_document_id": false
15312+
},
1527815313
{
1527915314
"source_path": "articles/log-analytics/log-analytics-add-solutions.md",
1528015315
"redirect_url": "/azure/monitoring/monitoring-solutions",
@@ -49215,6 +49250,11 @@
4921549250
"source_path": "articles/cognitive-services/Speech-Service/how-to-use-codec-compressed-audio-input-streams-ios.md",
4921649251
"redirect_url": "/azure/cognitive-services/Speech-Service/how-to-use-codec-compressed-audio-input-streams?pivots=programming-language-objectivec",
4921749252
"redirect_document_id": false
49253+
},
49254+
{
49255+
"source_path": "articles/power-bi-embedded/index.md",
49256+
"redirect_url": "https://docs.microsoft.com/power-bi/developer/azure-pbie-what-is-power-bi-embedded",
49257+
"redirect_document_id": false
4921849258
}
4921949259
]
4922049260
}

articles/active-directory-b2c/saml-issuer-technical-profile.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 03/09/2020
12+
ms.date: 03/10/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -67,6 +67,12 @@ The CryptographicKeys element contains the following attributes:
6767

6868
To configure the Azure AD B2C SAML sessions between a relying party application, the attribute of the `UseTechnicalProfileForSessionManagement` element, reference to [SamlSSOSessionProvider](custom-policy-reference-sso.md#samlssosessionprovider) SSO session.
6969

70+
## Next steps
71+
72+
See the following article for example of using a SAML issuer technical profile:
73+
74+
- [Register a SAML application in Azure AD B2C](connect-with-saml-service-providers.md)
75+
7076

7177

7278

articles/active-directory/conditional-access/concept-conditional-access-grant.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Organizations can choose to use the device identity as part of their Conditional
6464

6565
Organizations can require that an access attempt to the selected cloud apps needs to be made from an approved client app. These approved client apps support [Intune app protection policies](/intune/app-protection-policy) independent of any mobile-device management (MDM) solution.
6666

67-
This setting applies to the following client apps:
67+
This setting applies to the following iOS and Android apps:
6868

6969
- Microsoft Azure Information Protection
7070
- Microsoft Bookings
@@ -77,6 +77,7 @@ This setting applies to the following client apps:
7777
- Microsoft Invoicing
7878
- Microsoft Kaizala
7979
- Microsoft Launcher
80+
- Microsoft Office
8081
- Microsoft OneDrive
8182
- Microsoft OneNote
8283
- Microsoft Outlook

articles/active-directory/develop/vs-active-directory-dotnet-what-happened.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ ms.custom: aaddev, vs-azure
1818
> - [Getting Started](vs-active-directory-dotnet-getting-started.md)
1919
> - [What Happened](vs-active-directory-dotnet-what-happened.md)
2020
21-
This article identifies the exact changes made to am ASP.NET MVC project when adding the [Azure Active Directory connected service using Visual Studio](vs-active-directory-add-connected-service.md).
21+
This article identifies the exact changes made to an ASP.NET MVC project when adding the [Azure Active Directory connected service using Visual Studio](vs-active-directory-add-connected-service.md).
2222

2323
For information on working with the connected service, see [Getting Started](vs-active-directory-dotnet-getting-started.md).
2424

2525
## Added references
2626

27-
Affects the project file *.NET references) and `packages.config` (NuGet references).
27+
Affects the project file (*.NET references) and `packages.config` (NuGet references).
2828

2929
| Type | Reference |
3030
| --- | --- |

articles/active-directory/governance/entitlement-management-access-package-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ As long as the catalog for the access package is [enabled for external users](en
3939

4040
![Access package overview - My Access portal link](./media/entitlement-management-shared/my-access-portal-link.png)
4141

42-
It is important that you copy the entire My Access portal link when sending it to an internal business partner. This ensures that the partner will get access to your directory's portal to make their request. The link starts with `myaccess`, includes a directory hint, and ends with an access package ID.
42+
It is important that you copy the entire My Access portal link when sending it to an internal business partner. This ensures that the partner will get access to your directory's portal to make their request. The link starts with `myaccess`, includes a directory hint, and ends with an access package ID. (For US Government, the domain in the My Access portal link will be `myaccess.microsoft.us`.)
4343

4444
`https://myaccess.microsoft.com/@<directory_hint>#/access-packages/<access_package_id>`
4545

articles/active-directory/governance/entitlement-management-access-reviews-review-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Use the following steps to find and open the access review:
4545

4646
1. Click the **Review user access** link to open the access review.
4747

48-
1. If you don’t have the email, you can find your pending access reviews by navigating directly to https://myaccess.microsoft.com.
48+
1. If you don’t have the email, you can find your pending access reviews by navigating directly to https://myaccess.microsoft.com. (For US Government, use `https://myaccess.microsoft.us` instead.)
4949

5050
1. Click **Access reviews** on the left navigation bar to see a list of pending access reviews assigned to you.
5151

articles/active-directory/governance/entitlement-management-access-reviews-self-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To do an access review, you must first open the access review. Use the following
3535

3636
1. Click the **Review access** link.
3737

38-
1. You can also go directly to https://myaccess.microsoft.com to find your pending access reviews if you don't receive an email.
38+
1. You can also go directly to https://myaccess.microsoft.com to find your pending access reviews if you don't receive an email. (For US Government, use `https://myaccess.microsoft.us` instead.)
3939

4040
1. Click **Access reviews** on the left navigation bar to see a list of pending access reviews assigned to you.
4141

articles/active-directory/governance/entitlement-management-request-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The first step is to sign in to the My Access portal where you can request acces
3333

3434
**Prerequisite role:** Requestor
3535

36-
1. Look for an email or a message from the project or business manager you are working with. The email should include a link to the access package you will need access to. The link starts with `myaccess`, includes a directory hint, and ends with an access package ID.
36+
1. Look for an email or a message from the project or business manager you are working with. The email should include a link to the access package you will need access to. The link starts with `myaccess`, includes a directory hint, and ends with an access package ID. (For US Government, the domain may be `https://myaccess.microsoft.us` instead.)
3737

3838
`https://myaccess.microsoft.com/@<directory_hint>#/access-packages/<access_package_id>`
3939

articles/active-directory/governance/entitlement-management-request-approve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The first step to approve or deny access requests is to find and open the access
4141

4242
If you don't have the email, you can find the access requests pending your approval by following these steps.
4343

44-
1. Sign in to the My Access portal at [https://myaccess.microsoft.com](https://myaccess.microsoft.com).
44+
1. Sign in to the My Access portal at [https://myaccess.microsoft.com](https://myaccess.microsoft.com). (For US Government, the domain in the My Access portal link will be `myaccess.microsoft.us`.)
4545

4646
1. In the left menu, click **Approvals** to see a list of access requests pending approval.
4747

articles/active-directory/hybrid/how-to-connect-fix-default-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If the extensions don't work for you, try adding two new sync rules, described i
6868
#### Add an inbound sync rule
6969
An inbound sync rule means the source for the attribute is a connector space, and the target is the metaverse. For example, to have a new attribute flow from on-premises Active Directory to Azure Active Directory, create a new inbound sync rule. Launch the **Synchronization Rules Editor**, select **Inbound** as the direction, and select **Add new rule**.
7070

71-
!Synchronization Rules Editor](media/how-to-connect-fix-default-rules/default3a.png)
71+
![Synchronization Rules Editor](media/how-to-connect-fix-default-rules/default3a.png)
7272

7373
Follow your own naming convention to name the rule. Here, we use **Custom In from AD - User**. This means that the rule is a custom rule, and is an inbound rule from the Active Directory connector space to the metaverse.
7474

0 commit comments

Comments
 (0)