Skip to content

Commit 156b56e

Browse files
committed
Minor edits
1 parent 5d379ee commit 156b56e

File tree

3 files changed

+11
-20
lines changed

3 files changed

+11
-20
lines changed

articles/healthcare-apis/iot/deploy-new-arm.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: quickstart
8-
ms.date: 02/27/2023
8+
ms.date: 03/10/2023
99
ms.author: jasteppe
1010
---
1111

@@ -14,14 +14,13 @@ ms.author: jasteppe
1414
> [!NOTE]
1515
> [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/) is an open healthcare specification.
1616
17-
To implement infrastructure as code for your Azure solutions, use Azure Resource Manager templates (ARM templates). The template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your project. The template uses declarative syntax, which lets you state what you intend to deploy without having to write the sequence of programming commands to create it. In the template, you specify the resources to deploy and the properties for those resources.
17+
To implement infrastructure as code for your Azure solutions, use Azure Resource Manager templates (ARM templates). The template is a [JavaScript Object Notation (JSON)](https://www.json.org/) file that defines the infrastructure and configuration for your project. The template uses declarative syntax, which lets you state what you intend to deploy without having to write the sequence of programming commands to create it. In the template, you specify the resources to deploy and the properties for those resources.
1818

1919
In this quickstart, you'll learn how to:
2020

21-
> [!div class="checklist"]
22-
> - Open an ARM template in the Azure portal.
23-
> - Configure the ARM template for your deployment.
24-
> - Deploy the ARM template.
21+
- Open an ARM template in the Azure portal.
22+
- Configure the ARM template for your deployment.
23+
- Deploy the ARM template.
2524

2625
> [!TIP]
2726
> To learn more about ARM templates, see [What are ARM templates?](./../../azure-resource-manager/templates/overview.md)
@@ -56,7 +55,7 @@ To begin deployment in the Azure portal, select the **Deploy to Azure** button:
5655

5756
- **Resource group** - An existing resource group, or you can create a new resource group.
5857

59-
- **Region** - The Azure region of the resource group that's used for the deployment. Region auto-fills by using the resource group region.
58+
- **Region** - The Azure region of the resource group that's used for the deployment. Region autofills by using the resource group region.
6059

6160
- **Basename** - A value that's appended to the name of the Azure resources and services that are deployed.
6261

articles/healthcare-apis/iot/deploy-new-bicep-powershell-cli.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: quickstart
8-
ms.date: 02/27/2023
8+
ms.date: 03/10/2023
99
ms.author: jasteppe
1010
---
1111

@@ -14,14 +14,9 @@ ms.author: jasteppe
1414
> [!NOTE]
1515
> [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/) is an open healthcare specification.
1616
17-
Bicep is a domain-specific language (DSL) that uses declarative syntax to deploy Azure resources. In a Bicep file, you define the infrastructure you want to deploy to Azure, and then use that file throughout the development lifecycle to repeatedly deploy your infrastructure. Your resources are deployed in a consistent manner.
17+
Bicep is a domain-specific language (DSL) that uses declarative syntax to deploy Azure resources. In a Bicep file, you define the infrastructure you want to deploy to Azure, and then use that file throughout the development lifecycle to repeatedly deploy your infrastructure. Your resources are deployed in a consistent manner Bicep provides concise syntax, reliable type safety, and support for code reuse. Bicep offers a first-class authoring experience for your infrastructure-as-code solutions in Azure.
1818

19-
Bicep provides concise syntax, reliable type safety, and support for code reuse. Bicep offers a first-class authoring experience for your infrastructure-as-code solutions in Azure.
20-
21-
In this quickstart, you'll learn how to:
22-
23-
> [!div class="checklist"]
24-
> - Use Azure PowerShell or the Azure CLI to deploy an instance of the MedTech service using a Bicep file.
19+
In this quickstart, you'll learn how to use Azure PowerShell or the Azure CLI to deploy an instance of the MedTech service using a Bicep file.
2520

2621
> [!TIP]
2722
> To learn more about Bicep, see [What is Bicep?](../../azure-resource-manager/bicep/overview.md?tabs=bicep)

articles/healthcare-apis/iot/deploy-new-powershell-cli.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: quickstart
8-
ms.date: 1/5/2023
8+
ms.date: 03/10/2023
99
ms.author: jasteppe
1010
---
1111

@@ -16,10 +16,7 @@ ms.author: jasteppe
1616
1717
To implement infrastructure as code for your Azure solutions, use Azure Resource Manager templates (ARM templates). The template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your project. The template uses declarative syntax, which lets you state what you intend to deploy without having to write the sequence of programming commands to create it. In the template, you specify the resources to deploy and the properties for those resources.
1818

19-
In this quickstart, you'll learn how to:
20-
21-
> [!div class="checklist"]
22-
> - Use Azure PowerShell or the Azure CLI to deploy an instance of the MedTech service using an Azure Resource Manager template (ARM template).
19+
In this quickstart, you'll learn how use Azure PowerShell or the Azure CLI to deploy an instance of the MedTech service using an Azure Resource Manager template (ARM template).
2320

2421
> [!TIP]
2522
> To learn more about ARM templates, see [What are ARM templates?](./../../azure-resource-manager/templates/overview.md)

0 commit comments

Comments
 (0)