应用程序能否识别它是在云端运行还是在普通服务器上运行?

发布于 2024-08-05 10:26:10 字数 85 浏览 7 评论 0原文

应用程序能否识别它是在云端运行还是在普通服务器上运行?

如果可能的话,我可以自动让应用程序决定在哪里存储用户图片: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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

画骨成沙 2024-08-12 10:26:10

检查 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文