Skip to content

Commit b224bdf

Browse files
committed
Copy edits and refresh
1 parent 2cc2e93 commit b224bdf

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

articles/openshift/quickstart-openshift-arm-bicep-template.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: 'Quickstart: Deploy an Azure Red Hat OpenShift cluster with an ARM template or Bicep'
3-
description: In this Quickstart, learn how to create an Azure Red Hat OpenShift cluster using an Azure Resource Manager template or a Bicep file.
3+
description: In this article, learn how to create an Azure Red Hat OpenShift cluster using an Azure Resource Manager template or a Bicep file.
44
author: johnmarco
55
ms.service: azure-redhat-openshift
66
ms.topic: quickstart
77
ms.custom: mode-arm, devx-track-azurecli, devx-track-azurepowershell, devx-track-arm-template, devx-track-bicep
88
ms.author: johnmarc
9-
ms.date: 02/02/2024
9+
ms.date: 07/15/2024
1010
keywords: azure, openshift, aro, red hat, arm, bicep
1111
zone_pivot_groups: azure-red-hat-openshift
1212
#Customer intent: I need to use ARM templates or Bicep files to deploy my Azure Red Hat OpenShift cluster.
1313
---
1414

1515
# Quickstart: Deploy an Azure Red Hat OpenShift cluster with an Azure Resource Manager template or Bicep file
1616

17-
This quickstart describes how to use either Azure Resource Manager template (ARM template) or Bicep to create an Azure Red Hat OpenShift cluster. You can deploy the Azure Red Hat OpenShift cluster with either PowerShell or the Azure command-line interface (Azure CLI).
17+
This article describes how to use either Azure Resource Manager template (ARM template) or Bicep to create an Azure Red Hat OpenShift cluster. You can deploy the Azure Red Hat OpenShift cluster with either PowerShell or the Azure command-line interface (Azure CLI).
1818

1919
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
2020

@@ -593,11 +593,7 @@ resource clusterName_resource 'Microsoft.RedHatOpenShift/OpenShiftClusters@2023-
593593

594594
## Deploy the azuredeploy.json template
595595

596-
This section provides information on deploying the azuredeploy.json template.
597-
598-
### azuredeploy.json parameters
599-
600-
The azuredeploy.json template is used to deploy an Azure Red Hat OpenShift cluster. The following parameters are required.
596+
The azuredeploy.json template is used to deploy an Azure Red Hat OpenShift cluster. The following parameters are required:
601597

602598
> [!NOTE]
603599
> For the `domain` parameter, specify the domain prefix that will be used as part of the auto-generated DNS name for OpenShift console and API servers. This prefix is also used as part of the name of the resource group that is created to host the cluster VMs.
@@ -639,7 +635,7 @@ Perform the following steps if you're using PowerShell.
639635

640636
### Before you begin - PowerShell
641637

642-
Before running the commands in this quickstart, you might need to run `Connect-AzAccount`. Check to determine whether you have connectivity to Azure before proceeding. To check whether you have connectivity, run `Get-AzContext` to verify whether you have access to an active Azure subscription.
638+
Before running the commands in this article, you might need to run `Connect-AzAccount`. Check to determine whether you have connectivity to Azure before proceeding. To check whether you have connectivity, run `Get-AzContext` to verify whether you have access to an active Azure subscription.
643639

644640
> [!NOTE]
645641
> This template uses the pull secret text that was obtained from the Red Hat OpenShift Cluster Manager website. Before proceeding, ensure you have the pull secret saved locally as `pull-secret.txt`.
@@ -730,7 +726,7 @@ To connect to your new cluster, review the steps in [Connect to an Azure Red Hat
730726

731727
### Clean up resources - PowerShell
732728

733-
Once you're done, run the following command to delete your resource group and all the resources you created in this tutorial.
729+
Once you're done, run the following command to delete your resource group and all the resources you created in this article.
734730

735731
```powershell
736732
Remove-AzResourceGroup -Name $resourceGroup -Force
@@ -741,7 +737,7 @@ Perform the following steps if you're using Azure CLI.
741737

742738
### Before you begin - Azure CLI
743739

744-
You might need to run `az login` before running the commands in this quickstart. Check whether you have connectivity to Azure before proceeding. To check whether you have connectivity, run `az account list` and verify that you have access to an active Azure subscription.
740+
You might need to run `az login` before running the commands in this article. Check whether you have connectivity to Azure before proceeding. To check whether you have connectivity, run `az account list` and verify that you have access to an active Azure subscription.
745741

746742
> [!NOTE]
747743
> This template will use the pull secret text that was obtained from the Red Hat OpenShift Cluster Manager website. Before proceeding
@@ -834,7 +830,7 @@ To connect to your new cluster, review the steps in [Connect to an Azure Red Hat
834830

835831
### Clean up resources - Azure CLI
836832

837-
Once you're done, run the following command to delete your resource group and all the resources you created in this tutorial.
833+
Once you're done, run the following command to delete your resource group and all the resources you created in this article.
838834

839835
```azurecli-interactive
840836
az aro delete --resource-group $RESOURCEGROUP --name $CLUSTER

0 commit comments

Comments
 (0)