Skip to content

Commit 4b879ac

Browse files
Merge pull request #262377 from ntrogh/alt-disable-issues
[Azure Load Testing] Enable standard feedback control
2 parents 60bfe52 + 36e8a73 commit 4b879ac

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docfx.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@
630630
"articles/deployment-environments/**/*.md": "https://feedback.azure.com/d365community/forum/7a13c6c1-2546-ed11-bba2-000d3a4e3927",
631631
"articles/dev-box/**/*.md": "https://feedback.azure.com/d365community/forum/dbaa0c2b-4e1d-ed11-b83d-000d3a4d97ea",
632632
"articles/dev-spaces/**/*.md": "https://github.com/Azure/dev-spaces/issues",
633-
"articles/devtest-lab/**/*.md": "https://feedback.azure.com/d365community/forum/502dba10-7726-ec11-b6e6-000d3a4f032c",
633+
"articles/devtest-labs/**/*.md": "https://feedback.azure.com/d365community/forum/502dba10-7726-ec11-b6e6-000d3a4f032c",
634634
"articles/digital-twins/**/*.md": "https://feedback.azure.com/d365community/forum/9d500f96-f124-ec11-b6e6-000d3a4f0da0",
635635
"articles/dms/**/*.md": "https://feedback.azure.com/d365community/forum/2dd7eb75-ef24-ec11-b6e6-000d3a4f0da0",
636636
"articles/dns/**/*.md": "https://feedback.azure.com/d365community/forum/8ae9bf04-8326-ec11-b6e6-000d3a4f0789?c=9c429912-8326-ec11-b6e6-000d3a4f0789",
@@ -742,9 +742,23 @@
742742
"articles/ai-services/LinguisticAnalysisAPI/**/*.md": "None",
743743
"articles/ai-services/Recommendations/**/*.md": "None",
744744
"articles/ai-services/Web-Language-Model/**/*.md": "None",
745+
"articles/devtest-labs/**/*": "Standard",
746+
"articles/lab-services/**/*": "Standard",
747+
"articles/load-testing/**/*": "Standard",
748+
"articles/playwright-testing/**/*": "Standard",
745749
"articles/virtual-machines/linux/classic/**/*": "None",
746750
"articles/virtual-machines/windows/classic/**/*": "None"
747751
},
752+
"feedback_help_link_url": {
753+
"articles/devtest-labs/**/*": "https://learn.microsoft.com/en-us/answers/tags/104/azure-devtest-labs",
754+
"articles/lab-services/**/*": "https://learn.microsoft.com/en-us/answers/tags/186/azure-lab-services",
755+
"articles/load-testing/**/*": "https://learn.microsoft.com/en-us/answers/tags/439/azure-load-testing"
756+
},
757+
"feedback_help_link_type": {
758+
"articles/devtest-labs/**/*": "get-help-at-qna",
759+
"articles/lab-services/**/*": "get-help-at-qna",
760+
"articles/load-testing/**/*": "get-help-at-qna"
761+
},
748762
"learn_banner_products": {
749763
"articles/**/*.md": [
750764
"azure"

0 commit comments

Comments
 (0)