Skip to content

Commit ad66e26

Browse files
committed
Updates from MVP feedback
1 parent 46796eb commit ad66e26

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-destination-fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the _Fabric Lakehouse_ destination to write data to a lakehouse in Microsoft
2323
To configure and use a Microsoft Fabric destination pipeline stage, you need:
2424

2525
- A deployed instance of Data Processor.
26-
- A Microsoft Fabric subscription. Or, sign up for a free [Microsoft Fabric (Preview) Trial](/fabric/get-started/fabric-trial).
26+
- A Microsoft Fabric subscription. Or, sign up for a free [Microsoft Fabric trial capacity](/fabric/get-started/fabric-trial).
2727
- A [lakehouse in Microsoft Fabric](/fabric/data-engineering/create-lakehouse).
2828

2929
## Set up Microsoft Fabric

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Run the following CLI commands in your Codespaces terminal.
9797
>[!TIP]
9898
> You can use an existing key vault for your secrets, but verify that the **Permission model** is set to **Vault access policy**. You can check this setting in the Azure portal in the **Access configuration** section of an existing key vault. Or use the [az keyvault show](/cli/azure/keyvault#az-keyvault-show) command to check that `enableRbacAuthorization` is false.
9999
100-
1. Deploy Azure IoT Operations.
100+
1. Deploy Azure IoT Operations. This command takes several minutes to complete:
101101

102102
```azurecli
103103
az iot ops init --simulate-plc --cluster $CLUSTER_NAME --resource-group $RESOURCE_GROUP --kv-id $(az keyvault show --name ${CLUSTER_NAME:0:24} -o tsv --query id)

articles/iot-operations/get-started/quickstart-upload-telemetry-to-cloud.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before you begin this quickstart, you must complete the following quickstarts:
2525
- [Quickstart: Deploy Azure IoT Operations Preview to an Arc-enabled Kubernetes cluster](quickstart-deploy.md)
2626
- [Quickstart: Add OPC UA assets to your Azure IoT Operations Preview cluster](quickstart-add-assets.md)
2727

28-
You also need a Microsoft Fabric subscription. You can sign up for a free [Microsoft Fabric (Preview) Trial](/fabric/get-started/fabric-trial). In your Microsoft Fabric subscription, ensure that the following settings are enabled for your tenant:
28+
You also need a Microsoft Fabric subscription. If you don't have a subscription, you can sign up for a free [Microsoft Fabric trial capacity](/fabric/get-started/fabric-trial). To access the trial capacity, you must be a [trial capacity administrator](/fabric/get-started/fabric-trial#look-up-the-trial-capacity-administrator). In your Microsoft Fabric subscription, ensure that the following settings are enabled for your tenant:
2929

3030
- [Allow service principals to use Power BI APIs](/fabric/admin/service-admin-portal-developer#allow-service-principals-to-use-power-bi-apis)
3131
- [Users can access data stored in OneLake with apps external to Fabric](/fabric/admin/service-admin-portal-onelake#users-can-access-data-stored-in-onelake-with-apps-external-to-fabric)
@@ -89,10 +89,10 @@ Your codespace comes with the following sample connector configuration file, `/w
8989
1. Run the following command to create the connector:
9090

9191
```console
92-
kubectl apply -f datalake-connector.yaml
92+
kubectl apply -f samples/quickstarts/datalake-connector.yaml
9393
```
9494

95-
After a short time, the data from your MQ broker begins to populate the table in your lakehouse.
95+
After a short time, the data from your MQ broker begins to populate the table in your lakehouse. You may need refresh the lakehouse page to see the data.
9696

9797
:::image type="content" source="media/quickstart-upload-telemetry-to-cloud/lakehouse-preview.png" alt-text="Screenshot that shows data from the pipeline appearing in the lakehouse table.":::
9898

articles/iot-operations/view-analyze-data/tutorial-overall-equipment-effectiveness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To achieve these goals, Contoso needs to:
2727

2828
- Follow the steps in [Quickstart: Deploy Azure IoT Operations Preview to an Arc-enabled Kubernetes cluster](../get-started/quickstart-deploy.md) to install Azure IoT operations Preview on an Azure Arc-enabled Kubernetes cluster.
2929

30-
- A Microsoft Fabric subscription. You can sign up for a free [Microsoft Fabric (Preview) Trial](/fabric/get-started/fabric-trial). In your Microsoft Fabric subscription, ensure that the following settings are enabled for your tenant:
30+
- A Microsoft Fabric subscription. You can sign up for a free [Microsoft Fabric trial capacity](/fabric/get-started/fabric-trial). In your Microsoft Fabric subscription, ensure that the following settings are enabled for your tenant:
3131

3232
- [Allow service principals to use Power BI APIs](/fabric/admin/service-admin-portal-developer#allow-service-principals-to-use-power-bi-apis)
3333
- [Users can access data stored in OneLake with apps external to Fabric](/fabric/admin/service-admin-portal-onelake#users-can-access-data-stored-in-onelake-with-apps-external-to-fabric)

0 commit comments

Comments
 (0)