Background
In past years, pre Covid, Black Marble hosted a venue for the Global DevOps Bootcamp, a community run in person hackathon event.
After a short hiatus, I am pleased to be able to say this event has a successor, the Global DevOps Experience which is being run on the 15th of June at many venues around the world …
Read MoreIssue:
During the creation of a basic react app, the result of a build of this app must be displayed as a static web application hosted in GitHub pages.
Solution:
Configuring a GitHub action (YAML) in order to build the react app and then clone the build over to the GitHub pages deployment branch.
Below is the …
Read MoreProblem Space
I have recently been working on an API scoped policy within API Management, the policy ideally should not be impacted by any policies defined higher up in the hierarchy.
For reference, this means that any policies defined at the Product, Workspace, or Global level will not be inherited at the API scope …
Read MoreThe Issue
We have a number of projects that use the old style SQL Server Reporting Services (SSRS)
.RPTProj
project format. These projects are not supported in Visual Studio 2022 out of the box, but there is an extension in the Marketplace that adds the functionality back so you can build them in the IDE.However, we …
Read MoreOverview
In API Management, users and groups are a core aspect of the Developer Portal and are used to manage the visibility and access to respective products and their APIs.
One of the common questions that I often get asked is, “how do I appropriately govern the groups effectively so that I can ensure that the …
Read MoreProblem
One of my client’s recently had a problem that a large number of Azure DevOps work items had been updated via Excel in error.
They asked if there was a means to undo these edits. Unfortunately, a feature Azure DevOps does not provide.
Solution
So, I wrote a PowerShell script to do it. The script… …
Read MoreProblem Space
I have recently been adding email alerting to some Logic App Standard workflows as part of the error handling flow. In doing so I made use of an existing Office 365 Outlook Connector in the Azure Subscription; the connector is not built in for Standard Logic Apps but is rather part of the Managed Api …
Read MoreWhat is GraphQL?
GraphQL is an open-source data query language developed by Facebook in 2012, which was then released as an open-source project in 2015. Unlike traditional RESTful APIs, which require specific endpoints for data retrieval, GraphQL adopts a different approach. Instead of fetching entire resources, …
Read MoreBackground
Programmatic connection to Azure DevOps cannot be done with your Active Directory credentials. This is because this involves a dialog being shown, and these days usually an MFA check too.
Historically, the solution to this problem was to enable Alternate Credentials, which could be passed as username and …
Read MoreA History Lesson
Team Foundation Version Control (TFVC) has been around since 2005, since the first release of Team Foundation Server (TFS) in 2005. In 2013, over 10 years ago, Microsoft added Git support to TFS (later renamed as Azure DevOps), Git had already been around for 8 years at that point.
10 years is a long …
Read More