Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
应用程序能否识别它是在云中运行还是在普通服务器上运行?
如果可能的话,我可以自动让应用程序在此处存储 fe 用户图片:IO 或 blob 存储。
检查RoleManager.IsRoleManagerRunning属性。如果您的应用程序在 Azure Fabric 下运行,这将是正确的。但是请注意,这可以是开发结构(在开发阶段在开发计算机上运行的结构)或实际的 Azure 云结构。