In this article, we will discuss how to step through a multi-account Azure Environment for Cost Optimization. An organization might need to restructure its multi-accounts. Here is why.
Multi-Account means that the account belongs to each of the responsible roles. This is good when Azure's budget is separated between divisions.
Multi-Account means we can open as many subscriptions as we need. ...
[More]
To build an information system, a comprehensive requirements document is essential. This document, often referred to as a System Requirements Specification (SRS), serves as a blueprint for the project. It details what the system is supposed to do and how it should perform, providing a clear understanding of the project's goals and objectives to all stakeholders involved. On this article, we discus...
[More]
Teaching programming in the era of AI is difficult. While the high level of programming is less interesting than low level programming, it still needs to be one of the most used in the industry. Programming language like Python, C#, and C++ still be used for daily maintenance or building new software. Unfortunately, the students less interested with high level programming. They like to use drag an...
[More]
Problem
You clone your repository, and after creating a project, you commit to GitHub. However, GitHub tell you an error “Pipe Has Been Ended.”
Cause
There are several reasons why this case happens.
Misconfiguration of your GitHub setting
Some characters are not allowed to commit to GitHub.
Solution
Rebuild your project
On The Git Changes, find the Chang...
[More]
Package is reusable component that can be reused between projects. On Azure DevOps, there is Azure artifact that can help the team to manage the package. Package can be made by many standardized platform such as Marven, NPM, NuGet, etc. The package is hosted privately in Azure Artifacts. If you want to know what is Azure Artifacts please view the video. On this article, we will dis...
[More]
Having your own process is good. However, not all Azure DevOps users know how to customize their Azure Boards to fit their DevOps Process. In this article, we want to discuss five steps to customize the Azure DevOps Process. Before you go you need to fulfil the requirements:
You have active Azure DevOps at https://dev.azure.com
You are the creator/administrator of the organization and are able...
[More]
In order to build AI application with .NET, we have three options the first one is using Gemerative AI with .NET, AI Services in .NET, and Machine Learning with .NET.
Generative AI with .NET:
Generative AI allows us to create novel content, such as text, images, or music, using machine learning models. Within the .NET ecosystem, developers can harness this power to craft cutting-edge applicatio...
[More]
Having a project is a gift. However, when building the solution for the people the changes maight be happen. On this article, we will discuss five things to make your project still fruitfull, targetted, and success. Let's get started
Tips 1 - explore well. Seeing a project in first sight seems easy. However, after you understand the detail you will find that the project is harder than you expec...
[More]
This is the second article covering creating a report using Microsoft Add-Ins for DevOps integration. If you miss setting up the add-ins, read this post: How to Create Project Report in Azure DevOps (ridilabs.net). This article will discuss creating a readable Excel report for project managers or product owners to understand their project progress.
Step 1 – Creating Query
Create your default q...
[More]
In this article, we want to discuss creating a project report from Azure DevOps into Microsoft Excel. So, let's get started:
Download the Azure DevOps Office 2019 here Download Visual Studio Tools - Install Free for Windows, Mac, Linux (microsoft.com)
After installing, choose Team Tab and after that click new List
You can add server by put https://dev.azure.com/yourorganization/ . The s...
[More]