I was recently interview by Microsoft's Ayca Bas on this podcast of the Microsoft 365 Developer Podcast series where Ayca, Jeremy and Paul talk to developers who are building awesome solutions on Microsoft 365. In this episode, I had a chance to talk about how OnePlace Solutions started as a small company in Australia and... Continue Reading →
My reflections on European SharePoint Conference 2022 (and all the photos)
This conference marked the first time I travelled outside of Australia since 2019. As hard as we've all tried with virtual conferences, user groups and meetups this solidifies for me the value of in-person events. I feel I struggled to maintain existing relationships over the last 3 years in the virtual world, and even harder... Continue Reading →
How we built the OnePlaceMail Outlook App on the Microsoft 365 Platform & Azure Cloud
In this episode of the Microsoft "Learn from the Community" series with Ayca Bas, Mathieu Rebuffet and myself discuss our career paths that led us to developing and running commercial products at scale on top of the Microsoft 365 platform and leveraging the Microsoft Azure cloud. We demonstrate some key features of the OnePlaceMail App... Continue Reading →
How to fix Azure Functions Timer Trigger unable to start running locally with VS2022 17.x (Azurite)
Lately my VS2022 (17.2.x) Azure Functions projects started failing to run locally. The local console had errors related to not being able to start any of the Timer Triggers. The errors take the format The listener for function 'function name' was unable to start. Azure.Storage.Blobs: Service request failed. This error is related to Azurite (the... Continue Reading →
Hosting a Single Page Application (SPA) from Azure Blob Storage that supports deep links
Using Azure Blob storage to host static website files has been around for many years, it's cheap, effective and fast to setup. It gives you the ability to effectively create a directory with a unique public URL that you can upload your static files to and have them hosted (no need for any web server).... Continue Reading →
Developer Sessions at Microsoft 365 Virtual Marathon Conference
I'll be giving two developer oriented sessions at the free Microsoft 365 Virtual Marathon conference May 4-6 2022. Microsoft 365 Virtual Marathon is a free, online, 60-hour event happening May 4-6, 2022. We will have content going the whole time with speakers from around the globe. This event is free for all wanting to attend.... Continue Reading →
How to combine Graph & SharePoint permission consent into a single MSAL dialog on first use
The Problem The reason for writing this post and creating the accompanying simplified proof of concept github repo was that I was struggling to find a documented way to achieve getting the end user to consent to both Graph and SharePoint permission scopes without being presented with two consent prompts. The reason I wanted this... Continue Reading →
How to use the Microsoft Graph SDK Chaos Handler to Simulate Graph API Errors
So you've developed your application using the Microsoft Graph SDK, you are making calls to the Graph API and things are looking great. Being an awesome developer, you want to make sure that your application can handle any errors that the Graph API might throw at you. The first challenge is trying to figure out... Continue Reading →
Simulating 429 Throttling in Microsoft Graph API (SharePoint/OneDrive workloads)
Developing and testing your error handling code is really important to ensure the end product is resilient. I've always found this area to be a bit of a minefield when developing against SharePoint and more recently the Microsoft Graph API. I usually resort to using some software that intercepts the calls being made (e.g. Fiddler)... Continue Reading →
Talking Office Add-in Development and DevOps on the Microsoft 365 Developer Podcast
I'm a regular listener of the Microsoft 365 Developer Podcast as I find it a great way (and efficient way) to stay across the news and what's happening in this space. My tips as to other ways I keep up to date on the latest news Having listened to the show for so long I... Continue Reading →