Skip to content

Commit 45882ff

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 24e3ff4 + bec2b2c commit 45882ff

File tree

20,862 files changed

+492851
-299189
lines changed

Some content is hidden

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

20,862 files changed

+492851
-299189
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:allowed-branchname-matches ["main" "release-.*"]
2-
:allowed-filename-matches ["(?i)articles/(?:(?!active-directory/saas-apps/toc.yml|role-based-access-control/resource-provider-operations.md|.*policy/samples/|.*resource-graph/samples/))" "(?i)includes/(?:(?!policy/reference/|policy/standards/))"]}
2+
:allowed-filename-matches ["(?i)articles/(?:(?!active-directory/saas-apps/toc.yml|role-based-access-control/resource-provider-operations.md|.*policy/samples/|.*resource-graph/samples/))" "(?i)includes/(?:(?!policy/reference/|policy/standards/|resource-graph/samples/))"]}
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: "📄 Azure Kubernetes Services - Feedback control template"
2+
title: "Feedback"
3+
description: >-
4+
🛈 FYI - This issue template is intended for use by the feedback control on the bottom of Azure Kubernetes Services pages on the
5+
https://learn.microsoft.com/azure/aks site.
6+
labels:
7+
- "azure-kubernetes-services/svc"
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: "## Enter your feedback"
12+
- type: markdown
13+
attributes:
14+
value: Select the issue type, and describe the issue in the text box below. Add as much detail as needed to help us resolve the issue.
15+
- type: dropdown
16+
id: issue-type
17+
attributes:
18+
label: Type of issue
19+
options:
20+
- Typo
21+
- Code doesn't work
22+
- Missing information
23+
- Outdated article
24+
- Other (describe below)
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: userfeedback
29+
validations:
30+
required: true
31+
attributes:
32+
label: Feedback
33+
description: >-
34+
If possible, please provide extended details that will add context and help the team update
35+
the documentation. Additional details may not be useful for typos, grammar, formatting, etc.
36+
For technical or factual errors, please include code snippets and output to show how the
37+
documentation is incorrect.
38+
- type: markdown
39+
attributes:
40+
value: "## 🚧 Article information 🚧"
41+
- type: markdown
42+
attributes:
43+
value: "*Don't modify the following fields*. They are automatically filled in for you. Doing so will disconnect your issue from the affected article. *Don't edit them*."
44+
- type: input
45+
id: pageUrl
46+
validations:
47+
required: true
48+
attributes:
49+
label: Page URL
50+
- type: input
51+
id: contentSourceUrl
52+
validations:
53+
required: true
54+
attributes:
55+
label: Content source URL
56+
- type: input
57+
id: author
58+
validations:
59+
required: true
60+
attributes:
61+
label: Author
62+
description: GitHub Id of the author
63+
- type: input
64+
id: documentVersionIndependentId
65+
validations:
66+
required: true
67+
attributes:
68+
label: Document Id

.openpublishing.publish.config.json

