Skip to content

Commit

Permalink
Corrected some answers (#6902)
Browse files Browse the repository at this point in the history
* Update maven-quiz.md

* Update microsoft-azure-quiz.md
  • Loading branch information
haxkd authored Nov 6, 2023
1 parent 878f481 commit cc4861b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven/maven-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@

#### Q48. A compile-time dependency of a dependency for your project is often called **a\_** dependency.

- [ ] Transitive
- [x] Transitive
- [ ] runtime
- [ ] provided
- [ ] test
Expand Down
2 changes: 1 addition & 1 deletion microsoft-azure/microsoft-azure-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ You plan to use the Azure Web App continuous deployment feature.
You need to run the static generation script before the website starts serving traffic.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point

- [ ] Create a file named .deployment in the root of the repository that calls a script which generates the static content and deploys the website
- [x] Create a file named .deployment in the root of the repository that calls a script which generates the static content and deploys the website
- [ ] Add a PreBuild target in the websites csproj project file that runs the static content generation script
- [ ] Create a file named run.cmd in the folder /run that calls a script which generates the static content and deploys the website.
- [ ] Add the path to the static content generation tool to WEBSITE_RUN_FROM_PACKAGE setting in the host.json file.
Expand Down

0 comments on commit cc4861b

Please sign in to comment.