Skip to content

Tag: azure

How to set multiple schedule in azure timer function?

I have a working sample azure timer function, but about setting it in multiple schedule, I’m not sure if doing it correctly, because I can’t test it immediately because it is scheduled hours gap. My goal is, to display context.log every 8:00AM, and 8:00PM every day. note: my code below actually do…

OpenId Connect, Query Microsoft Graph

We have a .Net Web Application that uses Single Sign On implemented by OpenID Connect to create an ID token and log a user in. Specifically Microsoft.Owin.Security.OpenIdConnect and Microsoft.IdentityModel.Protocols.OpenIdConnect I now have a requirement to query Microsoft Graph API via JavaScript. In order f…

Upload to Azure Blob via javascript upload ticket

I am building an upload tool for our website. One of the requirements is the ability to store large files into specific azure blobs. I am running into limitations of Azure Web Apps being able to handle this on the server side. Is there a way out there to create an upload ticket (similar to vimeo) that our ser…