Innovation Matters
Essays on AI, developer tools, and thoughtful software.
What version of Node can I use for SharePoint Framework?
Theoretically, you could use any version of Node.js with the SharePoint Framework but there are caveats.
Going all-in is easy
Going all-in is easy. It's when you settle for less, that you get into trouble.
Office 365 CLI v2.2
We've just published a new version of the Office 365 CLI with commands for managing Office 365 tenants and SharePoint Framework projects on any platform.
What version of Node.js can you use in Azure Functions
When building Azure Functions using Node.js, the Functions' runtime version dictates the version of Node.js you can use. And you better know it upfront.
Expose Azure Search through Function Proxy
If you use Azure Search on a website, you should expose it through Azure Function Proxy. Here is why.