Skip to content

Commit f5e566d

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into aip-gov
2 parents 411a93b + a790806 commit f5e566d

File tree

3,727 files changed

+61805
-39953
lines changed

Some content is hidden

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

3,727 files changed

+61805
-39953
lines changed

.github/workflows/stale.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ jobs:
1818
stale-pr-label: inactive
1919
close-pr-label: auto-close
2020
exempt-pr-labels: keep-open
21+
operations-per-run: 500
22+
ascending: true
2123
stale-pr-message: >
2224
This pull request has been inactive for 14 days.
2325
If you are finished with your changes, don't forget to sign off. See the [contributor guide](https://review.docs.microsoft.com/help/contribute/contribute-how-to-write-pull-request-automation) for instructions.
2426
25-
[Get Help](https://review.docs.microsoft.com/help/contribute/help-options?branch=master)
26-
[Docs Support Teams Channel](https://teams.microsoft.com/l/channel/19%3a7ecffca1166a4a3986fed528cf0870ee%40thread.skype/General?groupId=de9ddba4-2574-4830-87ed-41668c07a1ca&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47)
27-
[Resolve Merge Conflict](https://review.docs.microsoft.com/help/contribute/resolve-merge-conflicts?branch=master)
27+
[Get Help](https://review.docs.microsoft.com/help/contribute/help-options?branch=master)
28+
29+
[Docs Support Teams Channel](https://teams.microsoft.com/l/channel/19%3a7ecffca1166a4a3986fed528cf0870ee%40thread.skype/General?groupId=de9ddba4-2574-4830-87ed-41668c07a1ca&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47)
30+
31+
[Resolve Merge Conflict](https://review.docs.microsoft.com/help/contribute/resolve-merge-conflicts?branch=master)
2832

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@
811811
".openpublishing.redirection.media-services.json",
812812
".openpublishing.redirection.security-benchmark.json",
813813
".openpublishing.redirection.key-vault.json",
814+
".openpublishing.redirection.iot-hub.json",
814815
"articles/azure-relay/.openpublishing.redirection.relay.json",
815816
"articles/cosmos-db/.openpublishing.redirection.cosmos-db.json",
816817
"articles/cost-management-billing/.openpublishing.redirection.cost-management-billing.json",

.openpublishing.redirection.healthcare-apis.json

Lines changed: 208 additions & 73 deletions
Large diffs are not rendered by default.

.openpublishing.redirection.iot-hub.json

Lines changed: 1001 additions & 0 deletions
Large diffs are not rendered by default.

.openpublishing.redirection.json

Lines changed: 257 additions & 1012 deletions
Large diffs are not rendered by default.

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cSpell.words": [
3+
"azureeyemodule"
4+
]
5+
}

articles/active-directory-b2c/TOC.yml

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,6 @@
2626
href: tutorial-register-applications.md
2727
- name: 3 - Create user flows and custom policies
2828
href: tutorial-create-user-flows.md
29-
- name: Authenticate users
30-
items:
31-
- name: ASP.NET
32-
href: tutorial-web-app-dotnet.md
33-
- name: Desktop
34-
href: tutorial-desktop-app.md
35-
- name: Single page
36-
href: tutorial-single-page-app.md
37-
- name: Python
38-
href: tutorial-web-app-python.md
39-
displayName: flask
40-
- name: Grant API access
41-
items:
42-
- name: ASP.NET
43-
href: tutorial-web-api-dotnet.md
44-
- name: Desktop
45-
href: tutorial-desktop-app-webapi.md
46-
- name: Single page
47-
href: tutorial-single-page-app-webapi.md
4829
- name: Clean up and delete tenant
4930
href: tutorial-delete-tenant.md
5031
- name: Samples
@@ -127,6 +108,12 @@
127108
href: enable-authentication-web-app-with-api.md
128109
- name: Authentication options
129110
href: enable-authentication-web-app-with-api-options.md
111+
- name: Python web app
112+
items:
113+
- name: Configure a sample web app
114+
href: configure-authentication-sample-python-web-app.md
115+
- name: Authentication options
116+
href: enable-authentication-python-web-app-options.md
130117
- name: Single-page application (SPA)
131118
items:
132119
- name: Configure a sample SPA app
@@ -159,6 +146,12 @@
159146
href: enable-authentication-ios-app.md
160147
- name: Authentication options
161148
href: enable-authentication-ios-app-options.md
149+
- name: WPF desktop app
150+
items:
151+
- name: Configure a sample desktop app
152+
href: configure-authentication-sample-wpf-desktop-app.md
153+
- name: Authentication options
154+
href: enable-authentication-wpf-desktop-app-options.md
162155
- name: Web API
163156
displayName: REST API
164157
items:
@@ -313,6 +306,8 @@
313306
href: partner-keyless.md
314307
- name: Nevis
315308
href: partner-nevis.md
309+
- name: Nok Nok
310+
href: partner-nok-nok.md
316311
- name: Trusona
317312
href: partner-trusona.md
318313
- name: Twilio
@@ -356,11 +351,11 @@
356351
href: age-gating.md
357352
- name: API connectors
358353
items:
359-
- name: Add an API connector to a sign-up user flow
354+
- name: Modify sign-up experiences
360355
href: add-api-connector.md
361356
displayName: rest claims validation, validate
362-
- name: Add an API connector to a sign-up or sign-in user flow
363-
href: custom-policy-rest-api-claims-exchange.md
357+
- name: Enrich tokens with external claims
358+
href: add-api-connector-token-enrichment.md
364359
displayName: rest claims exchange
365360
- name: Secure an API connector
366361
href: secure-rest-api.md
@@ -454,6 +449,9 @@
454449
- name: Azure Monitor
455450
href: azure-monitor.md
456451
displayName: log, logs, logging, usage, events, reports, reporting, dashboard
452+
- name: Azure Sentinel
453+
href: azure-sentinel.md
454+
displayName: log, logs, logging, events, Azure Monitor, Azure Sentinel, SIEM, threat hunting, Security, Security Orchestration
457455
- name: Usage analytics
458456
href: analytics-with-application-insights.md
459457
displayName: application insights, app insights, reports, reporting

0 commit comments

Comments
 (0)