Skip to content

Commit 1f712ff

Browse files
committed
merge issues
1 parent 32d140e commit 1f712ff

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/templates/messages-quickstart-template-messages-java.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,15 @@ ms.custom: include file
1111
ms.author: armohamed
1212
---
1313

14-
## Prerequisites
14+
## Set up environment
15+
To set up an environment for sending messages, complete the steps in the following sections.
1516

17+
### Prerequisite
1618
- [WhatsApp Business Account registered with your Azure Communication Services resource](../../connect-whatsapp-business-account.md).
1719
- Active WhatsApp phone number to receive messages.
1820
- [Java Development Kit (JDK)](/java/azure/jdk/) version 8 or later.
1921
- [Apache Maven](https://maven.apache.org/download.cgi).
2022

21-
## Set up environment
22-
23-
To set up an environment for sending messages, complete the steps in the following sections.
24-
2523
[!INCLUDE [Setting up for Java Application](../java-application-setup.md)]
2624

2725
## Code examples

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/templates/messages-quickstart-template-messages-javascript.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ ms.custom: include file
1111
ms.author: shamkh
1212
---
1313

14-
## Prerequisites
14+
## Setting up
15+
To set up an environment for sending messages, complete the steps in the following sections.
1516

17+
### Prerequisite
1618
- [WhatsApp Business Account registered with your Azure Communication Services resource](../../connect-whatsapp-business-account.md).
1719
- Active WhatsApp phone number to receive messages.
1820
- [Node.js](https://nodejs.org/) Active LTS and Maintenance LTS versions (We recommend 8.11.1 and 10.14.1).
1921
- [Node.js](https://nodejs.org/) Active LTS and Maintenance LTS versions (8.11.1 and 10.14.1 are recommended)
20-
- In a terminal or command window, run `node --version` to check that Node.js is installed
21-
22-
## Setting up
22+
- In a terminal or command window, run `node --version` to check that Node.js is installed
2323

2424
[!INCLUDE [Setting up for JavaScript Application](../javascript-application-setup.md)]
2525

0 commit comments

Comments
 (0)