Is there a trigger that can detect or fire an Azure Logic App or an Azure Function app when a new file is added or existing file is modified in my Azure FTP or BlobStorage Thanks in advance
Yes, both triggers are supported for Function Apps:
FTP trigger is supported by Azure Functions External File bindings
Blob trigger is supported by Azure Functions Blob storage bindings