Skip to content

Commit 959846f

Browse files
committed
Persist environment variables across quickstarts
1 parent ab0bda6 commit 959846f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To use a tool such as Power BI to analyze your OPC UA data, you need to send the
4141
You need to allow the MQ extension on your cluster to connect to your Microsoft Fabric workspace. You made a note of the MQ extension name in the [deployment quickstart](quickstart-deploy.md#view-resources-in-your-cluster). The name of the extension looks like `mq-z2ewy`.
4242

4343
> [!TIP]
44-
> If you need to find the unique name assigned to your MQ extension, run the following command to list your cluster extensions: `az k8s-extension list --resource-group <your-resource-group-name> --cluster-name <your-kubernetes-cluster-name> --cluster-type connectedClusters -o table`
44+
> If you need to find the unique name assigned to your MQ extension, run the following command in your Codespaces terminal to list your cluster extensions: `az k8s-extension list --resource-group <your-resource-group-name> --cluster-name $CLUSTER_NAME --cluster-type connectedClusters -o table`
4545
4646
Navigate to the [Microsoft Fabric Power BI experience](https://msit.powerbi.com/groups/me/list?experience=power-bi). To ensure you can see the **Manage access** option in your Microsoft Fabric workspace, create a new workspace:
4747

@@ -78,13 +78,7 @@ Create a lakehouse in your Microsoft Fabric workspace:
7878

7979
## Configure a connector
8080

81-
1. To download the sample connector configuration file, run the following command:
82-
83-
```console
84-
curl -O https://raw.githubusercontent.com/Azure-Samples/explore-iot-operations/main/samples/quickstarts/datalake-connector.yaml
85-
```
86-
87-
The following snippet shows the YAML file that you applied:
81+
Your codespace comes with the following sample connector configuration file, `/workspaces/explore-iot-operations/samples/quickstarts/datalake-connector.yaml`:
8882

8983
:::code language="yaml" source="~/azure-iot-operations-samples/samples/quickstarts/datalake-connector.yaml":::
9084

0 commit comments

Comments
 (0)