Skip to content

Commit 63deb0d

Browse files
Merge pull request #232481 from cynthn/patch-63
[Doc-a-thon] Don't specify text editor.
2 parents 11053a8 + c91c03f commit 63deb0d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/app-service/quickstart-ruby.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,7 @@ The Ruby sample code is running in an Azure App Service Linux web app.
263263

264264
### [Azure CLI](#tab/cli)
265265

266-
1. From Azure Cloud Shell, launch a text editor - such as `nano` or `vim` - to edit the file in `app/controllers/application_controller.rb`.
267-
268-
```bash
269-
nano app/controllers/application_controller.rb
270-
```
271-
272-
1. Edit the *ApplicationController* class so that it shows "Hello world from Azure App Service on Linux!" instead of "Hello from Azure App Service on Linux!".
266+
1. From Azure Cloud Shell, launch a text editor and edit the file `app/controllers/application_controller.rb`. Edit the *ApplicationController* class so that it shows "Hello world from Azure App Service on Linux!" instead of "Hello from Azure App Service on Linux!".
273267

274268
```ruby
275269
class ApplicationController < ActionController::Base

0 commit comments

Comments
 (0)