随笔分类 -  Azure Cloud Service

使用ARM模板部署自动扩展的Linux VMSS(2)
摘要:12.准备完了模板文件,我们使用Powershell来创建VMSS for Linux的自动扩展集合,首先登陆到Azure中国的ARM账号: Login-AzureRmAccount -EnvironmentName AzureChinaCloud 13. 如果你有多个订阅的话,选择你要创建VMSS 阅读全文

posted @ 2016-09-09 12:10 StevenLian 阅读(595) 评论(0) 推荐(0)

Linux上使用Azure CLI来管理Azure
摘要:在Windows上我们有强大的Powershell提供各种命令来管理Azure的服务,在Linux上微软提供了基于Node.JS的跨平台的Azure Command Line来帮助Linux用户来管理Azure服务,本文介绍如何安装使用Azure Command Line工具。 安装和基本配置 1. 阅读全文

posted @ 2016-08-24 21:11 StevenLian 阅读(2204) 评论(0) 推荐(0)

在Azure Cloud Service中部署Java Web App(1)
摘要:Microsoft Azure是一个开放的,灵活的云平台,除了对自家的.Net平台有良好的支持外,对于各种开源的软件,语言,工具,框架都有着良好的支持,比如Java,Php,Python等等,你可以使用自己喜欢的语言开发任何应用部署在Azure的web site或者云服务中。Azure的云服务是Az... 阅读全文

posted @ 2015-11-25 23:26 StevenLian 阅读(2429) 评论(0) 推荐(0)

在Azure Cloud Service中部署Java Web App(2)
摘要:接上文。9.在进行发布之前,需要对我们的订阅做一些设置,因为默认情况下,Azure的service end指向的是Azure global的站点,如果我们要将服务发布在Azure的中国站点,需要做下简单的设置,在Eclipse中,打开偏好设置(preference),找到Azure,在service... 阅读全文

posted @ 2015-11-25 23:20 StevenLian 阅读(947) 评论(0) 推荐(0)

导航