SFTP (Secure File Transfer Protocol) is a network protocol through which we can transfer files in a secure manner. The usual port is 22 but, we can use change it and assign another if you want. In this post, we can read how to deploy an SFTP using an Azure Storage...
Several Azure Virtual machine tiers offer to compute resources depending on the needs that arise in resources, for example, General purpose, Compute-optimized, Memory-optimized, GPU, Storage Optimized and High-performance computing. Sometimes the cost could be...
There are many ways we can backup up the SQL Databases in Azure services, even if these are running on SQL Azure or a SQL Server Virtual Machine. In this post, we will talk about Azure Backup for SQL Server Virtual Machines, a way that previously became General...
In this post, we will talk for one of the most used services on Azure, the Storage Services. Throughout this post, we will learn what a Storage Account is , its architecture, the Azure Storage Services, what are the limitations for this service. Azure Storage Account...
In this post, I will show you how to scale down a managed data disk for an Azure VM. For the time being, the Azure portal only supports increasing the size of the disks. First, create a new Data disk from the Azure portal. Select ‘Create disk’ and follow...
In this post, we will see how anyone can connect to an Azure storage account, create a container and see how can upload and download files, using C# code. Prerequisites Active Azure Account Subscription Resource Group Storage Account with Container Visual Studio (2013...