Docker on Windows – Mounting Volumes
If your using Docker on Windows and looking to share folders between your host machine and your running containers you’ll likely want to us the –v flag to mount a volume like this: docker run –it --rm...
View ArticleDocker on Windows – Network Issues
Recently after updating to version 17.0.3.0 I noticed some network related issues while attempting to install new npm packages and interact with Docker Hub. Attempting to search on Docker Hub would...
View ArticleDocker on Windows – Angular Development
I’ve been on a bit of a Docker kick lately. Mostly to help my team reduce the time it takes to get up and running on a project. The end goal here being that, where possible, we’ll have containerized...
View ArticleMicrosoft Graph Community Call Recording
The Microsoft Graph team are awesome. Not only are they providing the Microsoft Graph but they are also really responsive and great to work with. Now they are looking to spread their love even further...
View ArticleNorth American Collaboration Summit presentation and samples
Last week I was in Branson, Missouri to present at the North American Collaboration Summit, a great conference which has grown out of the strong community that exists because of the SharePoint Saturday...
View ArticleDisabling TLS 1.0 on Windows 10
I’m setting up a new PC and as usual I’m installing PoshGit from Chocolatey. This time it failed trying to download the zip file. Turns out that GitHub has disabled TLS 1.0 connections which Windows 10...
View ArticleSPTechCon: Hit the ground running with the Microsoft Graph
I had the pleasure of presenting at SPTechCon in Boston today. It was a fun talk with a great audience. As promised here is my Postman collection and slides:
View ArticleUsing Azure DevOps to build your create-react-app packages
I’ve recently delved into the world of React and started using create-react-app, sometimes called CRA, to bootstrap up my project and build tool-chain. As you start to build more complex applications...
View ArticleLinux + PowerShell + AzureCLI in DevOps Pipelines
A couple of months ago I had an exchange with Donovan Brown on Twitter about using AzureCLI & PowerShell in Azure DevOps pipelines on Linux hosted agents. As is often the way I didn’t have the...
View ArticleAzure Load Testing – First Impressions
On November 30 2021 Microsoft announced the public preview of the Azure Load Testing service, a successor to the deprecated Visual Studio Team Services/Azure DevOps Load Testing tool. I caught wind of...
View Article