Skip to content

Commit d919d41

Browse files
authored
Update media-services-implement-failover.md
1 parent 121a2c3 commit d919d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/media-services/previous/media-services-implement-failover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In this section, you create and set up a C# Console Application project.
5959

6060
1. Use Visual Studio to create a new solution that contains the C# Console Application project. Enter **HandleRedundancyForOnDemandStreaming** for the name, and then click **OK**.
6161
2. Create the **SupportFiles** folder on the same level as the **HandleRedundancyForOnDemandStreaming.csproj** project file. Under the **SupportFiles** folder, create the **OutputFiles** and **MP4Files** folders. Copy an .mp4 file into the **MP4Files** folder. (In this example, the **ignite.mp4** file is used.)
62-
3. Use **Nuget** to add references to DLLs related to Media Services. In **Visual Studio Main Menu**, select **TOOLS** > **NuGet Package Manager** > **Package Manager Console**. In the console window, type **Install-Package windowsazure.mediaservices**, and press Enter.
62+
3. Use **NuGet** to add references to DLLs related to Media Services. In **Visual Studio Main Menu**, select **TOOLS** > **NuGet Package Manager** > **Package Manager Console**. In the console window, type **Install-Package windowsazure.mediaservices**, and press Enter.
6363
4. Add other references that are required for this project: System.Runtime.Serialization, and System.Web.
6464
5. Replace **using** statements that were added to the **Programs.cs** file by default with the following ones:
6565

0 commit comments

Comments
 (0)