From bb24ed02bfdcf72996318081a55c0cf36df6e842 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 7 Mar 2017 12:16:49 -0800 Subject: [PATCH] Updated 02. Setting eShopOnContainer solution up in a Visual Studio 2017 environment (markdown) --- ...Container-solution-up-in-a-Visual-Studio-2017-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md index 95f4396..b7c56c4 100644 --- a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md @@ -8,7 +8,7 @@ Main steps: - Hit F5! ``` NOTE: In order for the authentication based on the STS (Security Token Service) to properly work and have access from remote client apps like the Xamarin mobile app, you also need to open the ports in your firewall as specified in the procedure below. -For further instructions, especially if this is the first time you are going to try .NET Core on Docker, see the detailed instructions below. Also you'll need it the first time in order to make the SPA (Single Page Application) work (npm install, etc.) +For further instructions, especially if this is the first time you are going to try .NET Core on Docker, see the detailed instructions below. Also **you'll need it the first time in order to make the SPA (Single Page Application) work (npm install, etc.)** -------------------------------------------------------------------- --------------------------------------------------------------------