@@ -233,7 +233,7 @@ To configure an asset that captures snapshots from a camera and publishes them t
233
233
# Find the name of your custom location
234
234
CUSTOM_LOCATION_NAME=$(az iot ops list -g $RESOURCE_GROUP --query "[0].extendedLocation.name" -o tsv)
235
235
236
- # Use the Bicep file to deploy the asset endpoint
236
+ # Use the Bicep file to deploy the asset
237
237
az deployment group create --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --template-file asset-snapshot-to-mqtt.bicep --parameters customLocationName=$CUSTOM_LOCATION_NAME aepName=$AEP_NAME
238
238
` ` `
239
239
@@ -256,7 +256,7 @@ To configure an asset that captures snapshots from a camera and publishes them t
256
256
# Find the name of your custom location
257
257
$CUSTOM_LOCATION_NAME = (az iot ops list -g $RESOURCE_GROUP --query "[0].extendedLocation.name" -o tsv)
258
258
259
- # Use the Bicep file to deploy the asset endpoint
259
+ # Use the Bicep file to deploy the asset
260
260
az deployment group create --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --template-file asset-snapshot-to-mqtt.bicep --parameters customLocationName=$CUSTOM_LOCATION_NAME aepName=$AEP_NAME
261
261
` ` `
262
262
@@ -326,7 +326,7 @@ To configure an asset that captures snapshots from a camera and saves them as fi
326
326
# Find the name of your custom location
327
327
CUSTOM_LOCATION_NAME=$(az iot ops list -g $RESOURCE_GROUP --query "[0].extendedLocation.name" -o tsv)
328
328
329
- # Use the Bicep file to deploy the asset endpoint
329
+ # Use the Bicep file to deploy the asset
330
330
az deployment group create --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --template-file asset-snapshot-to-fs.bicep --parameters customLocationName=$CUSTOM_LOCATION_NAME aepName=$AEP_NAME
331
331
` ` `
332
332
@@ -349,7 +349,7 @@ To configure an asset that captures snapshots from a camera and saves them as fi
349
349
# Find the name of your custom location
350
350
$CUSTOM_LOCATION_NAME = (az iot ops list -g $RESOURCE_GROUP --query "[0].extendedLocation.name" -o tsv)
351
351
352
- # Use the Bicep file to deploy the asset endpoint
352
+ # Use the Bicep file to deploy the asset
353
353
az deployment group create --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --template-file asset-snapshot-to-fs.bicep --parameters customLocationName=$CUSTOM_LOCATION_NAME aepName=$AEP_NAME
354
354
` ` `
355
355
@@ -400,7 +400,7 @@ To configure an asset that captures clips from a camera and saves them as files:
400
400
# Find the name of your custom location
401
401
CUSTOM_LOCATION_NAME=$(az iot ops list -g $RESOURCE_GROUP --query "[0].extendedLocation.name" -o tsv)
402
402
403
- # Use the Bicep file to deploy the asset endpoint
403
+ # Use the Bicep file to deploy the asset
404
404
az deployment group create --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --template-file asset-clip-to-fs.bicep --parameters customLocationName=$CUSTOM_LOCATION_NAME aepName=$AEP_NAME
405
405
` ` `
406
406
@@ -423,7 +423,7 @@ To configure an asset that captures clips from a camera and saves them as files:
423
423
# Find the name of your custom location
424
424
$CUSTOM_LOCATION_NAME = (az iot ops list -g $RESOURCE_GROUP --query "[0].extendedLocation.name" -o tsv)
425
425
426
- # Use the Bicep file to deploy the asset endpoint
426
+ # Use the Bicep file to deploy the asset
427
427
az deployment group create --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --template-file asset-clip-to-fs.bicep --parameters customLocationName=$CUSTOM_LOCATION_NAME aepName=$AEP_NAME
428
428
` ` `
429
429
@@ -477,7 +477,7 @@ You made a note of the IP address of the media server when you deployed it in a
477
477
# Find the name of your custom location
478
478
CUSTOM_LOCATION_NAME=$(az iot ops list -g $RESOURCE_GROUP --query "[0].extendedLocation.name" -o tsv)
479
479
480
- # Use the Bicep file to deploy the asset endpoint
480
+ # Use the Bicep file to deploy the asset
481
481
az deployment group create --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --template-file asset-stream-to-rtsp.bicep --parameters customLocationName=$CUSTOM_LOCATION_NAME aepName=$AEP_NAME mediaServerAddress=$MEDIA_SERVER_ADDRESS
482
482
` ` `
483
483
@@ -501,7 +501,7 @@ You made a note of the IP address of the media server when you deployed it in a
501
501
# Find the name of your custom location
502
502
$CUSTOM_LOCATION_NAME = (az iot ops list -g $RESOURCE_GROUP --query "[0].extendedLocation.name" -o tsv)
503
503
504
- # Use the Bicep file to deploy the asset endpoint
504
+ # Use the Bicep file to deploy the asset
505
505
az deployment group create --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --template-file asset-stream-to-rtsp.bicep --parameters customLocationName=$CUSTOM_LOCATION_NAME aepName=$AEP_NAME mediaServerAddress=$MEDIA_SERVER_ADDRESS
506
506
` ` `
507
507
0 commit comments