Skip to content

Commit 9736929

Browse files
Apply suggestions from code review
Co-authored-by: Dominic Betts <[email protected]>
1 parent db3fbc0 commit 9736929

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

articles/iot-operations/get-started/quickstart-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following quickstarts in this series build on this one to define sample asse
3232

3333
## Before you begin
3434

35-
This series of quickstarts is intended to give you an opportunity to evaluate an end-to-end scenario with Azure IoT Operations. In a true development or production environment, these tasks would be performed by multiple teams working together and some tasks require elevated permissions.
35+
This series of quickstarts is intended to give you an opportunity to evaluate an end-to-end scenario with Azure IoT Operations. In a true development or production environment, these tasks would be performed by multiple teams working together and some tasks might require elevated permissions.
3636

3737
For the best new user experience, we recommend using a free Azure subscription so that you have owner permissions over the resources in these quickstarts. We also recommend using GitHub Codespaces as a virtual environment in which you can quickly begin deploying resources and running commands without installing new tools on your own machines. For more information about these options, continue to the prerequisites.
3838

articles/iot-operations/includes/connect-cluster.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ To connect your cluster to Azure Arc:
3333
```bash
3434
# Azure region where the created resource group will be located
3535
# Currently supported regions: "eastus", "eastus2", "westus", "westus2", "westus3", "westeurope", or "northeurope"
36-
export LOCATION="<REGION>"
37-
```
36+
export LOCATION=<REGION>
3837

3938
```bash
4039
# Name of a new resource group to create which will hold the Arc-enabled cluster and Azure IoT Operations resources
@@ -76,7 +75,7 @@ To connect your cluster to Azure Arc:
7675
az connectedk8s connect -n $CLUSTER_NAME -l $LOCATION -g $RESOURCE_GROUP --subscription $SUBSCRIPTION_ID
7776
```
7877

79-
1. Get the `objectId` of the Microsoft Entra ID application that the Azure Arc service uses. Run this command in the [Azure Cloud Shell](https://portal.azure.com/#cloudshell), on your local machine, or in a Cloudspaces terminal:
78+
1. Get the `objectId` of the Microsoft Entra ID application that the Azure Arc service uses. Run this command in the [Azure Cloud Shell](https://portal.azure.com/#cloudshell), on your local machine, or in a codespace terminal:
8079

8180
```azurecli
8281
az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query id -o tsv

0 commit comments

Comments
 (0)