应用程序能否识别它是在云端运行还是在普通服务器上运行?
应用程序能否识别它是在云端运行还是在普通服务器上运行?
如果可能的话,我可以自动让应用程序决定在哪里存储用户图片:IO 或 blob 存储。
Can an application recognize whether it runs in a cloud or on a normal server?
If that is possible, I could automatically let the application deside wehere to store f.e. user pictures: IO or blob storage.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 RoleManager.IsRoleManagerRunning 属性。如果您的应用程序在 Azure Fabric 下运行,则情况如此。但请注意,这可以是开发结构(在开发阶段在开发计算机上运行的结构)或实际的 Azure 云结构。
Check the RoleManager.IsRoleManagerRunning property. This will be true if your app is running under Azure Fabric. Note however, that this can be the development fabric (the fabric that is running on your development machine during your dev phase) or the actual Azure cloud fabric.