Skip to content

Commit 68f6cc5

Browse files
authored
Adding blank lines around code/pivot blocks
1 parent 04ba4a9 commit 68f6cc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ In an empty folder, run the following command to generate the Functions project
4747
```bash
4848
mvn archetype:generate -DarchetypeGroupId=com.microsoft.azure -DarchetypeArtifactId=azure-functions-archetype
4949
```
50+
5051
> [!NOTE]
5152
> If you're using Powershell, remeber to add "" around parameters.
5253
@@ -80,7 +81,9 @@ Use the following command to clone the sample project:
8081
git clone https://github.com/Azure-Samples/azure-functions-samples-java.git
8182
cd azure-functions-samples-java/
8283
```
84+
8385
Open `build.gradle` and change the `appName` in the following section to a unique name to avoid domain name conflict when deploying to Azure.
86+
8487
```gradle
8588
azurefunctions {
8689
resourceGroup = 'java-functions-group'
@@ -110,6 +113,7 @@ mvn clean package
110113
mvn azure-functions:run
111114
```
112115
::: zone-end
116+
113117
::: zone pivot="java-build-tools-gradle"
114118
```bash
115119
gradle jar --info

0 commit comments

Comments
 (0)