Hello @Mytoast Admin
To get email notifications when the SFTP service is activated on your Azure storage account, you can use Azure Logic Apps.
Here are the steps to create a Logic App that sends an email notification when the SFTP service is activated:
- Create a webhook in your Azure storage account that triggers when the SFTP service is activated. You can follow the instructions in this Microsoft documentation to create a webhook.
- Create a new Logic App in the Azure portal.
- Add a new trigger to the Logic App by selecting the "When a HTTP request is received" trigger.
- Add a new action to the Logic App by selecting the "Send an email" action.
- Configure the "Send an email" action to send an email to the group of people who need to work on their SFTP tasks. You can specify the email subject and body, as well as the recipient email addresses.
- Save and run the Logic App. When the SFTP service is activated on your Azure storage account, the webhook will trigger the Logic App, which will then send an email notification to the specified recipients.
I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.