Skip to content

Commit c252ed9

Browse files
committed
Ok, now 100
1 parent 95262b8 commit c252ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/tutorials/collecting-user-feedback/collecting-user-feedback.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ Before you begin, ensure your development environment is ready with Node.js inst
5858

5959
2. **Create an Azure Blob Storage Account:** If you haven't already, create an Azure Storage account through the Azure portal. This account is used to store the support request data.
6060

61-
3. **Gather Necessary Credentials:** Ensure you have the connection string for your Azure Blob Storage account. It's required for the application to authenticate and store data in the cloud.
61+
3. **Gather Necessary Credentials:** Ensure you have the connection string for your Azure Blob Storage account.
6262

6363
#### Step 2: Application Setup
6464

6565
1. **Initialize a New Node.js Project:**
6666
- Create a new directory for your project and initialize it with `npm init` to create a `package.json` file.
6767
- Install Express.js, Formidable, the Azure Storage Blob SDK, and other necessary libraries using npm.
68-
68+
6969
```bash
7070
npm install express formidable @azure/storage-blob uuid
7171
```

0 commit comments

Comments
 (0)