My question is a bit naive. I use AWS for hosting my backend servers. I have lots of real-time data logs, which needs to used for Anomaly & Pattern Detection. Microsoft Azure ML offers ready-made suites for the same, but the Azure ML documentation mentions about having to upload the CSV files onto Azure Blob.
Is it possible to call Azure Machine Learning services from my servers directly, without having my servers on Azure Cloud/Blob? I couldn't find about this on Azure ML's website. Thanks