Skip to content

Commit a8cba3e

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ersku
2 parents 3abc141 + 2df293c commit a8cba3e

File tree

121 files changed

+614
-408
lines changed

Some content is hidden

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

121 files changed

+614
-408
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10880,6 +10880,11 @@
1088010880
"source_path_from_root": "/articles/active-directory/fundamentals/keep-me-signed-in.md",
1088110881
"redirect_url": "/azure/active-directory/fundamentals/customize-branding",
1088210882
"redirect_document_id": false
10883+
},
10884+
{
10885+
"source_path_from_root": "/articles/active-directory/cloud-infrastructure-entitlement-management/product-integrations.md",
10886+
"redirect_url": "/azure/active-directory/fundamentals/cloud-infrastructure-entitlement-management",
10887+
"redirect_document_id": false
1088310888
}
1088410889

1088510890
]

articles/active-directory-b2c/self-asserted-technical-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The following example demonstrates the use of a self-asserted technical profile
174174

175175
### Output claims sign-up or sign-in page
176176

177-
In a combined sign-up and sign-in page, note the following when using a content definition [DataUri](contentdefinitions.md#datauri) element the specifies a `unifiedssp` or `unifiedssd` page type:
177+
In a combined sign-up and sign-in page, note the following when using a content definition [DataUri](contentdefinitions.md#datauri) element that specifies a `unifiedssp` or `unifiedssd` page type:
178178

179179
- Only the username and password claims are rendered.
180180
- The first two output claims must be the username and the password (in this order).

articles/active-directory/cloud-infrastructure-entitlement-management/product-integrations.md

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

articles/active-directory/develop/app-resilience-continuous-access-evaluation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,13 @@ const msalInstance = new PublicClientApplication(msalConfig);
159159

160160
You can test your application by signing in a user and then using the Azure portal to revoke the user's session. The next time the app calls the CAE-enabled API, the user will be asked to reauthenticate.
161161

162+
## Code samples
163+
164+
- [React single-page application using MSAL React to sign-in users against Azure Active Directory](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/2-Authorization-I/1-call-graph)
165+
- [Enable your ASP.NET Core web app to sign in users and call Microsoft Graph with the Microsoft identity platform](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/2-WebApp-graph-user/2-1-Call-MSGraph)
166+
162167
## Next steps
163168

164169
- [Continuous access evaluation](../conditional-access/concept-continuous-access-evaluation.md) conceptual overview
165170
- [Claims challenges, claims requests, and client capabilities](claims-challenge.md)
166-
- [React single-page application using MSAL React to sign-in users against Azure Active Directory](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/2-Authorization-I/1-call-graph)
167-
- [Enable your ASP.NET Core web app to sign in users and call Microsoft Graph with the Microsoft identity platform](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/2-WebApp-graph-user/2-1-Call-MSGraph)
171+

articles/active-directory/governance/configure-logic-app-lifecycle-workflows.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ Making an Azure Logic app compatible to run with the **Custom Task Extension** r
2424
- Enable system assigned managed identity.
2525
- Configure AuthZ policies.
2626

27-
> [!NOTE]
28-
> For our public preview we will provide a UI and a deployment script that will automate the following steps.
29-
3027
To configure those you'll follow these steps:
3128

3229
1. Open the Azure Logic App you want to use with Lifecycle Workflow. Logic Apps may greet you with an introduction screen, which you can close with the X in the upper right corner.
@@ -211,19 +208,21 @@ To configure those you'll follow these steps:
211208
212209
1. Create two authorization policies based on the tables below:
213210
211+
Policy name: AzureADLifecycleWorkflowsAuthPolicy
212+
214213
|Claim |Value |
215214
|---------|---------|
216215
|Issuer | https://sts.windows.net/(Tenant ID)/ |
217216
|Audience | Application ID of your Logic Apps Managed Identity |
218-
|appID | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 |
217+
|appid | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 |
219218
220219
Policy name: AzureADLifecycleWorkflowsAuthPolicyV2App
221220
222221
|Claim |Value |
223222
|---------|---------|
224223
|Issuer | https://login.microsoftonline.com/(Tenant ID)/v2.0 |
225224
|Audience | Application ID of your Logic Apps Managed Identity |
226-
|appID | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 |
225+
|azp | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 |
227226
228227
1. Save the Authorization policy.
229228
> [!NOTE]

articles/active-directory/governance/create-lifecycle-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you are using the Azure portal to create a workflow, you can customize existi
3636
1. select **Workflows (Preview)**
3737

3838
1. On the workflows screen, select the workflow template that you want to use.
39-
:::image type="content" source="media/create-lifecycle-workflow/template-list.png" alt-text="Screenshot of a list of lifecycle workflows templates.":::
39+
:::image type="content" source="media/create-lifecycle-workflow/template-list.png" alt-text="Screenshot of a list of lifecycle workflows templates." lightbox="media/create-lifecycle-workflow/template-list.png":::
4040
1. Enter a unique display name and description for the workflow and select **Next**.
4141
:::image type="content" source="media/create-lifecycle-workflow/template-basics.png" alt-text="Screenshot of workflow template basic information.":::
4242

83.9 KB
Loading

articles/active-directory/hybrid/reference-connect-version-history.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ There are no functional changes in this release.
345345
346346
This release addresses a vulnerability as documented in [this CVE](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-36949). For more information about this vulnerability, see the CVE.
347347

348-
To download the latest version of Azure AD Connect 1.6, see the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=103336).
349-
350348
### Release status
351349

352350
8/10/2021: Released for download only, not available for auto-upgrade

articles/applied-ai-services/form-recognizer/concept-composed-models.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ recommendations: false
1818

1919
With composed models, you can assign multiple custom models to a composed model called with a single model ID. It's useful when you've trained several models and want to group them to analyze similar form types. For example, your composed model might include custom models trained to analyze your supply, equipment, and furniture purchase orders. Instead of manually trying to select the appropriate model, you can use a composed model to determine the appropriate custom model for each analysis and extraction.
2020

21-
* ```Custom form```and ```Custom document``` models can be composed together into a single composed model when they're trained with the same API version or an API version later than ```2022-08-31```. For more information on composing custom template and custom neural models, see [compose model limits](#compose-model-limits).
22-
* With the model compose operation, you can assign up to 100 trained custom models to a single composed model. To analyze a document with a composed model, Form Recognizer first classifies the submitted form, chooses the best-matching assigned model, and returns results.
21+
* ```Custom form``` and ```Custom template``` models can be composed together into a single composed model.
22+
* With the model compose operation, you can assign up to 200 trained custom models to a single composed model. To analyze a document with a composed model, Form Recognizer first classifies the submitted form, chooses the best-matching assigned model, and returns results.
2323
* For **_custom template models_**, the composed model can be created using variations of a custom template or different form types. This operation is useful when incoming forms may belong to one of several templates.
2424
* The response will include a ```docType``` property to indicate which of the composed models was used to analyze the document.
25+
* For ```Custom neural``` models the best practice is to add all the different variations of a single document type into a single training dataset and train on custom neural model. Model compose is best suited for scenarios when you have documents of different types being submitted for analysis.
2526

2627
## Compose model limits
2728

articles/applied-ai-services/form-recognizer/faq.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,12 +327,14 @@ sections:
327327
- question: |
328328
How many custom models can I compose into a single custom model?
329329
answer: |
330-
With the [Model Compose](compose-custom-models-v2-1.md#create-a-composed-model) operation, you can assign up to 100 models to a single model ID.
330+
With the [Model Compose](compose-custom-models-v2-1.md#create-a-composed-model) operation, you can assign up to 200 models to a single model ID.
331331
332332
- When you make the Analyze request with a composed modelID, Form Recognizer classifies the submitted form, chooses the best model, and returns the results.
333333
334334
- Model Compose is currently available only for custom models trained with labels.
335335
336+
- Analyzing a document with composed models is identical to analyzing a document with a single model, the analyze result returns a ```docType``` property indicating which of the component models was selected for analyzing the document. There is no change in pricing for analyzing a document with an individual custom model or a composed custom model.
337+
336338
Learn more about [composed models](concept-custom.md).
337339
338340
- question: |

0 commit comments

Comments
 (0)