Skip to content

Commit 79365e4

Browse files
authored
Update manage-streaming-endpoints-howto.md
1 parent 27b1e2f commit 79365e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/media-services/latest/manage-streaming-endpoints-howto.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Review:
3939
## Use the Azure portal
4040

4141
1. Sign in at the [Azure portal](https://portal.azure.com/).
42+
1. Navigate to your Azure Media Services account.
4243
1. On the left, select **Streaming Endpoints**.
4344
1. Select the streaming endpoint you want to start, click **Start**.
4445

@@ -52,7 +53,7 @@ if (streamingEndpoint.resourceState() != StreamingEndpointResourceState.RUNNING)
5253
}
5354
```
5455

55-
The samples [in this repository](https://docs.microsoft.com/samples/azure-samples/media-services-v3-dotnet/azure-media-services-v3-samples-using-net/) shows how to start the default streaming endpoint with .NET.
56+
See the complete [Java code sample](https://github.com/Azure-Samples/media-services-v3-java/blob/master/DynamicPackagingVODContent/StreamHLSAndDASH/src/main/java/sample/StreamHLSAndDASH.java#L126).
5657

5758
## Use the .NET SDK
5859

@@ -67,7 +68,7 @@ if (streamingEndpoint != null)
6768
}
6869
```
6970

70-
The samples [in this repository](https://docs.microsoft.com/samples/azure-samples/media-services-v3-java/azure-media-services-v3-samples-using-java/) shows how to start the default streaming endpoint with Java.
71+
See the complete [.NET code sample](https://github.com/Azure-Samples/media-services-v3-dotnet/blob/master/DynamicPackagingVODContent/StreamHLSAndDASH/Program.cs#L112).
7172

7273
## Use CLI
7374

@@ -93,7 +94,7 @@ For more information, see:
9394
* The [start a StreamingEndpoint](https://docs.microsoft.com/rest/api/media/streamingendpoints/start) reference documentation.
9495
* Starting a streaming endpoint is an asynchronous operation.
9596

96-
For details on how to monitor a long-running operations see[Long-running operations](media-services-apis-overview.md)
97+
For details on how to monitor a long-running operations see [Long-running operations](media-services-apis-overview.md)
9798
* This [Postman collection](https://github.com/Azure-Samples/media-services-v3-rest-postman/blob/master/Postman/Media%20Services%20v3.postman_collection.json) contains examples of multiple REST operations including on how to start a streaming endpoint.
9899

99100
## Next steps

0 commit comments

Comments
 (0)