Skip to content

Commit 5f53d7f

Browse files
authored
Merge branch 'main' into vc-service-limits-2024-06-28
2 parents 557da33 + b45e29e commit 5f53d7f

File tree

15,853 files changed

+327244
-171615
lines changed

Some content is hidden

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

15,853 files changed

+327244
-171615
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: 39 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,7 @@
247253
"url": "https://github.com/Azure-Samples/function-app-arm-templates",
248254
"branch": "main",
249255
"branch_mapping": {}
250-
},
256+
},
251257
{
252258
"path_to_root": "functions-azure-product",
253259
"url": "https://github.com/Azure/Azure-Functions",
@@ -356,6 +362,12 @@
356362
"branch": "main",
357363
"branch_mapping": {}
358364
},
365+
{
366+
"path_to_root": "azure-functions-python-worker",
367+
"url": "https://github.com/Azure/azure-functions-python-worker",
368+
"branch": "dev",
369+
"branch_mapping": {}
370+
},
359371
{
360372
"path_to_root": "functions-openapi-turbine-repair",
361373
"url": "https://github.com/Azure-Samples/functions-openapi-turbine-repair",
@@ -866,6 +878,12 @@
866878
"branch": "master",
867879
"branch_mapping": {}
868880
},
881+
{
882+
"path_to_root": "blob-devguide-go",
883+
"url": "https://github.com/Azure-Samples/blob-storage-devguide-go",
884+
"branch": "main",
885+
"branch_mapping": {}
886+
},
869887
{
870888
"path_to_root": "azure-sdk-for-net",
871889
"url": "https://github.com/Azure/azure-sdk-for-net/",
@@ -992,6 +1010,12 @@
9921010
"branch": "docs-snippets",
9931011
"branch_mapping": {}
9941012
},
1013+
{
1014+
"path_to_root": "functions-openai-extension",
1015+
"url": "https://github.com/Azure/azure-functions-openai-extension",
1016+
"branch": "main",
1017+
"branch_mapping": {}
1018+
},
9951019
{
9961020
"path_to_root": "cosmos-db-nosql-dotnet-samples",
9971021
"url": "https://github.com/azure-samples/cosmos-db-nosql-dotnet-samples",
@@ -1212,7 +1236,12 @@
12121236
},
12131237
"redirection_files": [
12141238
".openpublishing.redirection.active-directory.json",
1239+
".openpublishing.redirection.ai-services-from-applied.json",
1240+
".openpublishing.redirection.ai-services-from-cog.json",
1241+
".openpublishing.redirection.applied-ai-old.json",
1242+
".openpublishing.redirection.applied-ai-services.json",
12151243
".openpublishing.redirection.ansible.json",
1244+
".openpublishing.redirection.api-center.json",
12161245
".openpublishing.redirection.api-management.json",
12171246
".openpublishing.redirection.app-service.json",
12181247
".openpublishing.redirection.asc-for-iot.json",
@@ -1234,12 +1263,14 @@
12341263
".openpublishing.redirection.azure-web-pubsub.json",
12351264
".openpublishing.redirection.baremetal-infrastructure.json",
12361265
".openpublishing.redirection.blockchain.json",
1266+
".openpublishing.redirection.cognitive-services.json",
12371267
".openpublishing.redirection.container-service.json",
12381268
".openpublishing.redirection.data-lake-analytics.json",
12391269
".openpublishing.redirection.defender-for-cloud.json",
12401270
".openpublishing.redirection.defender-for-iot.json",
12411271
".openpublishing.redirection.dev-spaces.json",
12421272
".openpublishing.redirection.devops-project.json",
1273+
".openpublishing.redirection.document-db.json",
12431274
".openpublishing.redirection.germany.json",
12441275
".openpublishing.redirection.government.json",
12451276
".openpublishing.redirection.guidance.json",
@@ -1252,6 +1283,7 @@
12521283
".openpublishing.redirection.machine-configuration.json",
12531284
".openpublishing.redirection.marketplace.json",
12541285
".openpublishing.redirection.openshift.json",
1286+
".openpublishing.redirection.private-multi-access-edge-compute-mec.json",
12551287
".openpublishing.redirection.purview.json",
12561288
".openpublishing.redirection.remoteapp.json",
12571289
".openpublishing.redirection.security-benchmark.json",
@@ -1266,12 +1298,9 @@
12661298
".openpublishing.redirection.virtual-desktop.json",
12671299
".openpublishing.redirection.vmware-cloudsimple.json",
12681300
"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",
1301+
"articles/ai-services.openpublishing.redirection.ai-services.json",
12741302
"articles/ai-studio/.openpublishing.redirection.ai-studio.json",
1303+
"articles/aks/.openpublishing.redirection.aks.json",
12751304
"articles/analysis-services/.openpublishing.redirection.analysis-services.json",
12761305
"articles/application-gateway/.openpublishing.redirection.application-gateway.json",
12771306
"articles/automation/.openpublishing.redirection.automation.json",
@@ -1322,6 +1351,7 @@
13221351
"articles/logic-apps/.openpublishing.redirection.logic-apps.json",
13231352
"articles/machine-learning/.openpublishing.redirection.machine-learning.json",
13241353
"articles/machine-learning/v1/.openpublishing.redirection.machine-learning-v1.json",
1354+
"articles/managed-instance-apache-cassandra/.openpublishing.redirection.managed-instance-apache-cassandra.json",
13251355
"articles/mariadb/.openpublishing.redirection.mariadb.json",
13261356
"articles/migrate/.openpublishing.redirection.migrate.json",
13271357
"articles/mysql/.openpublishing.redirection.mysql.json",
@@ -1330,6 +1360,7 @@
13301360
"articles/object-anchors/.openpublishing.redirection.object-anchors.json",
13311361
"articles/operator-insights/.openpublishing.redirection.operator-insights.json",
13321362
"articles/operator-nexus/.openpublishing.redirection.operator-nexus.json",
1363+
"articles/operator-service-manager/.openpublishing.redirection.operator-service-manager.json",
13331364
"articles/peering-service/.openpublishing.redirection.peering-service.json",
13341365
"articles/postgresql/.openpublishing.redirection.postgresql.json",
13351366
"articles/route-server/.openpublishing.redirection.route-server.json",

articles/ai-services/.openpublishing.redirection.ai-services-from-applied.json renamed to .openpublishing.redirection.ai-services-from-applied.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,39 @@
660660
"source_path_from_root": "/articles/ai-services/document-intelligence/concept-retrieval-augumented-generation.md",
661661
"redirect_url": "/azure/ai-services/document-intelligence/concept-retrieval-augmented-generation",
662662
"redirect_document_id": true
663+
},
664+
{
665+
"source_path_from_root": "/articles/ai-services/translator/document-translation/quickstarts/asynchronous-rest-api.md",
666+
"redirect_url": "/azure/ai-services/translator/document-translation/how-to-guides/use-rest-api-programmatically",
667+
"redirect_document_id": true
668+
},
669+
{
670+
"source_path_from_root": "/articles/ai-services/translator/document-translation/quickstarts/synchronous-rest-api.md",
671+
"redirect_url": "/azure/ai-services/translator/document-translation/how-to-guides/use-rest-api-programmatically",
672+
"redirect_document_id": false
673+
},
674+
{
675+
"source_path_from_root": "/articles/ai-services/translator/document-translation/quickstarts/asynchronous-sdk.md",
676+
"redirect_url": "/azure/ai-services/translator/document-translation/quickstarts/client-library-sdks",
677+
"redirect_document_id": true
678+
},
679+
{
680+
"source_path_from_root": "/articles/ai-services/translator/document-translation/reference/synchronous-rest-api-guide.md",
681+
"redirect_url": "/azure/ai-services/translator/document-translation/reference/translate-document",
682+
"redirect_document_id": true
683+
684+
},
685+
{
686+
"source_path_from_root": "/articles/ai-services/translator/document-translation/reference/start-translation.md",
687+
"redirect_url": "/azure/ai-services/translator/document-translation/reference/start-batch-translation",
688+
"redirect_document_id": true
689+
690+
},
691+
{
692+
"source_path_from_root": "/articles/ai-services/translator/document-translation/reference/get-supported-storage-sources.md",
693+
"redirect_url": "/azure/ai-services/translator/document-translation/reference/rest-api-guide",
694+
"redirect_document_id": false
695+
663696
}
664697

