Skip to content

Commit b163bab

Browse files
authored
Merge pull request #291560 from loralei28/main
Updated the test step commands
2 parents cdccb84 + 89887c1 commit b163bab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

articles/azure-functions/functions-create-first-java-gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Use the following command to clone the sample project:
3636

3737
```bash
3838
git clone https://github.com/Azure-Samples/azure-functions-samples-java.git
39-
cd azure-functions-samples-java/
39+
cd azure-functions-samples-java/triggers-bindings
4040
```
4141

4242
Open `build.gradle` and change the `appName` in the following section to a unique name to avoid domain name conflict when deploying to Azure.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ The resource group is not necessary for this part of the instructions, but it's
7272
1. Invoke Quarkus dev mode:
7373

7474
```bash
75-
cd functions-azure
7675
mvn -DskipTests -DresourceGroup=<yourResourceGroupName> quarkus:dev
7776
```
7877

0 commit comments

Comments
 (0)