Skip to content

Commit 7d1ce7f

Browse files
committed
Address feedback.
1 parent 79e6935 commit 7d1ce7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/iot-operations/discover-manage-assets/howto-use-media-connector.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ If you're using the media connector to stream live video, you need to install yo
7474
kubectl create namespace media-server --dry-run=client -o yaml | kubectl apply -f - & kubectl apply -f https://raw.githubusercontent.com/Azure-Samples/explore-iot-operations/refs/heads/main/samples/media-connector-invoke-test/media-server/media-server-deployment.yaml --validate=false & kubectl apply -f https://raw.githubusercontent.com/Azure-Samples/explore-iot-operations/refs/heads/main/samples/media-connector-invoke-test/media-server/media-server-service.yaml --validate=false & kubectl apply -f https://raw.githubusercontent.com/Azure-Samples/explore-iot-operations/refs/heads/main/samples/media-connector-invoke-test/media-server/media-server-service-public.yaml --validate=false
7575
```
7676

77+
> [!IMPORTANT]
78+
> This media server is only suitable for testing and development purposes. In a production environment you need to provide your own media server.
79+
7780
To discover the cluster IP address of this media server, run the following command:
7881

7982
```console

0 commit comments

Comments
 (0)