Skip to content

Commit 5850b96

Browse files
committed
fixing some issues flaged by Acrolinx
1 parent 3f5fd4b commit 5850b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/containers/app-service-linux-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can find all Docker files on [GitHub](https://github.com/azure-app-service).
3030
| Java SE | the command to start your JAR app (for example, `java -jar /home/site/wwwroot/app.jar --server.port=80`) |
3131
| Tomcat | the location of a script to perform any necessary configurations (for example, `/home/site/deployments/tools/startup_script.sh`) |
3232
| Node.js | the PM2 configuration file or your script file |
33-
| .Net Core | the compiled DLL name as `dotnet <myapp>.dll` |
33+
| .NET Core | the compiled DLL name as `dotnet <myapp>.dll` |
3434
| Ruby | the Ruby script that you want to initialize your app with |
3535

3636
These commands or scripts are executed after the built-in Docker container is started, but before your application code is started.
@@ -51,7 +51,7 @@ Yes, you can do that through the source control management (SCM) site.
5151
5252
**How can I create a Linux App Service plan through an SDK or an Azure Resource Manager template?**
5353

54-
You should set the **reserved** field of the app service to *true*.
54+
Set the **reserved** field of the app service to *true*.
5555

5656
## Continuous integration and deployment
5757

0 commit comments

Comments
 (0)