Technical requirements
To build your Anomaly Detector solution, you will need to have an Azure subscription with at least Contributor rights to the subscription for deploying services. You will need an Azure Storage Account for storing your documents pre- and post-processing. If you plan to deploy the solution to a Docker container or an Azure Web App, you will need experience with those technologies to ensure proper deployment. You will need to have Visual Studio Code (VS Code) (https://code.visualstudio.com/Download) with the node.js
extension installed (https://nodejs.org/en/download/package-manager).
Some other services you may use for your deployment are as follows:
- Azure Function: This is for building functions and executing code.
- Azure Data Factory or similar: This is for data orchestration and transformation.
- Azure Logic App: This is for workflow and triggering mechanisms.
- Azure Database: This is for storing output data post-processing.
- Azure Stream...