Lines changed: 76 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@
135135
"branch_mapping": {}
136136
},
137137
{
138-
"path_to_root": "ms-identity-dotnetcore-b2c-account-management",
138+
"path_to_root": "ms-identity-dotnetcore-b2c-account-management-archive",
139139
"url": "https://github.com/Azure-Samples/ms-identity-dotnetcore-b2c-account-management",
140-
"branch": "master",
140+
"branch": "archive",
141141
"branch_mapping": {}
142142
},
143143
{
@@ -236,6 +236,12 @@
236236
"branch": "main",
237237
"branch_mapping": {}
238238
},
239+
{
240+
"path_to_root": "functions-python-extensions",
241+
"url": "https://github.com/Azure/azure-functions-python-extensions",
242+
"branch": "dev",
243+
"branch_mapping": {}
244+
},
239245
{
240246
"path_to_root": "functions-python-tensorflow-tutorial",
241247
"url": "https://github.com/Azure-Samples/functions-python-tensorflow-tutorial",
@@ -247,7 +253,13 @@
247253
"url": "https://github.com/Azure-Samples/function-app-arm-templates",
248254
"branch": "main",
249255
"branch_mapping": {}
250-
},
256+
},
257+
{
258+
"path_to_root": "function-flex-consumption",
259+
"url": "https://github.com/Azure-Samples/azure-functions-flex-consumption-samples",
260+
"branch": "main",
261+
"branch_mapping": {}
262+
},
251263
{
252264
"path_to_root": "functions-azure-product",
253265
"url": "https://github.com/Azure/Azure-Functions",
@@ -356,6 +368,12 @@
356368
"branch": "main",
357369
"branch_mapping": {}
358370
},
371+
{
372+
"path_to_root": "azure-functions-python-worker",
373+
"url": "https://github.com/Azure/azure-functions-python-worker",
374+
"branch": "dev",
375+
"branch_mapping": {}
376+
},
359377
{
360378
"path_to_root": "functions-openapi-turbine-repair",
361379
"url": "https://github.com/Azure-Samples/functions-openapi-turbine-repair",
@@ -494,6 +512,12 @@
494512
"branch": "sdk-codetest",
495513
"branch_mapping": {}
496514
},
515+
{
516+
"path_to_root": "rag-data-openai-python-promptflow-main",
517+
"url": "https://github.com/Azure-Samples/rag-data-openai-python-promptflow",
518+
"branch": "main",
519+
"branch_mapping": {}
520+
},
497521
{
498522
"path_to_root": "azureml-examples-main",
499523
"url": "https://github.com/azure/azureml-examples",
@@ -866,6 +890,12 @@
866890
"branch": "master",
867891
"branch_mapping": {}
868892
},
893+
{
894+
"path_to_root": "blob-devguide-go",
895+
"url": "https://github.com/Azure-Samples/blob-storage-devguide-go",
896+
"branch": "main",
897+
"branch_mapping": {}
898+
},
869899
{
870900
"path_to_root": "azure-sdk-for-net",
871901
"url": "https://github.com/Azure/azure-sdk-for-net/",
@@ -968,12 +998,24 @@
968998
"branch": "main",
969999
"branch_mapping": {}
9701000
},
1001+
{
1002+
"path_to_root": "msdocs-app-service-sqldb-dotnetcore",
1003+
"url": "https://github.com/Azure-Samples/msdocs-app-service-sqldb-dotnetcore",
1004+
"branch": "main",
1005+
"branch_mapping": {}
1006+
},
9711007
{
9721008
"path_to_root": "azuresignalr-samples",
9731009
"url": "https://github.com/aspnet/AzureSignalR-samples",
9741010
"branch": "main",
9751011
"branch_mapping": {}
9761012
},
1013+
{
1014+
"path_to_root": "azure-typescript-e2e-apps",
1015+
"url": "https://github.com/Azure-Samples/azure-typescript-e2e-apps",
1016+
"branch": "main",
1017+
"branch_mapping": {}
1018+
},
9771019
{
9781020
"path_to_root": "azure-webpubsub",
9791021
"url": "https://github.com/Azure/azure-webpubsub",
@@ -986,6 +1028,12 @@
9861028
"branch": "docs-snippets",
9871029
"branch_mapping": {}
9881030
},
1031+
{
1032+
"path_to_root": "functions-openai-extension",
1033+
"url": "https://github.com/Azure/azure-functions-openai-extension",
1034+
"branch": "main",
1035+
"branch_mapping": {}
1036+
},
9891037
{
9901038
"path_to_root": "cosmos-db-nosql-dotnet-samples",
9911039
"url": "https://github.com/azure-samples/cosmos-db-nosql-dotnet-samples",
@@ -1183,6 +1231,18 @@
11831231
"url": "https://github.com/Azure-Samples/explore-iot-operations",
11841232
"branch": "main",
11851233
"branch_mapping": {}
1234+
},
1235+
{
1236+
"path_to_root": "SupportArticles-docs",
1237+
"url": "https://github.com/MicrosoftDocs/SupportArticles-docs",
1238+
"branch": "main",
1239+
"branch_mapping": {}
1240+
},
1241+
{
1242+
"path_to_root": "msdocs-python-fastapi-webapp-quickstart",
1243+
"url": "https://github.com/Azure-Samples/msdocs-python-fastapi-webapp-quickstart",
1244+
"branch": "main",
1245+
"branch_mapping": {}
11861246
}
11871247
],
11881248
"branch_target_mapping": {
@@ -1200,7 +1260,12 @@
12001260
},
12011261
"redirection_files": [
12021262
".openpublishing.redirection.active-directory.json",
1263+
".openpublishing.redirection.ai-services-from-applied.json",
1264+
".openpublishing.redirection.ai-services-from-cog.json",
1265+
".openpublishing.redirection.applied-ai-old.json",
1266+
".openpublishing.redirection.applied-ai-services.json",
12031267
".openpublishing.redirection.ansible.json",
1268+
".openpublishing.redirection.api-center.json",
12041269
".openpublishing.redirection.api-management.json",
12051270
".openpublishing.redirection.app-service.json",
12061271
".openpublishing.redirection.asc-for-iot.json",
@@ -1222,23 +1287,27 @@
12221287
".openpublishing.redirection.azure-web-pubsub.json",
12231288
".openpublishing.redirection.baremetal-infrastructure.json",
12241289
".openpublishing.redirection.blockchain.json",
1290+
".openpublishing.redirection.cognitive-services.json",
12251291
".openpublishing.redirection.container-service.json",
12261292
".openpublishing.redirection.data-lake-analytics.json",
12271293
".openpublishing.redirection.defender-for-cloud.json",
12281294
".openpublishing.redirection.defender-for-iot.json",
12291295
".openpublishing.redirection.dev-spaces.json",
12301296
".openpublishing.redirection.devops-project.json",
1297+
".openpublishing.redirection.document-db.json",
12311298
".openpublishing.redirection.germany.json",
12321299
".openpublishing.redirection.government.json",
12331300
".openpublishing.redirection.guidance.json",
12341301
".openpublishing.redirection.industry.json",
1302+
".openpublishing.redirection.iot-accelerators.json",
12351303
".openpublishing.redirection.iot-develop.json",
12361304
".openpublishing.redirection.iot-hub-device-update.json",
12371305
".openpublishing.redirection.json",
12381306
".openpublishing.redirection.key-vault.json",
12391307
".openpublishing.redirection.machine-configuration.json",
12401308
".openpublishing.redirection.marketplace.json",
12411309
".openpublishing.redirection.openshift.json",
1310+
".openpublishing.redirection.private-multi-access-edge-compute-mec.json",
12421311
".openpublishing.redirection.purview.json",
12431312
".openpublishing.redirection.remoteapp.json",
12441313
".openpublishing.redirection.security-benchmark.json",
@@ -1253,12 +1322,9 @@
12531322
".openpublishing.redirection.virtual-desktop.json",
12541323
".openpublishing.redirection.vmware-cloudsimple.json",
12551324
"articles/active-directory-b2c/.openpublishing.redirection.active-directory-b2c.json",
1256-
"articles/ai-services/.openpublishing.redirection.ai-services-from-applied.json",
1257-
"articles/ai-services/.openpublishing.redirection.ai-services-from-cog.json",
1258-
"articles/ai-services/.openpublishing.redirection.applied-ai-old.json",
1259-
"articles/ai-services/.openpublishing.redirection.applied-ai-services.json",
1260-
"articles/ai-services/.openpublishing.redirection.cognitive-services.json",
1325+
"articles/ai-services.openpublishing.redirection.ai-services.json",
12611326
"articles/ai-studio/.openpublishing.redirection.ai-studio.json",
1327+
"articles/aks/.openpublishing.redirection.aks.json",
12621328
"articles/analysis-services/.openpublishing.redirection.analysis-services.json",
12631329
"articles/application-gateway/.openpublishing.redirection.application-gateway.json",
12641330
"articles/automation/.openpublishing.redirection.automation.json",
@@ -1297,7 +1363,6 @@
12971363
"articles/hdinsight/.openpublishing.redirection.hdinsight.json",
12981364
"articles/healthcare-apis/.openpublishing.redirection.healthcare-apis.json",
12991365
"articles/internet-peering/.openpublishing.redirection.internet-peering.json",
1300-
"articles/iot-accelerators/.openpublishing.redirection.iot-accelerators.json",
13011366
"articles/iot-central/.openpublishing.redirection.iot-central.json",
13021367
"articles/iot-dps/.openpublishing.redirection.iot-dps.json",
13031368
"articles/iot-edge/.openpublishing.redirection.iot-edge.json",
@@ -1310,6 +1375,7 @@
13101375
"articles/logic-apps/.openpublishing.redirection.logic-apps.json",
13111376
"articles/machine-learning/.openpublishing.redirection.machine-learning.json",
13121377
"articles/machine-learning/v1/.openpublishing.redirection.machine-learning-v1.json",
1378+
"articles/managed-instance-apache-cassandra/.openpublishing.redirection.managed-instance-apache-cassandra.json",
13131379
"articles/mariadb/.openpublishing.redirection.mariadb.json",
13141380
"articles/migrate/.openpublishing.redirection.migrate.json",
13151381
"articles/mysql/.openpublishing.redirection.mysql.json",
@@ -1318,6 +1384,7 @@
13181384
"articles/object-anchors/.openpublishing.redirection.object-anchors.json",
13191385
"articles/operator-insights/.openpublishing.redirection.operator-insights.json",
13201386
"articles/operator-nexus/.openpublishing.redirection.operator-nexus.json",
1387+
"articles/operator-service-manager/.openpublishing.redirection.operator-service-manager.json",
13211388
"articles/peering-service/.openpublishing.redirection.peering-service.json",
13221389
"articles/postgresql/.openpublishing.redirection.postgresql.json",
13231390
"articles/route-server/.openpublishing.redirection.route-server.json",

.openpublishing.redirection.active-directory.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32725,6 +32725,11 @@
3272532725
"redirect_url": "/azure/active-directory/governance/licensing-fundamentals",
3272632726
"redirect_document_id": false
3272732727
},
32728+
{
32729+
"source_path": "articles/active-directory/azuread-dev/index.yml",
32730+
"redirect_url": "/entra/identity-platform",
32731+
"redirect_document_id": false
32732+
},
3272832733
{
3272932734
"source_path": "articles/active-directory/azuread-dev/about-microsoft-identity-platform.md",
3273032735
"redirect_url": "/previous-versions/azure/active-directory/azuread-dev/about-microsoft-identity-platform",

0 commit comments

Comments
 (0)