Skip to content

Commit de71b2e

Browse files
Merge pull request #288080 from kgremban/oct8-aioedits
Typos and naming fixes
2 parents dc1491d + 730ef32 commit de71b2e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-dataflow-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To get started, use the following table to choose the endpoint type to configure
2626
| [Kafka](howto-configure-kafka-endpoint.md) | For bi-directional messaging with Kafka brokers, including Azure Event Hubs. | Yes | Yes |
2727
| [Data Lake](howto-configure-adlsv2-endpoint.md) | For uploading data to Azure Data Lake Gen2 storage accounts. | No | Yes |
2828
| [Microsoft Fabric OneLake](howto-configure-fabric-endpoint.md) | For uploading data to Microsoft Fabric OneLake lakehouses. | No | Yes |
29-
| [Local storage](howto-configure-local-storage-endpoint.md) | For sending data to a locally available persistent volume, through which you can upload data via Edge Storage Accelerator edge volumes. | No | Yes |
29+
| [Local storage](howto-configure-local-storage-endpoint.md) | For sending data to a locally available persistent volume, through which you can upload data via Azure Container Storage enabled by Azure Arc edge volumes. | No | Yes |
3030

3131
## Reuse endpoints
3232

articles/iot-operations/connect-to-cloud/howto-configure-local-storage-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To send data to local storage in Azure IoT Operations Preview, you can configure
2525

2626
## Create a local storage dataflow endpoint
2727

28-
Use the local storage option to send data to a locally available persistent volume, through which you can upload data via Edge Storage Accelerator edge volumes.
28+
Use the local storage option to send data to a locally available persistent volume, through which you can upload data via Azure Container Storage enabled by Azure Arc edge volumes.
2929

3030
# [Kubernetes](#tab/kubernetes)
3131

articles/iot-operations/deploy-iot-ops/overview-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ The following table described Azure IoT Operations deployment and management tas
5555
| ---- | ------------------- | -------- |
5656
| Deploy Azure IoT Operations | **Contributor** role at the subscription level. | |
5757
| Register resource providers | **Contributor** role at the subscription level. | Only required to do once per subscription. |
58-
| Create a schema registry. | **Microsoft/Authorization/roleAssignments/write** permissions at the resource group level. | |
58+
| Create a schema registry. | **Microsoft.Authorization/roleAssignments/write** permissions at the resource group level. | |
5959
| Create secrets in Key Vault | **Key Vault Secrets Officer** role at the resource level. | Only required for secure settings deployment. |
60-
| Enable resource sync rules on an Azure IoT Operations instance | **Microsoft/Authorization/roleAssignments/write** permissions at the resource group level. | Resource sync rules are disabled by default, but can be enabled during instance creation. |
60+
| Enable resource sync rules on an Azure IoT Operations instance | **Microsoft.Authorization/roleAssignments/write** permissions at the resource group level. | Resource sync rules are disabled by default, but can be enabled during instance creation. |
6161

6262
If you use the Azure CLI to assign roles, use the [az role assignment create](/cli/azure/role/assignment#az-role-assignment-create) command to give permissions. For example, `az role assignment create --assignee sp_name --role "Role Based Access Control Administrator" --scope subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup`
6363

articles/iot-operations/get-started-end-to-end-sample/quickstart-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Before you begin, prepare the following prerequisites:
4040

4141
* Visual Studio Code installed on your development machine. For more information, see [Download Visual Studio Code](https://code.visualstudio.com/download).
4242

43-
* **Microsoft/Authorization/roleAssignments/write** permissions at the resource group level.
43+
* **Microsoft.Authorization/roleAssignments/write** permissions at the resource group level.
4444

4545
## What problem will we solve?
4646

@@ -131,7 +131,7 @@ This helper command checks connectivity to Azure Resource Manager and Microsoft
131131

132132
Azure IoT Operations requires a schema registry on your cluster. Schema registry requires an Azure storage account so that it can synchronize schema information between cloud and edge.
133133

134-
The command to create a schema registry in this section requires **Microsoft/Authorization/roleAssignments/write** permissions at the resource group level.
134+
The command to create a schema registry in this section requires **Microsoft.Authorization/roleAssignments/write** permissions at the resource group level.
135135

136136
Run the following CLI commands in your Codespaces terminal.
137137

0 commit comments

Comments
 (0)