You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,7 +75,7 @@ Before you begin, ensure your development environment is ready with Node.js inst
74
75
- Use Formidable for parsing incoming form data, handling multipart/form-data content.
75
76
- Generate a unique ticket number foreach support request, which can be used to organize datain Azure Blob Storage and provide a reference for users.
76
77
- Store structured data, such as user messages and log file metadata, in a JSON file within the Blob Storage. Store actual log files and any screenshots or attachments in separate blobs within the same ticket's directory.
77
-
- Provide an endpoint to retrieve support details, which involves fetching and displaying data from Azure Blob Storage.
78
+
- Provide an endpoint to retrieve support details, which involve fetching and displaying data from Azure Blob Storage.
78
79
79
80
3. **Security Considerations:**
80
81
- Ensure that your application validates the incoming data to protect against malicious payloads.
@@ -87,7 +88,7 @@ Before you begin, ensure your development environment is ready with Node.js inst
87
88
88
89
2. **Running the Server:**
89
90
- Start your Node.js application by running `node <filename>.js`, where `<filename>` is the name of your main server file.
90
-
- Use tools like Postman or write client-side code (as provided in the Android and iOS samples) to test the server's functionality. Ensure that the server correctly receives data, stores it in Azure Blob Storage, and can retrieve and display support details.
91
+
- Validate the server with a suitable tool for web development.
91
92
92
93
#### Server Code:
93
94
Provided here's a working implementation to start with. This code is a basic implementation tailored to demonstrate ticket creation from the ACS UI Sample applications.
@@ -229,7 +230,7 @@ app.listen(port, () => {
229
230
230
231
## Client Side Setup
231
232
232
-
This section covers the client side setup, and how to acheive the following goals:
233
+
This section covers the client side setup, and how to achieve the following goals:
0 commit comments