Skip to content

Commit 75d20bf

Browse files
Merge pull request #245150 from edburns/edburns-msft-dd-1621318-functions-quarkus
On branch edburns-msft-dd-1621318-functions-quarkus I pushed this tag to the sample app. This PR makes the article use the tag. Such practices increase article durability.
2 parents 48f948d + 71136d5 commit 75d20bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/azure-functions/functions-create-first-quarkus.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ Use the following command to clone the sample Java project for this article. The
2727

2828
```bash
2929
git clone https://github.com/Azure-Samples/quarkus-azure
30+
git checkout 2023-01-10
31+
cd functions-quarkus
3032
```
3133

34+
If you see a message about being in **detached HEAD** state, this message is safe to ignore. Because this article does not require any commits, detached HEAD state is appropriate.
35+
3236
Explore the sample function. Open the *functions-quarkus/src/main/java/io/quarkus/GreetingFunction.java* file.
3337

3438
Run the following command. The `@Funq` annotation makes your method (in this case, `funqyHello`) a serverless function.

0 commit comments

Comments
 (0)