We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54739dc commit c2f2772Copy full SHA for c2f2772
articles/app-service/tutorial-webjobs.md
@@ -271,7 +271,7 @@ public class HelloWorld {
271
272
### Build the Java WebJob
273
274
-1. The `run.sh` script runs a jar with the name that set in the Maven configuration. This script will run when our WebJob is triggered.
+1. The `run.sh` script runs a jar with the name that's set in the Maven configuration. This script will run when our WebJob is triggered.
275
276
```bash
277
java -jar webjob-artifact-1.0.0.jar
0 commit comments