forked from MicrosoftDocs/azure-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.openpublishing.redirection.app-service.json
2689 lines (2689 loc) · 136 KB
/
.openpublishing.redirection.app-service.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"redirections": [
{
"source_path_from_root": "/articles/app-service/security-recommendations.md",
"redirect_url": "/security/benchmark/azure/baselines/app-service-security-baseline",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scenario-secure-app-authentication-app-service-as-user.md",
"redirect_url": "/azure/app-service/scenario-secure-app-authentication-app-service",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/deploy-resource-manager-template.md",
"redirect_url": "/azure/app-service/quickstart-arm-template",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/deploy-complex-application-predictably.md",
"redirect_url": "/azure/app-service/quickstart-arm-template",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/quickstart-html.md",
"redirect_url": "/azure/static-web-apps/get-started-portal",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/quickstart-html-uiex.md",
"redirect_url": "/azure/static-web-apps/get-started-portal",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-restore.md",
"redirect_url": "/azure/app-service/manage-backup",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/web-sites-restore.md",
"redirect_url": "/azure/app-service/manage-backup",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-web-restore-snapshots.md",
"redirect_url": "/azure/app-service/manage-backup",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/networking/app-gateway-with-service-endpoints.md",
"redirect_url": "/azure/app-service/overview-app-gateway-integration",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/networking/nat-gateway-integration.md",
"redirect_url": "/azure/app-service/overview-nat-gateway-integration",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/networking/private-endpoint.md",
"redirect_url": "/azure/app-service/overview-private-endpoint",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-deploy-ftp.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/deploy-ftp/deploy-ftp.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-deploy-github.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/deploy-github/deploy-github.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-continuous-deployment-github.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/deploy-github/deploy-github.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-deploy-local-git.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/deploy-github/deploy-github.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-deploy-staging-environment.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/deploy-deployment-slot/deploy-deployment-slot.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-linux-docker-aspnetcore.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/deploy-linux-docker/deploy-linux-docker-webapp-only.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-deploy-privateendpoint.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/integrate-with-app-gateway/integrate-with-app-gateway.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-configure-custom-domain.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/configure-custom-domain/configure-custom-domain-webapp-only.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-configure-ssl-certificate.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/configure-ssl-certificate/configure-ssl-certificate-webapp-only.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-scale-manual.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/scale-manual/scale-manual.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-scale-high-availability.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/scale-geographic/scale-geographic.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-integrate-app-service-with-application-gateway.md",
"redirect_url": "/azure/app-service/samples-cli",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-connect-to-sql.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/connect-to-sql/connect-to-sql.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-connect-to-storage.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/connect-to-storage/connect-to-storage.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-connect-to-redis.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/connect-to-redis/connect-to-redis.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-connect-to-documentdb.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/connect-to-documentdb/connect-to-documentdb.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-backup-schedule-restore.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/backup-one-time-schedule-restore/backup-restore.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scripts/cli-monitor.md",
"redirect_url": "https://github.com/Azure-Samples/azure-cli-samples/blob/master/app-service/monitor-with-logs/monitor-with-logs.sh",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-api/index.md",
"redirect_url": "/azure/app-service",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/index.md",
"redirect_url": "/azure/app-service",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/scenario-secure-app-clean-up-resources.md",
"redirect_url": "/azure/app-service/scenario-secure-app-access-storage#clean-up-resources",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/quickstart-nodejs-uiex.md",
"redirect_url": "/azure/app-service/quickstart-nodejs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/webjobs-create-ieux-conceptual.md",
"redirect_url": "/azure/app-service/webjobs-create",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/webjobs-create-ieux-view-log.md",
"redirect_url": "/azure/app-service/webjobs-create",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/webjobs-create-ieux.md",
"redirect_url": "/azure/app-service/webjobs-create",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/index.yml",
"redirect_url": "/azure/app-service/",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-best-practices.md",
"redirect_url": "/azure/app-service/app-service-best-practices",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-hybrid-connection-connect-on-premises-sql-server.md",
"redirect_url": "/azure/app-service/app-service-hybrid-connections",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-hybrid-connection-get-started.md",
"redirect_url": "/azure/app-service/app-service-hybrid-connections",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-app-cloning.md",
"redirect_url": "/azure/app-service/app-service-web-app-cloning",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-app-cloning-portal.md",
"redirect_url": "/azure/app-service/app-service-web-app-cloning",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-configure-tls-mutual-auth.md",
"redirect_url": "/azure/app-service/app-service-web-configure-tls-mutual-auth",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-get-started-cli-nodejs.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-html",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-get-started-html.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-html",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-get-started-html-cli-nodejs.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-html",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/web-sites-java-add-app.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-java",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-eclipse-create-hello-world-web-app.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-java",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-get-started-java.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-java",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-intellij-create-hello-world-web-app.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-java",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/java-create-azure-website-using-java-sdk.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-java",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-java-add-app.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-java",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-java-get-started.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-java",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-get-started-nodejs.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-nodejs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-get-started-nodejs-cli-nodejs.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-nodejs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-nodejs-get-started.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-nodejs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-nodejs-get-started-cli-nodejs.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-nodejs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-nodejs-chat-app-socketio.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-nodejs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-nodejs-develop-deploy-mac.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-nodejs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-nodejs-iojs.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-nodejs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-get-started-php.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-php",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-get-started-php-cli-nodejs.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-php",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-get-started-php-portal.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-php",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-php-get-started.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-php",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-php-get-started-cli-nodejs.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-php",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-php-mysql-deploy-use-ftp.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-php",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-php-mysql-deploy-use-git.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-php",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-php-sql-database-deploy-use-git.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-php",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-php-web-site-gallery.md",
"redirect_url": "/azure/app-service/app-service-web-get-started-php",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-nodejs-best-practices-and-troubleshoot-guide.md",
"redirect_url": "/azure/app-service/app-service-web-nodejs-best-practices-and-troubleshoot-guide",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-get-started-2.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-custom-domain",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-tutorial-custom-domain.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-custom-domain",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-tutorial-domain-ssl.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-custom-domain",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-custom-domain-name.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-custom-domain",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-godaddy-custom-domain-name.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-custom-domain",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-tutorial-dotnet-sqldatabase.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-tutorial-hyper-scale-app.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-dotnet-deploy-aspnet-mvc-mobile-app.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-dotnet-rest-service-aspnet-api-sql-database.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-api/app-service-api-cors-consume-javascript.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-rest-api",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-api/app-service-api-dotnet-get-started.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-rest-api",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-api/app-service-api-java-api-app.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-rest-api",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-api/app-service-api-metadata.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-rest-api",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-api/app-service-api-nodejs-api-app.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-rest-api",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-api/app-service-api-whats-changed.md",
"redirect_url": "/azure/app-service/app-service-web-tutorial-rest-api",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-mobile-how-to-configure-active-directory-authentication.md",
"redirect_url": "/azure/app-service/configure-authentication-provider-aad",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-mobile/app-service-mobile-how-to-configure-active-directory-authentication.md",
"redirect_url": "/azure/app-service/configure-authentication-provider-aad",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-mobile-how-to-configure-facebook-authentication.md",
"redirect_url": "/azure/app-service/configure-authentication-provider-facebook",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-mobile/app-service-mobile-how-to-configure-facebook-authentication.md",
"redirect_url": "/azure/app-service/configure-authentication-provider-facebook",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-mobile-how-to-configure-google-authentication.md",
"redirect_url": "/azure/app-service/configure-authentication-provider-google",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-mobile/app-service-mobile-how-to-configure-google-authentication.md",
"redirect_url": "/azure/app-service/configure-authentication-provider-google",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-mobile-how-to-configure-microsoft-authentication.md",
"redirect_url": "/azure/app-service/configure-authentication-provider-microsoft",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-mobile/app-service-mobile-how-to-configure-microsoft-authentication.md",
"redirect_url": "/azure/app-service/configure-authentication-provider-microsoft",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-mobile-how-to-configure-twitter-authentication.md",
"redirect_url": "/azure/app-service/configure-authentication-provider-twitter",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-mobile/app-service-mobile-how-to-configure-twitter-authentication.md",
"redirect_url": "/azure/app-service/configure-authentication-provider-twitter",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/web-sites-configure.md",
"redirect_url": "/azure/app-service/configure-common",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-configure.md",
"redirect_url": "/azure/app-service/configure-common",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-java-custom-upload.md",
"redirect_url": "/azure/app-service/configure-common",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-transform-extend.md",
"redirect_url": "/azure/app-service/configure-common",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/how-to-serve-content-from-azure-storage.md",
"redirect_url": "/azure/app-service/configure-connect-to-azure-storage",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-linux-cli.md",
"redirect_url": "/azure/app-service/configure-custom-container",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/app-service-linux-cli.md",
"redirect_url": "/azure/app-service/configure-custom-container?pivots=platform-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/configure-custom-container.md",
"redirect_url": "/azure/app-service/configure-custom-container?pivots=platform-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/web-sites-traffic-manager-custom-domain-name.md",
"redirect_url": "/azure/app-service/configure-domain-traffic-manager",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-traffic-manager-custom-domain-name.md",
"redirect_url": "/azure/app-service/configure-domain-traffic-manager",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/configure-language-dotnetcore.md",
"redirect_url": "/azure/app-service/configure-language-dotnetcore?pivots=platform-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-jre-support.md",
"redirect_url": "/azure/app-service/configure-language-java",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/app-service-java-enterprise.md",
"redirect_url": "/azure/app-service/configure-language-java?pivots=platform-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/app-service-linux-java.md",
"redirect_url": "/azure/app-service/configure-language-java?pivots=platform-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/configure-language-java.md",
"redirect_url": "/azure/app-service/configure-language-java?pivots=platform-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/how-to-java-apm-monitoring.md",
"redirect_url": "/azure/app-service/configure-language-java?pivots=platform-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/tutorial-java-enterprise-postgresql-app.md",
"redirect_url": "/azure/app-service/configure-language-java?pivots=platform-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/configure-language-nodejs.md",
"redirect_url": "/azure/app-service/configure-language-nodejs?pivots=platform-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/web-sites-php-configure.md",
"redirect_url": "/azure/app-service/configure-language-php",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-php-configure.md",
"redirect_url": "/azure/app-service/configure-language-php",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/configure-language-php.md",
"redirect_url": "/azure/app-service/configure-language-php?pivots=platform-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/how-to-configure-python.md",
"redirect_url": "/azure/app-service/configure-language-python",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/web-sites-python-configure.md",
"redirect_url": "/azure/app-service/configure-language-python",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-python-configure.md",
"redirect_url": "/azure/app-service/configure-language-python",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/configure-language-ruby.md",
"redirect_url": "https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/use_ruby_with_container.md",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/configure-language-ruby.md",
"redirect_url": "https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/use_ruby_with_container.md",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/app-service-linux-ssh-support.md",
"redirect_url": "/azure/app-service/configure-linux-open-ssh-session",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-linux-ssh-support.md",
"redirect_url": "/azure/app-service/configure-linux-open-ssh-session",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-web-tutorial-custom-ssl.md",
"redirect_url": "/azure/app-service/configure-ssl-bindings",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-app-powershell-ssl-binding.md",
"redirect_url": "/azure/app-service/configure-ssl-bindings",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-tutorial-custom-ssl.md",
"redirect_url": "/azure/app-service/configure-ssl-bindings",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/web-sites-purchase-ssl-web-site.md",
"redirect_url": "/azure/app-service/configure-ssl-certificate",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-configure-ssl-certificate.md",
"redirect_url": "/azure/app-service/configure-ssl-certificate",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-purchase-ssl-web-site.md",
"redirect_url": "/azure/app-service/configure-ssl-certificate",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-web-ssl-cert-load.md",
"redirect_url": "/azure/app-service/configure-ssl-certificate-in-code",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-linux-using-custom-docker-image.md",
"redirect_url": "/azure/app-service/containers/tutorial-custom-container?pivots=platform-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/app-service-linux-ci-cd.md",
"redirect_url": "/azure/app-service/deploy-ci-cd-custom-container",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-linux-ci-cd.md",
"redirect_url": "/azure/app-service/deploy-ci-cd-custom-container",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-deploy-complex-application-predictably.md",
"redirect_url": "/azure/app-service/deploy-complex-application-predictably",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-deploy-complex-application-predictably.md",
"redirect_url": "/azure/app-service/deploy-complex-application-predictably",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-deployment-credentials.md",
"redirect_url": "/azure/app-service/deploy-configure-credentials",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-deployment-credentials.md",
"redirect_url": "/azure/app-service/deploy-configure-credentials",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/deploy-content-sync.md",
"redirect_url": "/azure/app-service/deploy-continuous-deployment",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-deploy-content-sync.md",
"redirect_url": "/azure/app-service/deploy-continuous-deployment",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-deploy-content-sync.md",
"redirect_url": "/azure/app-service/deploy-continuous-deployment",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-continuous-deployment.md",
"redirect_url": "/azure/app-service/deploy-continuous-deployment",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-agile-software-development.md",
"redirect_url": "/azure/app-service/deploy-continuous-deployment",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-continuous-deployment.md",
"redirect_url": "/azure/app-service/deploy-continuous-deployment",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-test-in-production-controlled-test-flight.md",
"redirect_url": "/azure/app-service/deploy-continuous-deployment",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-deploy-ftp.md",
"redirect_url": "/azure/app-service/deploy-ftp",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-deploy-ftp.md",
"redirect_url": "/azure/app-service/deploy-ftp",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-deploy-local-git.md",
"redirect_url": "/azure/app-service/deploy-local-git",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-deployment-readme.md",
"redirect_url": "/azure/app-service/deploy-local-git",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-deploy-local-git.md",
"redirect_url": "/azure/app-service/deploy-local-git",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-deploy.md",
"redirect_url": "/azure/app-service/deploy-local-git",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/web-sites-rm-template-guidance.md",
"redirect_url": "/azure/app-service/deploy-resource-manager-template",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/web-sites-staged-publishing.md",
"redirect_url": "/azure/app-service/deploy-staging-slots",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-staged-publishing-realworld-scenarios.md",
"redirect_url": "/azure/app-service/deploy-staging-slots",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-test-in-production-get-start.md",
"redirect_url": "/azure/app-service/deploy-staging-slots",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-staged-publishing.md",
"redirect_url": "/azure/app-service/deploy-staging-slots",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-deploy-zip.md",
"redirect_url": "/azure/app-service/deploy-zip",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-app-service-environment-control-inbound-traffic.md",
"redirect_url": "/azure/app-service/environment/app-service-app-service-environment-control-inbound-traffic",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-app-service-environment-create-ilb-ase-resourcemanager.md",
"redirect_url": "/azure/app-service/environment/app-service-app-service-environment-create-ilb-ase-resourcemanager",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-app-service-environment-custom-settings.md",
"redirect_url": "/azure/app-service/environment/app-service-app-service-environment-custom-settings",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-app-service-environment-geo-distributed-scale.md",
"redirect_url": "/azure/app-service/environment/app-service-app-service-environment-geo-distributed-scale",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-app-service-environment-intro.md",
"redirect_url": "/azure/app-service/environment/app-service-app-service-environment-intro",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-app-service-environment-layered-security.md",
"redirect_url": "/azure/app-service/environment/app-service-app-service-environment-layered-security",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-app-service-environment-network-architecture-overview.md",
"redirect_url": "/azure/app-service/environment/app-service-app-service-environment-network-architecture-overview",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-app-service-environment-network-configuration-expressroute.md",
"redirect_url": "/azure/app-service/environment/app-service-app-service-environment-network-configuration-expressroute",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-app-service-environment-securely-connecting-to-backend-resources.md",
"redirect_url": "/azure/app-service/environment/app-service-app-service-environment-securely-connecting-to-backend-resources",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-app-service-environment-web-application-firewall.md",
"redirect_url": "/azure/app-service/environment/app-service-app-service-environment-web-application-firewall",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-environment-auto-scale.md",
"redirect_url": "/azure/app-service/environment/app-service-environment-auto-scale",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-environment-with-internal-load-balancer.md",
"redirect_url": "/azure/app-service/environment/app-service-environment-with-internal-load-balancer",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-configure-an-app-service-environment.md",
"redirect_url": "/azure/app-service/environment/app-service-web-configure-an-app-service-environment",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-how-to-create-an-app-service-environment.md",
"redirect_url": "/azure/app-service/environment/app-service-web-how-to-create-an-app-service-environment",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-how-to-create-a-web-app-in-an-ase.md",
"redirect_url": "/azure/app-service/environment/app-service-web-how-to-create-a-web-app-in-an-ase",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-scale-a-web-app-in-an-app-service-environment.md",
"redirect_url": "/azure/app-service/environment/app-service-web-scale-a-web-app-in-an-app-service-environment",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-environment/create-external-ase.md",
"redirect_url": "/azure/app-service/environment/create-external-ase",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-environment/create-from-template.md",
"redirect_url": "/azure/app-service/environment/create-from-template",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-environment/create-ilb-ase.md",
"redirect_url": "/azure/app-service/environment/create-ilb-ase",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-app-service-environments-readme.md",
"redirect_url": "/azure/app-service/environment/overview",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-environment/intro.md",
"redirect_url": "/azure/app-service/environment/overview",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-environment/readme.md",
"redirect_url": "/azure/app-service/environment/overview",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-environment/management-addresses.md",
"redirect_url": "/azure/app-service/environment/management-addresses",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-environment/network-info.md",
"redirect_url": "/azure/app-service/environment/network-info",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-environment/using-an-ase.md",
"redirect_url": "/azure/app-service/environment/using-an-ase",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/containers/app-service-linux-faq.md",
"redirect_url": "/troubleshoot/azure/general/faqs-app-service-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-linux-faq.md",
"redirect_url": "/troubleshoot/azure/general/faqs-app-service-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-web-availability-performance-application-issues-faq.md",
"redirect_url": "/troubleshoot/azure/general/web-apps-performance-faqs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-availability-performance-application-issues-faq.md",
"redirect_url": "/troubleshoot/azure/general/web-apps-performance-faqs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-web-configuration-and-management-faq.md",
"redirect_url": "/troubleshoot/azure/general/web-apps-configuration-and-management-faqs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-configuration-and-management-faq.md",
"redirect_url": "/troubleshoot/azure/general/web-apps-configuration-and-management-faqs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/faq-app-service-linux.yml",
"redirect_url": "/troubleshoot/azure/general/faqs-app-service-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/faq-availability-performance-application-issues.yml",
"redirect_url": "/troubleshoot/azure/general/web-apps-performance-faqs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/faq-configuration-and-management.yml",
"redirect_url": "/troubleshoot/azure/general/web-apps-configuration-and-management-faqs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/faq-deployment.yml",
"redirect_url": "/troubleshoot/azure/general/web-apps-deployment-faqs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/faq-open-source-technologies.yml",
"redirect_url": "/troubleshoot/azure/general/web-apps-open-source-technologies-faqs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-web-deployment-faq.md",
"redirect_url": "/troubleshoot/azure/general/web-apps-deployment-faqs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-deployment-faq.md",
"redirect_url": "/troubleshoot/azure/general/web-apps-deployment-faqs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/app-service-web-open-source-technologies-faq.md",
"redirect_url": "/troubleshoot/azure/general/web-apps-open-source-technologies-faqs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/app-service-web-open-source-technologies-faq.md",
"redirect_url": "/troubleshoot/azure/general/web-apps-open-source-technologies-faqs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service/web-sites-backup.md",
"redirect_url": "/azure/app-service/manage-backup",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/web-sites-backup.md",
"redirect_url": "/azure/app-service/manage-backup",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/app-service-web/websites-csm-backup.md",
"redirect_url": "/azure/app-service/manage-backup",