Azure Function
4 TopicsVisualizing meeting room availability using Microsoft365 and LoraWan BusyLight
Visualizing meeting room availability using Microsoft 365 and LoraWan Kuando BusyLight. Send downlink messages to The Things Network Lora backend via Azure Functions based on LogicApps actions. Read the full story at: https://sandervandevelde.wordpress.com/2023/10/19/visualizing-meeting-room-availability-with-outlook-and-lorawan-busylight/Set-PnPUserProfileProperty with Application Permission in Azure Function
When using Set-PnPUserProfileProperty in Azure Function with Power Shell and the permissions has been defined using the Application Permission. Once connected to the admin site URL using client id, tenant and cert and try to update the User Profile Property, it throws the below error Access denied. You do not have permission to perform this action or access this resource. Attached the screenshot for the reference Below are the permissions given for the application in Azure API Permissions Hope someone already have a solution!4KViews1like3CommentsConnect-PnPOnline in Azure function : parameter 'Url' because it is null
Dear community, Connect-Pnponline command is not accpting in Azure function, Always gettings below error "Cannot bind argument to parameter 'Url' because it is null." * the same script is working in local system. I followed MS guide to resolve the issue but no luck. appriciate your help and ides to solve the issue. https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-pnp-provisioning#upload-the-pnp-powershell-module-for-your-azure-function,2.8KViews0likes4CommentsCall to AAD secured azure function not working from SPFX web part
We had tested calling an AAD secured azure function from spfx webpart using “SharePoint Online authentication cookie” approach detailed in the official documentation here https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/guidance/connect-to-api-secured-with-aad The steps described in the documentation are correctly followed and this method worked for us 3 weeks ago as the response received from AAD was with status 200 and the call was successful. Since Friday however it seems that there has been a change on the authentication flow and now the azure function call receives a response code 302 , which is rejected by the browser as per the CORS specs. With following message Failed to load <function URL>: Response for preflight is invalid (redirect). Has anyone tried using this approach recently? any ideas how to solve it?1.1KViews0likes0Comments