简体   繁体   English

Azure WebJobs有多安全?

[英]How secure are Azure WebJobs?

Web应用程序的用户是否可以通过任何方式访问Azure WebJob的可执行文件,以便窃取与WebJob一起部署的文件中的代码或任何其他此类信息?

No, that is not possible. 不,那是不可能的。 Only the owner/contributors of the containing Web App have access to the files (the same people who can publish). 仅包含Web应用程序的所有者/贡献者可以访问文件(可以发布的人)。

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

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