We use AzureML notebook for object detection with ImageAI. We have a Virtual Machine placed on Azure VM. It has an IP (say 104.45.19.XXX if needed)
We need to read some files from the folders that are uploaded from mobile apps in this folder on this AzureVM: C:\inetpub\ftproot\
An example folder is: C:\inetpub\ftproot\ID1 1565636032150 1 - where long number is miliseconds from 1970 & 1 at the end is a number of pictures.
We tried to connect from AzureML through a button Jupyter => [MENU ITEM] Azure => Connect to Azure => Grant access
Then we get a window with the message: AADSTS90002: Tenant 'null' not found. This may happen if there are no active subscriptions for the tenant. Check with your subscription administrator.
1) How can we connect from AzureML notebook to AzureVM because this method should work as we have both: AzureML & AzureVM?
2) [OPTIONAL] How can we then check for a new folder being created please?
Thanks, Eric