Skip to content

Commit d5c3cce

Browse files
authored
Merge pull request #283245 from kgremban/aiojuly-srimisc
RP permissions; release notes
2 parents 7986f8a + 27685f6 commit d5c3cce

File tree

8 files changed

+30
-17
lines changed

8 files changed

+30
-17
lines changed

articles/iot-operations/configure-observability-monitoring/howto-configure-observability-manual.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ This article shows how to install and configure Azure IoT Operations observabili
1818

1919
## Configure your subscription
2020

21-
Run the following code to register providers with the subscription where your cluster is located:
21+
Run the following code to register providers with the subscription where your cluster is located.
22+
23+
>[!NOTE]
24+
>This step only needs to be run once per subscription. To register resource providers, you need permission to do the `/register/action` operation, which is included in subscription Contributor and Owner roles. For more information, see [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
2225
2326
```azurecli
2427
az account set -s <subscription-id>

articles/iot-operations/configure-observability-monitoring/howto-configure-observability.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ Observability provides visibility into every layer of your Azure IoT Operations
2424

2525
## Configure your subscription
2626

27-
Run the following code to register providers with the subscription where your cluster is located:
27+
Run the following code to register providers with the subscription where your cluster is located.
28+
29+
>[!NOTE]
30+
>This step only needs to be run once per subscription. To register resource providers, you need permission to do the `/register/action` operation, which is included in subscription Contributor and Owner roles. For more information, see [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
2831
2932
```azurecli
3033
az account set -s <subscription-id>

articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ To connect your cluster to Azure Arc:
238238
1. Register the required resource providers in your subscription:
239239
240240
>[!NOTE]
241-
>This step only needs to be run once per subscription.
241+
>This step only needs to be run once per subscription. To register resource providers, you need permission to do the `/register/action` operation, which is included in subscription Contributor and Owner roles. For more information, see [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
242242
243243
```azurecli
244244
az provider register -n "Microsoft.ExtendedLocation"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To connect your cluster to Azure Arc:
3232
1. Register the required resource providers in your subscription:
3333

3434
>[!NOTE]
35-
>This step only needs to be run once per subscription.
35+
>This step only needs to be run once per subscription. To register resource providers, you need permission to do the `/register/action` operation, which is included in subscription Contributor and Owner roles. For more information, see [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
3636
3737
```azurecli
3838
az provider register -n "Microsoft.ExtendedLocation"

articles/iot-operations/includes/validated-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description: include file
44
author: dominicbetts
55
ms.topic: include
6-
ms.date: 01/05/2024
6+
ms.date: 08/02/2024
77
ms.author: dobett
88
ms.custom:
99
- include file
@@ -14,7 +14,7 @@ Azure Iot Operations ships as a set of Azure Arc-enabled Kubernetes services and
1414

1515
| Environment | Version |
1616
| ----------- | ------- |
17-
| AKS-EE on Windows 11 IoT Enterprise <br> on a single-node AMD Ryzen-7 (8 core, 3.3 GHz), 16-GB RAM | AksEdge-K3s-1.26.10-1.6.384.0 |
17+
| AKS-EE on Windows 11 IoT Enterprise <br> on a single-node AMD Ryzen-7 (8 core, 3.3 GHz), 16-GB RAM | AksEdge-K3s-1.28.3-1.7.639.0 |
1818
| K3s on Ubuntu 22.04.2 <br> on a single-node AMD Ryzen-7 (8 core, 3.3 GHz), 16-GB RAM | K3s version 1.28.5 |
1919

2020
> [!IMPORTANT]

articles/iot-operations/manage-layered-network/howto-configure-l3-cluster-layered-network.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ login.microsoftonline.com. 0 IN A 100.104.0.165
235235
az account set -s $SUBSCRIPTION_ID
236236
```
237237
1. Register the required resource providers in your subscription:
238+
239+
>[!NOTE]
240+
>This step only needs to be run once per subscription. To register resource providers, you need permission to do the `/register/action` operation, which is included in subscription Contributor and Owner roles. For more information, see [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
241+
238242
```powershell
239243
az provider register -n "Microsoft.ExtendedLocation"
240244
az provider register -n "Microsoft.Kubernetes"

articles/iot-operations/manage-layered-network/howto-configure-l4-cluster-layered-network.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,18 @@ The following steps for setting up [AKS Edge Essentials](/azure/aks/hybrid/aks-e
145145
az account set -s $SUBSCRIPTION_ID
146146
```
147147
1. Register the required resource providers in your subscription:
148-
> [!NOTE]
149-
> This is a one-time configuration per subscription.
150-
151-
```powershell
152-
az provider register -n "Microsoft.ExtendedLocation"
153-
az provider register -n "Microsoft.Kubernetes"
154-
az provider register -n "Microsoft.KubernetesConfiguration"
155-
az provider register -n "Microsoft.IoTOperationsOrchestrator"
156-
az provider register -n "Microsoft.IoTOperations"
157-
az provider register -n "Microsoft.DeviceRegistry"
158-
```
148+
149+
>[!NOTE]
150+
>This step only needs to be run once per subscription. To register resource providers, you need permission to do the `/register/action` operation, which is included in subscription Contributor and Owner roles. For more information, see [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
151+
152+
```powershell
153+
az provider register -n "Microsoft.ExtendedLocation"
154+
az provider register -n "Microsoft.Kubernetes"
155+
az provider register -n "Microsoft.KubernetesConfiguration"
156+
az provider register -n "Microsoft.IoTOperationsOrchestrator"
157+
az provider register -n "Microsoft.IoTOperations"
158+
az provider register -n "Microsoft.DeviceRegistry"
159+
```
159160
1. Use the [az group create](/cli/azure/group#az-group-create) command to create a resource group in your Azure subscription to store all the resources:
160161
```bash
161162
az group create --location $LOCATION --resource-group $RESOURCE_GROUP --subscription $SUBSCRIPTION_ID

articles/iot-operations/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ items:
158158
items:
159159
- name: Azure IoT Operations Arc Jumpstart scenario
160160
href: https://aka.ms/ArcJumpstartAIO
161+
- name: Azure IoT Operations release notes
162+
href: https://github.com/Azure/azure-iot-operations/releases
161163
- name: Azure IoT Operations CLI
162164
href: /cli/azure/iot/ops
163165
- name: REST API

0 commit comments

Comments
 (0)