How to Recover Deleted Azure DevOps Repository? 05-08-202310-08-2022 by Maytham Fahmi You might possibly delete an Azure DevOps repository by mistake and want to recover it. As a standard, it is not possible to recover deleted repositories from the user interface. In this article, I will explain how to undelete a repository manually, and in addition, I will introduce a little tool that recovers your repository…. ShareTweetSharePin
How to Create Mermaid with GitHub 15-08-202224-07-2022 by Maytham Fahmi Mermaid is a JavaScript-based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. The main purpose of Mermaid is to help documentation catch up with development. Let’s take an example, if you copy the following snippet in your GitHub repo with Readme.md or any markdown page,…. ShareTweetSharePin
Azure DevOps Multi-Agents strategy with Multistage pipeline – Part 2 18-05-2022 by Maytham Fahmi As mentioned and the last article on how to build software for a cross-platform and needed to build and test it on different operating systems? This time, I will demonstrate the same thing, but in an isolated step in the Multistage pipeline. What we do here, is follow the same multistage pipeline as the last…. ShareTweetSharePin
Azure DevOps Multi-Agents strategy with Multistage pipeline – Part 1 11-05-202211-05-2022 by Maytham Fahmi Have you ever built software for a cross-platform and needed to build and test it on different operating systems? Well, you are prepared to read the right place. In this article series, I will show 2 ways of using the Multi-Agents strategy with a Multistage pipeline on Azure DevOps using YAML. Let’s go to it….. ShareTweetSharePin
Send Notifications to Team Channel 04-05-2022 by Maytham Fahmi As a Software or DevOps Engineer, you often want to share automated notifications of critical updates, release status, or any other info on a Microsoft Teams channel. For example, I have previously automated the release information so stakeholders like Product Owners, Operations, and Management were able to follow on a Microsoft Teams channel a web…. ShareTweetSharePin
How to create a simple PaC workflow with C# for GitHub actions 04-12-202216-03-2022 by Maytham Fahmi Time is moving fast and a lot of things happing within the Software Development and DevOps world. You have properly heard a lot about Pipeline As Code (PaC). IMO the idea behind Pipeline as code is to ensure that we can at any time recreate and redeploy our environment in the same way so that…. ShareTweetSharePin
How to get Windows Product Key from BIOS for VirtualBox, VMware or any other Virtual Machine 08-02-202229-01-2022 by Maytham Fahmi I come recently to install Windows 10 on VirtualBox 6.1 and VMware Workstation 16 player to make some tests, but have had the issues with some windows feature was locked and required activation. I have spend some time to find out, how I could solve this issue. I have made my founds and would like…. ShareTweetSharePin
How to start using Azure PowerShell in Docker 08-02-202226-01-2022 by Maytham Fahmi Recently I was reading that AzureRM PowerShell module is getting retried beginning of 2024. It sounds like long time, but nowadays, thing are going to fast and 2 years can fly so fast. I have chosen to install Azure PowerShell and play with it. Important Because Az PowerShell modules now have all the capabilities of…. ShareTweetSharePin