Skip to content

Commit f96b8db

Browse files
authored
Merge branch 'main' into JasonWHowell-patch-1
2 parents daacb8d + 4c4356f commit f96b8db

File tree

25,966 files changed

+512195
-386929
lines changed

Some content is hidden

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

25,966 files changed

+512195
-386929
lines changed
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 & 8 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,18 @@
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+
},
899+
{
900+
"path_to_root": "storage-mgmt-devguide-dotnet",
901+
"url": "https://github.com/Azure-Samples/storage-mgmt-devguide-dotnet",
902+
"branch": "main",
903+
"branch_mapping": {}
904+
},
869905
{
870906
"path_to_root": "azure-sdk-for-net",
871907
"url": "https://github.com/Azure/azure-sdk-for-net/",
@@ -956,6 +992,12 @@
956992
"branch": "main",
957993
"branch_mapping": {}
958994
},
995+
{
996+
"path_to_root": "msdocs-fastapi-postgresql-sample-app",
997+
"url": "https://github.com/Azure-Samples/msdocs-fastapi-postgresql-sample-app",
998+
"branch": "main",
999+
"branch_mapping": {}
1000+
},
9591001
{
9601002
"path_to_root": "msdocs-quarkus-postgresql-sample-app",
9611003
"url": "https://github.com/Azure-Samples/msdocs-quarkus-postgresql-sample-app",
@@ -968,6 +1010,12 @@
9681010
"branch": "main",
9691011
"branch_mapping": {}
9701012
},
1013+
{
1014+
"path_to_root": "msdocs-app-service-sqldb-dotnetcore",
1015+
"url": "https://github.com/Azure-Samples/msdocs-app-service-sqldb-dotnetcore",
1016+
"branch": "main",
1017+
"branch_mapping": {}
1018+
},
9711019
{
9721020
"path_to_root": "azuresignalr-samples",
9731021
"url": "https://github.com/aspnet/AzureSignalR-samples",
@@ -992,6 +1040,12 @@
9921040
"branch": "docs-snippets",
9931041
"branch_mapping": {}
9941042
},
1043+
{
1044+
"path_to_root": "functions-openai-extension",
1045+
"url": "https://github.com/Azure/azure-functions-openai-extension",
1046+
"branch": "main",
1047+
"branch_mapping": {}
1048+
},
9951049
{
9961050
"path_to_root": "cosmos-db-nosql-dotnet-samples",
9971051
"url": "https://github.com/azure-samples/cosmos-db-nosql-dotnet-samples",
@@ -1195,6 +1249,12 @@
11951249
"url": "https://github.com/MicrosoftDocs/SupportArticles-docs",
11961250
"branch": "main",
11971251
"branch_mapping": {}
1252+
},
1253+
{
1254+
"path_to_root": "msdocs-python-fastapi-webapp-quickstart",
1255+
"url": "https://github.com/Azure-Samples/msdocs-python-fastapi-webapp-quickstart",
1256+
"branch": "main",
1257+
"branch_mapping": {}
11981258
}
11991259
],
12001260
"branch_target_mapping": {
@@ -1212,7 +1272,12 @@
12121272
},
12131273
"redirection_files": [
12141274
".openpublishing.redirection.active-directory.json",
1275+
".openpublishing.redirection.ai-services-from-applied.json",
1276+
".openpublishing.redirection.ai-services-from-cog.json",
1277+
".openpublishing.redirection.applied-ai-old.json",
1278+
".openpublishing.redirection.applied-ai-services.json",
12151279
".openpublishing.redirection.ansible.json",
1280+
".openpublishing.redirection.api-center.json",
12161281
".openpublishing.redirection.api-management.json",
12171282
".openpublishing.redirection.app-service.json",
12181283
".openpublishing.redirection.asc-for-iot.json",
@@ -1234,12 +1299,15 @@
12341299
".openpublishing.redirection.azure-web-pubsub.json",
12351300
".openpublishing.redirection.baremetal-infrastructure.json",
12361301
".openpublishing.redirection.blockchain.json",
1302+
".openpublishing.redirection.cognitive-services.json",
12371303
".openpublishing.redirection.container-service.json",
12381304
".openpublishing.redirection.data-lake-analytics.json",
12391305
".openpublishing.redirection.defender-for-cloud.json",
12401306
".openpublishing.redirection.defender-for-iot.json",
12411307
".openpublishing.redirection.dev-spaces.json",
12421308
".openpublishing.redirection.devops-project.json",
1309+
".openpublishing.redirection.dms.json",
1310+
".openpublishing.redirection.document-db.json",
12431311
".openpublishing.redirection.germany.json",
12441312
".openpublishing.redirection.government.json",
12451313
".openpublishing.redirection.guidance.json",
@@ -1252,6 +1320,7 @@
12521320
".openpublishing.redirection.machine-configuration.json",
12531321
".openpublishing.redirection.marketplace.json",
12541322
".openpublishing.redirection.openshift.json",
1323+
".openpublishing.redirection.private-multi-access-edge-compute-mec.json",
12551324
".openpublishing.redirection.purview.json",
12561325
".openpublishing.redirection.remoteapp.json",
12571326
".openpublishing.redirection.security-benchmark.json",
@@ -1266,12 +1335,9 @@
12661335
".openpublishing.redirection.virtual-desktop.json",
12671336
".openpublishing.redirection.vmware-cloudsimple.json",
12681337
"articles/active-directory-b2c/.openpublishing.redirection.active-directory-b2c.json",
1269-
"articles/ai-services/.openpublishing.redirection.ai-services-from-applied.json",
1270-
"articles/ai-services/.openpublishing.redirection.ai-services-from-cog.json",
1271-
"articles/ai-services/.openpublishing.redirection.applied-ai-old.json",
1272-
"articles/ai-services/.openpublishing.redirection.applied-ai-services.json",
1273-
"articles/ai-services/.openpublishing.redirection.cognitive-services.json",
1338+
"articles/ai-services.openpublishing.redirection.ai-services.json",
12741339
"articles/ai-studio/.openpublishing.redirection.ai-studio.json",
1340+
"articles/aks/.openpublishing.redirection.aks.json",
12751341
"articles/analysis-services/.openpublishing.redirection.analysis-services.json",
12761342
"articles/application-gateway/.openpublishing.redirection.application-gateway.json",
12771343
"articles/automation/.openpublishing.redirection.automation.json",
@@ -1322,6 +1388,7 @@
13221388
"articles/logic-apps/.openpublishing.redirection.logic-apps.json",
13231389
"articles/machine-learning/.openpublishing.redirection.machine-learning.json",
13241390
"articles/machine-learning/v1/.openpublishing.redirection.machine-learning-v1.json",
1391+
"articles/managed-instance-apache-cassandra/.openpublishing.redirection.managed-instance-apache-cassandra.json",
13251392
"articles/mariadb/.openpublishing.redirection.mariadb.json",
13261393
"articles/migrate/.openpublishing.redirection.migrate.json",
13271394
"articles/mysql/.openpublishing.redirection.mysql.json",
@@ -1330,6 +1397,7 @@
13301397
"articles/object-anchors/.openpublishing.redirection.object-anchors.json",
13311398
"articles/operator-insights/.openpublishing.redirection.operator-insights.json",
13321399
"articles/operator-nexus/.openpublishing.redirection.operator-nexus.json",
1400+
"articles/operator-service-manager/.openpublishing.redirection.operator-service-manager.json",
13331401
"articles/peering-service/.openpublishing.redirection.peering-service.json",
13341402
"articles/postgresql/.openpublishing.redirection.postgresql.json",
13351403
"articles/route-server/.openpublishing.redirection.route-server.json",

0 commit comments

Comments
 (0)