Skip to content

Commit ab8f7a1

Browse files
authored
Merge pull request #49925 from cephalin/issue13278
#13278
2 parents a34f961 + 1f67a0b commit ab8f7a1

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

articles/app-service/app-service-web-get-started-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: web
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: quickstart
16-
ms.date: 12/13/2017
16+
ms.date: 08/24/2018
1717
ms.author: cephalin;cfowler
1818
ms.custom: mvc, devcenter
1919
---
@@ -47,7 +47,7 @@ In a terminal window, navigate to the root directory of the sample Node.js proje
4747

4848
## Run the app locally
4949

50-
Run the application locally by opening a terminal window and using the `npm start` script to launch the built in Node.js HTTP server.
50+
Run the application locally so that you see how it should look when you deploy it to Azure. Open a terminal window and use the `npm start` script to launch the built in Node.js HTTP server.
5151

5252
```bash
5353
npm start

articles/app-service/app-service-web-get-started-php.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: web
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: quickstart
16-
ms.date: 12/13/2017
16+
ms.date: 08/24/2018
1717
ms.author: cephalin;cfowler
1818
ms.custom: mvc
1919
---
@@ -40,7 +40,7 @@ To complete this quickstart:
4040

4141
## Download the sample locally
4242

43-
In a terminal window, run the following commands. This will clone the sample application to your local machine, and navigate to the directory containing the sample code.
43+
In a terminal window, run the following commands. This will clone the sample application to your local machine, and navigate to the directory containing the sample code.
4444

4545
```bash
4646
git clone https://github.com/Azure-Samples/php-docs-hello-world
@@ -49,7 +49,7 @@ cd php-docs-hello-world
4949

5050
## Run the app locally
5151

52-
Run the application locally by opening a terminal window and using the `php` command to launch the built-in PHP web server.
52+
Run the application locally so that you see how it should look when you deploy it to Azure. Open a terminal window and use the `php` command to launch the built-in PHP web server.
5353

5454
```bash
5555
php -S localhost:8080

articles/app-service/containers/quickstart-dotnetcore.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ dotnet new web
5656

5757
## Run the app locally
5858

59+
Run the application locally so that you see how it should look when you deploy it to Azure.
60+
5961
Restore the NuGet packages and run the app.
6062

6163
```bash

articles/app-service/containers/quickstart-php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cd php-docs-hello-world
4949

5050
## Run the app locally
5151

52-
Run the application locally by opening a terminal window and using the `php` command to launch the built-in PHP web server.
52+
Run the application locally so that you see how it should look when you deploy it to Azure. Open a terminal window and use the `php` command to launch the built-in PHP web server.
5353

5454
```bash
5555
php -S localhost:8080

articles/app-service/containers/quickstart-ruby.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: na
1414
ms.tgt_pltfrm: na
1515
ms.devlang: na
1616
ms.topic: quickstart
17-
ms.date: 10/10/2017
17+
ms.date: 08/24/2018
1818
ms.author: cfowler
1919
ms.custom: mvc
2020
---
@@ -41,7 +41,7 @@ git clone https://github.com/Azure-Samples/ruby-docs-hello-world
4141

4242
## Run the application locally
4343

44-
The rails server needs to be running in order for the application to work. Change to the `hello-world` directory, and use the `rails server` command to start the server.
44+
Run the application locally so that you see how it should look when you deploy it to Azure. Open a terminal window, change to the `hello-world` directory, and use the `rails server` command to start the server.
4545

4646
```bash
4747
cd hello-world\bin

0 commit comments

Comments
 (0)