Creating a new React Router application

Prerequisites Install the development tools Visual Studio Code pnpm See Install pnpm Create the new application To create a new React Router web application create a directory for the project and open a terminal and execute If you want to create the Git repository on a higher level, answer NO to the Initialize a new …

Installing the Windows Subsystem for Linux (WSL)

WSL enables Windows computers to concurrently run Windows and Linux at the same time. Modern software development and deployment usually depends on Linux tools and commands. To be able to run a Linux container on a Windows workstation, we need the availability of the Linux Kernel. To install Windows Subsystem for Linux (WSL) To use …

Microsoft Azure Pipelines

Azure pipelines support the CI/CD (Continuous Integration, Continuous Deployment), the fully automated Continuous Delivery process. Agents, either hosted by Microsoft, or self-hosted on the client’s infrastructure, execute the yaml scripts. Steps The smallest unit of work in the Azure Pipeline. Each step is one action in a job. A Step can be a Script or …

DevOps Workflow

DevOps is the combination of two areas of information technology: Development and Operations. DevOps engineers work very closely with software developers and operation engineers to fully automate the creation and configuration of the cloud infrastructure and the build, testing and deployment of the applications. The best DevOps engineers come from software development and have a …

Microsoft Azure CLI

Use the terminal to interact with the Azure Cloud Installation Latest instructions at it from bit.ly/AzureCLI At the time of writing to install the CLI on Windows, execute the command in PowerShell Restart PowerShell to refresh the updated “path” value and found the newly installed tool: az Extensions Azure DevOps Extension – Adds DevOps specific …

Microsoft Azure authentication types

Authentication types To log into Azure DevOps services use the Microsoft Entra ID – formerly known as Azure Active Directory (Azure AD). The Microsoft Identity platform provides two primary authentication patterns for Azure DevOps access. User delegation (OAuth) We will use this for the Azure DevOps CLI. Created for user facing tools, like web and desktop applications, …

Microsoft Azure DevOps tools

The Azure DevOps tools provide access to the Azure environment to create, manage and monitor Azure Cloud resources Azure DevOps Web Portal All DevOps operations are available through the Azure DevOps Web Portal. To access it navigate to dev.azure.com Azure Command Line Interface Use the terminal to interact with the Azure Cloud. See Microsoft Azure …