Skip to content

Commit 7979d90

Browse files
Merge pull request #289302 from dominicbetts/release-aio-m3-qs-download
AIO [M3]: Fix download instruction
2 parents 8bbdf71 + b5bfba9 commit 7979d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ az deployment group create --subscription $SUBSCRIPTION_ID --resource-group $RES
114114
# [PowerShell](#tab/powershell)
115115

116116
```powershell
117-
# wget https://dev.azure.com/msazure/One/_git/azure-iot-operations-tests?path=/.pipelines/bicep/quickstart.bicep -O quickstart.bicep
117+
Invoke-WebRequest -Uri https://raw.githubusercontent.com/Azure-Samples/explore-iot-operations/release-m3/samples/quickstarts/quickstart.bicep -OutFile quickstart.bicep
118118
119119
$AIO_EXTENSION_NAME = (az k8s-extension list -g $RESOURCE_GROUP --cluster-name $CLUSTER_NAME --cluster-type connectedClusters --query "[?extensionType == 'microsoft.iotoperations'].id" -o tsv) -split '/' | Select-Object -Last 1
120120
$AIO_INSTANCE_NAME = $(az iot ops list -g $RESOURCE_GROUP --query "[0].name" -o tsv)

0 commit comments

Comments
 (0)