Saltar al contenido principal

Command Line

Azure CLI: Managed Disks

miércoles, 8 de febrero de 2017

Today, we announce Azure CLI support for Azure Managed Disks! Microsoft announced the general availability of Azure Managed Disks – it simplifies the management and scaling of Virtual Machines. The Managed Disks experience in Azure CLI is idomatic to the CLI experience in other cross-platform tools, and we know you will love it!

Senior Program Manager, Azure Developer Experience

Simple Azure Websites: Deployment

lunes, 28 de julio de 2014

My preferred method of deploying to an Azure Web Site is using git, partially because this is a feature I've been involved with from the beginning (it's known as Kudu). However, in some cases, I just need to deploy a bunch of files from my local machine with minimal fuss, and using git is overkill. For these scenarios WebDeploy (aka msdeploy) really shines.

Principal Development Lead, Azure App Platform