简体   繁体   English

是否有任何Windows Azure Local Development环境?

[英]Is there any Windows Azure Local Development environment?

I remember I stumbled upon a page once that said Microsoft has released an application that allows you to test your client applications for windows azure locally. 我记得曾经偶然发现一个页面说过微软发布了一个应用程序,允许你在本地测试windows azure的客户端应用程序。

The application would act as mock windows azure environment and you could use local end points for connecting to it. 该应用程序将充当模拟窗口azure环境,您可以使用本地端点连接到它。 Does anyone know which application is it or what is its name? 有谁知道它是什么应用程序或它的名称是什么?

I can't find it on google. 我在谷歌上找不到它。 I'm sure someone has used it. 我确定有人使用过它。

Yes, with the Azure SDK, you're installing what is called a "local fabric" which allows you to create and test your Visual Studio apps in a local environment before posting them out into the cloud. 是的,使用Azure SDK,您将安装所谓的“本地结构”,它允许您在将其发布到云中之前在本地环境中创建和测试Visual Studio应用程序。

Google for "local fabric" or "development fabric" [ EDIT: since SDK 1.3 the fabric is called "Compute Emulator", the Development Storage is renamed to "Storage Emnulator"] - I remember several blog posts on this, at least one by Scott Guthrie. 谷歌为“本地结构”或“开发结构”[ 编辑:自从SDK 1.3结构称为“计算模拟器”,开发存储被重命名为“存储Emnulator”] - 我记得有几个博客帖子,至少有一个由斯科特格思里。

Marc

Azure SDK - which you can install using Web Platform Installer tool - the dev fabric provides you with a dev environment that plugs right intovisual studio for you to debug and test. Azure SDK - 您可以使用Web Platform Installer工具安装 - 开发结构为您提供了一个开发环境,可以直接插入视觉工作室,供您调试和测试。 You can download the SDK from 您可以从中下载SDK

there is also an Azure training kit which has a lot of hands of labs, presentations and learning material. 还有一个Azure培训套件 ,其中包含大量实验室,演示文稿和学习资料。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM