Skip to content

Commit fa2239e

Browse files
Merge pull request #235667 from msjasteppe/manual-deploy-updates
First part of manual deployment rewrite
2 parents 37f3b51 + 6892b06 commit fa2239e

10 files changed

+49
-21
lines changed

.openpublishing.redirection.healthcare-apis.json

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -550,33 +550,61 @@
550550
"redirect_document_id": false
551551
},
552552
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-iot-connector-in-azure.md",
553-
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-choose",
553+
"redirect_url": "/azure/healthcare-apis/iot/deploy-choose-method",
554554
"redirect_document_id": false
555555
},
556556
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-02-new-button.md",
557-
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-button",
557+
"redirect_url": "/azure/healthcare-apis/iot/deploy-choose-method",
558558
"redirect_document_id": false
559559
},
560560
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-03-new-manual.md",
561-
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-manual",
561+
"redirect_url": "/azure/healthcare-apis/iot/deploy-choose-method",
562562
"redirect_document_id": false
563563
},
564564
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-05-new-config.md",
565-
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-config",
565+
"redirect_url": "/azure/healthcare-apis/iot/deploy-choose-method",
566566
"redirect_document_id": false
567567
},
568568
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-06-new-deploy.md",
569-
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-deploy",
569+
"redirect_url": "/azure/healthcare-apis/iot/deploy-choose-method",
570570
"redirect_document_id": false
571571
},
572572
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-08-new-ps-cli.md",
573-
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-powershell-cli",
573+
"redirect_url": "/azure/healthcare-apis/iot/deploy-json-powershell-cli",
574+
"redirect_document_id": false
575+
},
576+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-new-arm.md",
577+
"redirect_url": "/azure/healthcare-apis/iot/deploy-arm-template",
574578
"redirect_document_id": false
575579
},
576580
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-new-bicep-ps-cli.md",
577-
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-bicep-powershell-cli",
581+
"redirect_url": "/azure/healthcare-apis/iot/deploy-bicep-powershell-cli",
578582
"redirect_document_id": false
579-
},
583+
},
584+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-new-bicep-powershell-cli.md",
585+
"redirect_url": "/azure/healthcare-apis/iot/deploy-bicep-powershell-cli",
586+
"redirect_document_id": false
587+
},
588+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-new-choose.md",
589+
"redirect_url": "/azure/healthcare-apis/iot/deploy-choose-method",
590+
"redirect_document_id": false
591+
},
592+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-new-powershell-cli.md",
593+
"redirect_url": "/azure/healthcare-apis/iot/deploy-json-powershell-cli",
594+
"redirect_document_id": false
595+
},
596+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-new-config.md",
597+
"redirect_url": "/azure/healthcare-apis/iot/deploy-manual-config",
598+
"redirect_document_id": false
599+
},
600+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-new-deploy.md",
601+
"redirect_url": "/azure/healthcare-apis/iot/deploy-manual-post",
602+
"redirect_document_id": false
603+
},
604+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-new-manual.md",
605+
"redirect_url": "/azure/healthcare-apis/iot/deploy-manual-prerequisites",
606+
"redirect_document_id": false
607+
},
580608
{ "source_path_from_root": "/articles/healthcare-apis/iot/iot-connector-overview.md",
581609
"redirect_url": "/azure/healthcare-apis/iot/overview",
582610
"redirect_document_id": false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

articles/healthcare-apis/iot/index.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.collection: collection
1414
author: msjasteppe
1515
ms.author: jasteppe
16-
ms.date: 04/20/2023
16+
ms.date: 04/24/2023
1717

1818
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1919

@@ -37,17 +37,17 @@ landingContent:
3737
- linkListType: overview
3838
links:
3939
- text: Choose a deployment method
40-
url: deploy-new-choose.md
40+
url: deploy-choose-method.md
4141
- linkListType: quickstart
4242
links:
4343
- text: ARM template
44-
url: deploy-new-arm.md
44+
url: deploy-arm-template.md
4545
- text: Azure PowerShell or the Azure CLI
46-
url: deploy-new-powershell-cli.md
46+
url: deploy-json-powershell-cli.md
4747
- text: Azure Bicep
48-
url: deploy-new-bicep-powershell-cli.md
48+
url: deploy-bicep-powershell-cli.md
4949
- text: Azure portal
50-
url: deploy-new-manual.md
50+
url: deploy-manual-prerequisites.md
5151

5252
- title: Configure the MedTech service mappings
5353
linkLists:

articles/healthcare-apis/iot/toc.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ items:
1717
expanded: true
1818
items:
1919
- name: Choose a deployment method
20-
href: deploy-new-choose.md
20+
href: deploy-choose-method.md
2121
- name: ARM template
2222
href: deploy-new-arm.md
2323
- name: Azure PowerShell or the Azure CLI
24-
href: deploy-new-powershell-cli.md
24+
href: deploy-json-powershell-cli.md
2525
- name: Azure Bicep
26-
href: deploy-new-bicep-powershell-cli.md
26+
href: deploy-bicep-powershell-cli.md
2727
- name: Azure portal - Manual
28-
href: deploy-new-manual.md
28+
href: deploy-manual-prerequisites.md
2929
- name: Azure portal - Configure
30-
href: deploy-new-config.md
31-
- name: Azure portal - Deploy
32-
href: deploy-new-deploy.md
30+
href: deploy-manual-config.md
31+
- name: Azure portal - Post-deployment
32+
href: deploy-manual-post.md
3333
- name: Tutorials
3434
expanded: true
3535
items:

0 commit comments

Comments
 (0)