Skip to content

Commit bae2e89

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into azcopy
2 parents 8160942 + 6233de6 commit bae2e89

File tree

6 files changed

+41
-39
lines changed

6 files changed

+41
-39
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ Your app would then use the claims challenge to acquire a new access token for t
137137
```javascript
138138
const tokenRequest = {
139139
claims: window.atob(claimsChallenge), // decode the base64 string
140-
scopes: ['User.Read']
141-
account: msalInstance.getActiveAccount();
140+
scopes: ['User.Read'],
141+
account: msalInstance.getActiveAccount()
142142
};
143143

144144
let tokenResponse;
@@ -173,8 +173,9 @@ You can test your application by signing in a user and then using the Azure port
173173

174174
## Code samples
175175

176-
- [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)
177-
- [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)
176+
- [Enable your Angular single-page application to sign in users and call Microsoft Graph](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/2-Authorization-I/1-call-graph)
177+
- [Enable your React single-page application to sign in users and call Microsoft Graph](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/2-Authorization-I/1-call-graph)
178+
- [Enable your ASP.NET Core web app to sign in users and call Microsoft Graph](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/2-WebApp-graph-user/2-1-Call-MSGraph)
178179
179180
## Next steps
180181

articles/active-directory/develop/claims-challenge.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,14 @@ const checkIsClientCapableOfClaimsChallenge = (req, res, next) => {
237237

238238
---
239239

240+
## Code samples
241+
242+
- [Enable your Angular single-page application to sign in users and call Microsoft Graph](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/2-Authorization-I/1-call-graph)
243+
- [Enable your React single-page application to sign in users and call Microsoft Graph](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/2-Authorization-I/1-call-graph)
244+
- [Enable your ASP.NET Core web app to sign in users and call Microsoft Graph](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/2-WebApp-graph-user/2-1-Call-MSGraph)
245+
240246
## Next steps
241247

242248
- [Microsoft identity platform and OAuth 2.0 authorization code flow](v2-oauth2-auth-code-flow.md#request-an-authorization-code)
243249
- [How to use Continuous Access Evaluation enabled APIs in your applications](app-resilience-continuous-access-evaluation.md)
244250
- [Granular Conditional Access for sensitive data and actions](https://techcommunity.microsoft.com/t5/azure-active-directory-identity/granular-conditional-access-for-sensitive-data-and-actions/ba-p/1751775)
245-
- [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)
246-
- [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)

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,21 @@ items:
5151
- name: Create a Form Recognizer resource
5252
displayName: endpoint, key, portal
5353
href: create-a-form-recognizer-resource.md
54-
- name: Check my usage and estimate the cost
55-
displayName: price, metrics, dashboard, check, estimate
56-
href: how-to-guides/estimate-cost.md
54+
- name: Use SDKs or REST API | v3.0
55+
displayName: documentAnalysisClient, document analysis client, polygon, boundingPolygon, begin_analyze_document, v3.0
56+
href: how-to-guides/v3-0-sdk-rest-api.md
5757
- name: Migrate to Form Recognizer v3.0
5858
displayName: get started, confidence, bounding box, boundingBox, polygon, analyze, AnalyzeResult, train, build, sas, compose, copy
5959
href: v3-migration-guide.md
60-
- name: Use the prebuilt-read model (v3.0)
61-
displayName: documentAnalysisClient, document analysis client, AnalyzeResult, analyze, output
62-
href: how-to-guides/v3-0-sdk-rest-api.md
60+
- name: Use SDKs or REST API | v2.1
61+
displayName: formRecognizerClient, form recognizer client, boundingBox, box, begin_recognize, v2.1
62+
href: how-to-guides/v2-1-sdk-rest-api.md
63+
- name: Check my usage and estimate the cost
64+
displayName: price, metrics, dashboard, check, estimate
65+
href: how-to-guides/estimate-cost.md
6366
- name: Create SAS tokens for storage containers
6467
displayName: blob, delegation, shared, explorer
6568
href: create-sas-tokens.md
66-
- name: Use SDKs or REST API (v3.0)
67-
displayName: documentAnalysisClient, document analysis client, polygon, boundingPolygon, begin_analyze_document, v3.0
68-
href: how-to-guides/v3-0-sdk-rest-api.md
69-
- name: Use SDKs or REST API (v2.1)
70-
displayName: formRecognizerClient, form recognizer client, boundingBox, box, begin_recognize, v2.1
71-
href: how-to-guides/v2-1-sdk-rest-api.md
7269
- name: Custom models
7370
items:
7471
- name: Build a custom model (v3.0)

articles/azure-video-indexer/release-notes.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,7 @@ In order to upload a video from a URL, change your code to send nu
4141
var uploadRequestResult = await client.PostAsync($"{apiUrl}/{accountInfo.Location}/Accounts/{accountInfo.Id}/Videos?{queryParams}"null);
4242
```
4343

