Skip to content

Commit 964bfea

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into nw-inspect3
2 parents d66fe44 + 9d3689d commit 964bfea

File tree

5,646 files changed

+26170
-17289
lines changed

Some content is hidden

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

5,646 files changed

+26170
-17289
lines changed

.github/workflows/stale.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Mark stale pull requests
22

3+
permissions:
4+
issues: write
5+
pull-requests: write
6+
37
on:
48
schedule:
59
- cron: "0 */6 * * *"
@@ -8,7 +12,7 @@ jobs:
812
stale:
913

1014
runs-on: ubuntu-latest
11-
15+
1216
steps:
1317
- uses: actions/stale@v3
1418
with:

.openpublishing.publish.config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,6 +1215,7 @@
12151215
".openpublishing.redirection.container-service.json",
12161216
".openpublishing.redirection.defender-for-cloud.json",
12171217
".openpublishing.redirection.defender-for-iot.json",
1218+
".openpublishing.redirection.guidance.json",
12181219
".openpublishing.redirection.iot-hub-device-update.json",
12191220
".openpublishing.redirection.key-vault.json",
12201221
".openpublishing.redirection.machine-configuration.json",
@@ -1233,6 +1234,7 @@
12331234
"articles/ai-services/.openpublishing.redirection.cognitive-services.json",
12341235
"articles/ai-studio/.openpublishing.redirection.ai-studio.json",
12351236
"articles/azure-fluid-relay/.openpublishing.redirection.fluid-relay.json",
1237+
"articles/azure-functions/.openpublishing.redirection.azure-functions.json",
12361238
"articles/azure-netapp-files/.openpublishing.redirection.azure-netapp-files.json",
12371239
"articles/azure-relay/.openpublishing.redirection.relay.json",
12381240
"articles/azure-video-analyzer/.openpublishing.redirection.azure-video-analyzer.json",

.openpublishing.redirection.azure-monitor.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2287,17 +2287,17 @@
22872287
},
22882288
{
22892289
"source_path_from_root": "/articles/azure-monitor/insights/solutions-inventory.md",
2290-
"redirect_url": "/azure/azure-monitor/monitor-reference",
2290+
"redirect_url": "/azure/azure-monitor/overview",
22912291
"redirect_document_id": false
22922292
},
22932293
{
22942294
"source_path_from_root": "/articles/monitoring/monitoring-solutions-inventory.md",
2295-
"redirect_url": "/azure/azure-monitor/monitor-reference",
2295+
"redirect_url": "/azure/azure-monitor/overview",
22962296
"redirect_document_id": false
22972297
},
22982298
{
22992299
"source_path_from_root": "/articles/azure-monitor/platform/data-locations.md",
2300-
"redirect_url": "/azure/azure-monitor/monitor-reference/",
2300+
"redirect_url": "/azure/azure-monitor/overview/",
23012301
"redirect_document_id": false
23022302
},
23032303
{
@@ -5146,7 +5146,7 @@
51465146
},
51475147
{
51485148
"source_path_from_root": "/articles/azure-monitor/platform/partners.md",
5149-
"redirect_url": "/azure/azure-monitor//partners",
5149+
"redirect_url": "/azure/azure-monitor/overview#integrate",
51505150
"redirect_document_id": false
51515151
},
51525152
{
@@ -6598,6 +6598,16 @@
65986598
"source_path_from_root": "/articles/azure-monitor/app/java-standalone-arguments.md",
65996599
"redirect_url": "/azure/azure-monitor/app/java-get-started-supplemental",
66006600
"redirect_document_id": true
6601+
},
6602+
{
6603+
"source_path_from_root": "/articles/azure-monitor/partners.md",
6604+
"redirect_url": "/azure/azure-monitor/overview#integrate",
6605+
"redirect_document_id": false
6606+
},
6607+
{
6608+
"source_path_from_root": "/articles/azure-monitor/monitor-reference.md",
6609+
"redirect_url": "/azure/azure-monitor/overview",
6610+
"redirect_document_id": false
66016611
}
66026612
]
66036613
}

0 commit comments

Comments
 (0)