DevOps
Posts about anything Azure DevOps related - Boards, Repos, Pipelines you name it.
This video is of part a series on how to use Microsoft's Test & Feedback browser extension. Learn how to install Test & Feedback in FireFox and connect it to your Azure DevOps instance. ... Read more
I was setting up a new Azure Pipeline today to deploy a Blazor Web Assembly application to a Static Website in Azure Storage. Despite authorising the service connection in Azure Pipelines to have access to the target storage account, I was encountering a AuthorizationPermissionMismatch error when the task executed. I ... Read more
Using a Static Website in Azure Storage to host your single page application (SPA) can be a very cost effective option. We are increasingly using this option to host our Blazor Web Assembly applications to provide very low hosting costs to our clients. Lower cost often means fewer features, and ... Read more