Wesley CamargoPushing your code to GitHub and Azure Repos at the same timeIf you have an existing repository hosted by an Azure Repos or in GitHub, you can add new remotes easily. Let’s see how we can do it!May 22, 2020May 22, 2020
Wesley CamargoMake your deployment faster parallelizing your jobs in Azure DevOps - Classic EditorOne of the most regular works in clients or companies that I faced, is to improve your existing CI/CD pipelines, reducing errors or the…Jun 5, 2020Jun 5, 2020
Wesley CamargoAz DevOps YAML Pipelines — Creating a Multi Source pipeline with GitHub RepositoriesSometimes can be necessary to use more than one repository in our deployment pipelines. Maybe you are deploying resources from different…Dec 20, 2020Dec 20, 2020
Wesley CamargoDataOps Automation — Deploying Databricks notebooks with Azure DevOps YAML PipelinesIn this post, I will show an easy way how to deploy your Databricks notebooks using Azure DevOps and YAML pipelines.Jun 15, 20211Jun 15, 20211
InTDS ArchivebyWesley CamargoAzure Data Factory CI-CD made simple: Building and deploying ARM templates with Azure DevOps YAML…The easiest way to publish/deploy Azure Data Factory artifactsAug 13, 20213Aug 13, 20213
InTDS ArchivebyWesley CamargoCreating Azure Databricks with Bicep and Azure DevOps YAML PipelinesContinuing the DataOps Automation series, in this post I will demonstrate how to create your Databricks workspace using Infrastructure as…Aug 20, 20211Aug 20, 20211
InTowards DevbyWesley CamargoHow to extend an Azure DevOps YAML Pipeline TemplateIf you need to control what is allowed during your deployment, extending the YAML Templates is the easiest way to know what is being done…Dec 30, 2021Dec 30, 2021
InFAUN — Developer Community 🐾byWesley CamargoStop breaking your environment: How to get started with Azure DevOps PipelinesHave you ever had problems with manual deployments? It is not about if but when an error will happen. I even saw entire sites being…Nov 7, 2022Nov 7, 2022
InFAUN — Developer Community 🐾byWesley CamargoCreating and publishing PowerShell Modules to Azure Artifacts with Azure DevOps YAML PipelinesPowerShell Modules are very useful and can save a lot of time if well designed and created. Check on this post how to create and pack a…Feb 2, 2022Feb 2, 2022
InTowards DevbyWesley CamargoHow to create a dotnet core project with command lineIn this post, we will see how to simply create a dotnet core application using the command line. For that, we will use Windows Terminal…Oct 26, 20221Oct 26, 20221
InFAUN — Developer Community 🐾byWesley CamargoHow to setup your environment with git and VS Code with chocoConfiguring your git environment is something very important to begin using version control. In this post, I will show you, step by step…Oct 10, 2022Oct 10, 2022
InFAUN — Developer Community 🐾byWesley CamargoGit Basic commands in a nutshellWithout a doubt, git is the most popular Version Control System nowadays. There is a big chance that everyone who works with IT already…Oct 27, 2022Oct 27, 2022
InFAUN — Developer Community 🐾byWesley CamargoHow to create commits with different users in gitIn my previous post, I showed among other stuff how to configure your git credentials. But in case you need to use different users in…Oct 19, 2022Oct 19, 2022