I recently needed to deploy some files to a webserver over SFTP using Azure DevOps pipelines. Despite the name SFTP is not related to FTP or FTPS as its SSH-based, so the FtpUpload@2 task won’t work for us. What we’re actually looking for is the CopyFilesOverSSH task. Let’s see how to configure it properly.
Continue reading Deploying over SFTP with Azure DevOps pipelinesTag: azure devops
Azure DevOps: Show missing Subscriptions for Service Connections
When creating new Service Connections in Azure DevOps I often find myself looking for subscriptions that I’m an owner of but can’t select in the dropdown menu for some reason. Luckily there’s an easy fix – as long as you’re an owner of that tenant.
Continue reading Azure DevOps: Show missing Subscriptions for Service Connections