Azure 网站:有哪些陷阱?
我正在设计一个网站,该网站最初将托管在标准 ASP.Net 环境中,但希望以后能够轻松地将其移动到 Azure。这两个环境之间有什么问题,我需要注意什么。我试图弄清楚在设计网站时需要注意什么。
一般站点要求/上下文:
- 简单的应用程序站点
- 支持个人用户登录
- 支持数据存储,不一定必须是
- 上传/下载单个文件的关系支持(平均 1k - 25k,基于文本)
任何帮助或值得关注的内容如果能够跨越这两个世界,我们将不胜感激。
I'm designing a web site that will initially be hosted in a standard ASP.Net environment but want to be able to easily move it to Azure later. What are the gotchas between the two environments, and what do I need to be careful of doing. I'm trying to figure out as I design the site what I need to be careful of doing.
General site requirements / context:
- Simple application site
- support individual user login
- support for data store, doesn't necessarily have to be relational
- support for upload/download of individual files (1k - 25k on avg, text based)
Any help or things to watch out for in straddling these two worlds would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
陷阱可能意味着很多事情...... :)
一般来说,代码应该很容易从 ASP.NET 迁移到 Azure
需要注意的事情:
还有很多其他东西,但一般来说,ASP.NET 应用程序可以非常轻松地迁移。如果您想考虑利用一些 Azure 特定功能,例如表存储或辅助角色,这些功能本身并不存在于 ASP.NET 堆栈中,最好只在 Azure 中启动站点。
如果您有具体问题,请 Ping
Gotchas can mean a whole lot of things..... :)
In general, the code should easily migrate from ASP.NET to Azure
Things to be aware of:
There are plenty of other things, but in general, ASP.NET applications can migrate pretty easily. If you want to look at utilizing some Azure specific features, like table storage or worker roles, those do not exist natively in the ASP.NET stack and it would be best to just start the site in Azure.
Ping if you have specific questions
我一直在 Windows Azure 网站备忘单 上构建了一系列更深入的技术内容,您可以查看该列表以获取更多内容。目前它主要包含 PHP 信息,但我希望很快能够扩展 Python、Node.js、.NET、Java 和其他网站技术内容。
这个网站最酷的一点是,它可以在 github Microsoft Azure 网站备忘单上找到,所以如果您遇到问题,您可以将其记录下来以帮助更大的 Azure 网站社区。
I've been building up a list of deeper technical content on Windows Azure Web Sites Cheat Sheet which you could view for more content. Currently it's heavily weighted with PHP information, but I hope to extend with Python, Node.js, .NET, Java and other Web Sites technical content soon.
The cool thing about this site, is that it is available on github Microsoft Azure Web Sites Cheat Sheet so if you run into something, you can document it to help out the greater Azure Web Sites Community.