44-
## September 2022
45-
46-
### General availability of ARM-based accounts
47-
48-
With an Azure Resource Management (ARM) based [paid (unlimited)](accounts-overview.md) account you are able to use:
49-
50-
- [Azure role-based access control (RBAC)](../role-based-access-control/overview.md).
51-
- Managed Identity to better secure the communication between your Azure Media Services and Azure Video Indexer account, Network Service Tags, and native integration with Azure Monitor to monitor your account (audit and indexing logs).
52-
- Scale and automate your [deployment with ARM-template](deploy-with-arm-template.md), [bicep](deploy-with-bicep.md) or terraform.
53-
- [Create logic apps connector for ARM-based accounts](logic-apps-connector-arm-accounts.md).
54-
55-
To create an ARM-based account, see [create an account](create-account-portal.md).
44+
## October 2022
5645

5746
### Slate detection insights (preview)
5847

@@ -70,9 +59,9 @@ Now supporting source languages for STT (speech-to-text), translation, and searc
7059

7160
For more information, see [supported languages](language-support.md).
7261

73-
### Edit the name speakers in the transcription
62+
### Edit the name speakers in the transcription through the API
7463

75-
You can now use the [Azure Video Indexer website](https://www.videoindexer.ai/) to edit the name of the speakers in the transcription.
64+
You can now edit the name of the speakers in the transcription using the Azure Video Indexer API.
7665

7766
### Word level time annotation with confidence score
7867

@@ -86,16 +75,27 @@ The new set of logs, described below, enables you to better monitor your indexin
8675

8776
Azure Video Indexer now supports Diagnostics settings for indexing events. You can now export logs monitoring upload, and re-indexing of media files through diagnostics settings to Azure Log Analytics, Storage, Event Hubs, or a third-party solution.
8877

89-
### Expanded the supported languages in LID and MLID through the API
90-
91-
We expanded the list of the languages to be supported in LID (language identification) and MLID (multi language Identification) using APIs.
78+
## Expanded supported languages in LID and MLID through the API
9279

93-
For more information, see [supported languages](language-support.md).
80+
We expanded the languages supported in LID (language identification) and MLID (multi language Identification) using the Azure Video Indexer API.
9481

9582
### Configure confidence level in a person model with an API
9683

9784
Use the [Patch person model](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Patch-Person-Model) API to configure the confidence level for face recognition within a person model.
9885

86+
## September 2022
87+
88+
### General availability of ARM-based accounts
89+
90+
With an Azure Resource Management (ARM) based [paid (unlimited)](accounts-overview.md) accounts, you are able to use:
91+
92+
- [Azure role-based access control (RBAC)](../role-based-access-control/overview.md).
93+
- Managed Identity to better secure the communication between your Azure Media Services and Azure Video Indexer account, Network Service Tags, and native integration with Azure Monitor to monitor your account (audit and indexing logs).
94+
- Scale and automate your [deployment with ARM-template](deploy-with-arm-template.md), [bicep](deploy-with-bicep.md) or terraform.
95+
- [Create logic apps connector for ARM-based accounts](logic-apps-connector-arm-accounts.md).
96+
97+
To create an ARM-based account, see [create an account](create-account-portal.md).
98+
9999
## August 2022
100100

101101
### Update topic inferencing model

articles/machine-learning/how-to-label-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ When you've tagged all the items in an entry, select **Submit** to move to the n
213213

214214
When you submit a page of tagged data, Azure assigns new unlabeled data to you from a work queue. If there's no more unlabeled data available, you'll get a message noting this along with a link to the portal home page.
215215

216-
When you're done labeling, select your name in the upper-right corner of the labeling portal and then select **sign-out**. If you don't sign out, eventually Azure will "time you out" and assign your data to another labeler.
216+
When you're done labeling, select your image inside a circle in the upper-right corner of the studio and then select **sign-out**. If you don't sign out, eventually Azure will "time you out" and assign your data to another labeler.
217217

218218
## Next steps
219219

articles/peering-service/location-partners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: peering-service
77
ms.topic: conceptual
88
ms.tgt_pltfrm: na
99
ms.workload: Infrastructure-services
10-
ms.date: 07/31/2022
10+
ms.date: 10/03/2022
1111
ms.author: halkazwini
1212
---
1313

@@ -32,7 +32,7 @@ The table in this article provides information on the Peering Service connectivi
3232
| [Converge ICT](https://www.convergeict.com/enterprise/microsoft-azure-peering-service-maps/) |Asia|
3333
| [Dimension Data](https://www.dimensiondata.com/en-gb/about-us/our-partners/microsoft/)|Africa |
3434
| [DE-CIX](https://www.de-cix.net/)|Europe, North America |
35-
| [Equinix IX] (https://www.equinix.com/interconnection-services/internet-exchange/) |North America, Asia|
35+
| [Equinix IX](https://www.equinix.com/interconnection-services/internet-exchange/) |North America, Asia|
3636
| [IIJ](https://www.iij.ad.jp/en/) |Japan |
3737
| [Intercloud](https://intercloud.com/microsoft-saas-applications/)|Europe |
3838
| [Kordia](https://www.kordia.co.nz/cloudconnect) |Oceania |

0 commit comments

Comments
 (0)