$€®¥09@forSharePoint SPFx Development by $€®¥09@seryoga.hashnode.net·Jun 20, 2022SPFx Azure DevOps Pipeline: Increment version, push to repository and publish packageLast week I published a blog post describing how to increment the version of the SPFx solution using a gulp task. After that, people asked in the comments how to map the whole thing in an Azure DevOps pipeline so that the pipeline automatically incre...Discuss·3 likes·722 readsMicrosoft
Bogdan BujdeaforBogdan Bujdeabogdan.hashnode.net·Aug 22, 2022Creating a multi-stage YAML pipeline in Azure DevOps for .NET projectsI'm going to start a series about Azure DevOps and .NET applications. Of course I'll need a test application so I'm going to write a helper for Todoist, my favorite task management software. In this first post I'm just going to show you how to create...Discuss·1 like·7.5K readsAzure DevOpsdotnet
Alexandre NedelecforAlexandre Nedelectechwatching.hashnode.net·Mar 7, 2021Week 9, 2021 - Tips I learned this weekI often see developers talking on Twitter or on Dev.to about things they have learned during the previous day or during the previous week. I like the idea so I decided to write my first article about tips I learned during this past week. I am not int...DiscussTips I learned this weekGit
Richard CarriganforDev-ishrichardcarrigan.hashnode.net·Apr 25, 2023Deploy Power Pages secrets with Azure DevOps and deployment profilesMicrosoft provides excellent resources for learning, using, and building on top of its products. Usually, you can search for how to do something within a Microsoft product or service and you'll get a handful of Microsoft Learn resources that will wal...DiscussAzure Pipelines
PrasanthforCloud Cornerabprasanth.hashnode.net·Mar 4, 2023Building images in Azure DevOps and running them in AzurePre-requisites You have a free tier Azure account and you have created your own DevOps Organisation in place. Services for containers Azure Container Registry: This service is a managed private Docker registry based on the open-source Docker Registry...Discuss#pyproblogathon
Sebastian WeiseforSebastian Weise´s Blogsebiweise.hashnode.net·Feb 27, 2023Next.js & Nextra static export exampleIn this short post I will show you how to static export your Nextra blog or documentation using Azure Pipelines. Introduction To make a static export from a Next.js or a Nextra application you have to consider a few things. The following functions of...Discuss·39 readsTutorialsNextra
Bogdan BujdeaforBogdan Bujdeabogdan.hashnode.net·Feb 24, 2023Running e2e tests with Playwright in Azure YAML PipelinesMy team is working on a product with a React website as the client and a C# ASP.NET Web API as the server. It's important to run end-to-end (e2e) tests with Playwright before each release to ensure that we didn't break anything. Running them from the...Discuss·197 readsAzure DevOpsplaywright
Fábio SeixasforFabioSeixaspubbles.hashnode.net·Feb 8, 2023Preview URLs with Azure Pipeline + Firebase HostingIntroduction I recently had to implement an Azure pipeline for a Next.js app. Giving a Pull Request on our remote repository, the requirements were: On a Pull Request update, deploy the web app of this version on a preview URL. For this, we have to ...Discuss·34 readsPipeline
Niklas OhlroggeforNiklas Ohlrogge's blogohlrogge.hashnode.net·Dec 20, 2022Send Mail with Azure DevOps REST API to a user groupAre you looking for a way to send emails programmatically from within an Azure DevOps pipeline without setting up any SMTP server? The ADO REST API offers a simple and powerful solution for sending emails using the sendmail RESTful method which can b...Discussado
Bogdan BujdeaforBogdan Bujdeabogdan.hashnode.net·Dec 4, 2022Deploying infrastructure with Bicep and Azure YAML pipelinesUsing Bicep in a YAML pipeline can provide several benefits, including simplicity, consistency, and maintainability. Bicep is a new language for defining Azure resources, which is designed to be more concise and expressive than traditional Azure Reso...Discuss·355 readsAzure DevOpsai
Josef Richbergforsqlrunner.hashnode.net·Oct 30, 2022Improved data loads from Snowflake to Azure Synapse AnalyticsMy responsibilities revolve around providing the business with the data they need to make informed business decisions. One of those processes requires us to shift data from a Snowflake data warehouse housed in AWS to an Azure Synapse Analytics data w...Discuss·206 readsazure-synapse-analytics
Bogdan BujdeaforBogdan Bujdeabogdan.hashnode.net·Sep 19, 2022Static code analysis with NDepend in Azure PipelinesIn the last two articles we've created a multi-stage YAML pipeline in Azure DevOps and we added a stage for running unit tests. Now I'm going to show you how to do static code analysis using NDepend. I'm going to split this article in two parts, in t...Discuss·358 readsAzure DevOpsdotnet
chaitanya shahforKnowTheTechchait.hashnode.net·Sep 10, 2022Getting Started with Azure Data FactoryIn this blog, I will describe Azure data factory and top-level concepts in Azure Data Factory. Then we will see the benefits of using Azure Data Factory. So, let's get started. What is Azure Data Factory? Azure Data Factory (ADF) is a cloud-based ETL...Discuss·31 reads4articles4weeks