665698
]

articles/ai-services/.openpublishing.redirection.ai-services-from-cog.json renamed to .openpublishing.redirection.ai-services-from-cog.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3593,7 +3593,7 @@
35933593
{
35943594
"source_path_from_root": "/articles/cognitive-services/translator/reference/rest-api-guide.md",
35953595
"redirect_url": "/azure/ai-services/translator/reference/rest-api-guide",
3596-
"redirect_document_id": true
3596+
"redirect_document_id": false
35973597
},
35983598
{
35993599
"source_path_from_root": "/articles/cognitive-services/translator/reference/v3-0-break-sentence.md",
@@ -4343,7 +4343,7 @@
43434343
{
43444344
"source_path_from_root": "/articles/cognitive-services/translator/document-translation/how-to-guides/use-rest-api-programmatically.md",
43454345
"redirect_url": "/azure/ai-services/translator/document-translation/how-to-guides/use-rest-api-programmatically",
4346-
"redirect_document_id": true
4346+
"redirect_document_id": false
43474347
},
43484348
{
43494349
"source_path_from_root": "/articles/cognitive-services/translator/document-translation/quickstarts/document-translation-rest-api.md",
@@ -4398,7 +4398,7 @@
43984398
{
43994399
"source_path_from_root": "/articles/cognitive-services/translator/document-translation/reference/rest-api-guide.md",
44004400
"redirect_url": "/azure/ai-services/translator/document-translation/reference/rest-api-guide",
4401-
"redirect_document_id": true
4401+
"redirect_document_id": false
44024402
},
44034403
{
44044404
"source_path_from_root": "/articles/cognitive-services/translator/document-translation/reference/start-translation.md",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/api-center/use-vscode-extension-copilot.md",
5+
"redirect_url": "/azure/api-center/use-vscode-extension",
6+
"redirect_document_id": false
7+
}
8+
]
9+
}

