My use case here was to store the resumes uploaded by candidate in a website directly in a SharePoint list. Below is the high level flow the process, created in Power Automate (same you can do in Azure Logic Apps as well with similar steps) Here is the output, i.e., data and file uploaded to SharePoint/Office 365 The HTTP call is expected to be made from the external application such as a web page but for the purpose of testing, here is the Postman screen used: Detailed flow Let us start with an HTTP Request Trigger. You will get a…
-
-
Assuming you have a “List” in SharePoint and you want to post a summary/or list as-it-is to a chat group in Microsoft Teams. You can simply change same to send a mail notification too, instead of Teams. Output in Teams: Development Steps: Step 01 – Schedule I would start with a Recurrence Trigger (schedule). Check always the Time zone of the trigger will happen on GMT. Step 02 – Get list items from SharePoint Choose the site address and list name Step 03 – HTML’ize I wanted to format the SharePoint List content as a table and, MS Teams message…
-
It provides prescriptive guidance including the following topics: Architecture resources necessary for the deployment, including resources. Scalability considerations. Availability considerations. Manageability considerations. Security considerations. URL: https://azure.microsoft.com/en-us/blog/reference-architecture-for-a-high-availability-sharepoint-server-2016-farm-in-azure/