You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/deploy-new-arm.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 02/27/2023
8
+
ms.date: 03/10/2023
9
9
ms.author: jasteppe
10
10
---
11
11
@@ -14,14 +14,13 @@ ms.author: jasteppe
14
14
> [!NOTE]
15
15
> [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/) is an open healthcare specification.
16
16
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.
18
18
19
19
In this quickstart, you'll learn how to:
20
20
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.
25
24
26
25
> [!TIP]
27
26
> 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:
56
55
57
56
-**Resource group** - An existing resource group, or you can create a new resource group.
58
57
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.
60
59
61
60
-**Basename** - A value that's appended to the name of the Azure resources and services that are deployed.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/deploy-new-bicep-powershell-cli.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 02/27/2023
8
+
ms.date: 03/10/2023
9
9
ms.author: jasteppe
10
10
---
11
11
@@ -14,14 +14,9 @@ ms.author: jasteppe
14
14
> [!NOTE]
15
15
> [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/) is an open healthcare specification.
16
16
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.
18
18
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.
25
20
26
21
> [!TIP]
27
22
> To learn more about Bicep, see [What is Bicep?](../../azure-resource-manager/bicep/overview.md?tabs=bicep)
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/deploy-new-powershell-cli.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 1/5/2023
8
+
ms.date: 03/10/2023
9
9
ms.author: jasteppe
10
10
---
11
11
@@ -16,10 +16,7 @@ ms.author: jasteppe
16
16
17
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.
18
18
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).
23
20
24
21
> [!TIP]
25
22
> To learn more about ARM templates, see [What are ARM templates?](./../../azure-resource-manager/templates/overview.md)
0 commit comments