articles/ai-services/.openpublishing.redirection.applied-ai-services.json renamed to .openpublishing.redirection.applied-ai-services.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,36 @@
219219
"source_path_from_root": "/articles/ai-services/openai/how-to/prepare-dataset.md",
220220
"redirect_url": "/azure/ai-services/openai/concepts/fine-tuning-considerations",
221221
"redirect_document_id": true
222+
},
223+
{
224+
"source_path_from_root": "/articles/ai-services/content-moderator/try-image-api.md",
225+
"redirect_url": "/azure/ai-services/content-moderator/client-libraries",
226+
"redirect_document_id": false
227+
},
228+
{
229+
"source_path_from_root": "/articles/ai-services/content-moderator/try-text-api.md",
230+
"redirect_url": "/azure/ai-services/content-moderator/client-libraries",
231+
"redirect_document_id": false
232+
},
233+
{
234+
"source_path_from_root": "/articles/ai-services/content-moderator/try-image-list-api.md",
235+
"redirect_url": "/azure/ai-services/content-moderator/image-lists-quickstart-dotnet",
236+
"redirect_document_id": false
237+
},
238+
{
239+
"source_path_from_root": "/articles/ai-services/content-moderator/try-terms-list-api.md",
240+
"redirect_url": "/azure/ai-services/content-moderator/term-lists-quickstart-dotnet",
241+
"redirect_document_id": false
242+
},
243+
{
244+
"source_path_from_root": "/articles/ai-services/content-safety/concepts/incident-response.md",
245+
"redirect_url": "/azure/ai-services/content-safety/concepts/custom-categories-rapid",
246+
"redirect_document_id": true
247+
},
248+
{
249+
"source_path_from_root": "/articles/ai-services/content-safety/how-to/incident-response.md",
250+
"redirect_url": "/azure/ai-services/content-safety/how-to/custom-categories-rapid",
251+
"redirect_document_id": true
222252
}
223253
]
224254
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/azure-arc/system-center-virtual-machine-manager/enable-group-management.md",
5+
"redirect_url": "enable-guest-management-at-scale",
6+
"redirect_document_id": false
7+
}
8+
]
9+
}

.openpublishing.redirection.azure-kubernetes-service.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
"redirect_url": "/azure/aks/azure-csi-files-storage-provision",
8181
"redirect_document_id": false
8282
},
83+
{
84+
"source_path_from_root": "/articles/aks/learn/tutorial-kubernetes-workload-identity.md",
85+
"redirect_url": "/azure/aks/workload-identity-deploy-cluster",
86+
"redirect_document_id": false
87+
},
8388
{
8489
"source_path_from_root": "/articles/aks/workload-identity-migration-sidecar.md",
8590
"redirect_url": "/azure/aks/workload-identity-migrate-from-pod-identity",
@@ -351,12 +356,6 @@
351356
"redirect_url": "/cli/azure/aks#az_aks_create",
352357
"redirect_document_id": false
353358
},
354-
{
355-
"source_path_from_root": "/articles/aks/delete-cluster.md",
356-
"redirect_url": "/cli/azure/aks#az_aks_delete",
357-
"redirect_document_id": false
358-
},
359-
360359
{
361360
"source_path": "articles/aks/view-master-logs.md",
362361
"redirect_url": "/azure/aks/view-control-plane-logs",

0 commit comments

Comments
 (0)