如何为 Dynamics 365 设置 Azure Web 服务

How to setup Azure web service for Dynamics 365

大家早上好,

如果此 post 与此 post 过于相似,我深表歉意:

但我很难准确理解在 Azure 服务器上设置可由 Dynamics 365 插件使用的 Web 服务需要什么。根据我的研究,它似乎如下所示,但我想看看是否有人知道更好的指南。

1.) 在 Azure Windows 服务器上正常构建 Web 服务。

2.) 注册一个正确的 DNS 域名(友好名称)并将其路由到 Azure 服务器。

3.) 使用证书保护 Azure server/URL。

4.) 从我的 C# Dynamics 365 插件调用 Web 服务。

这是全部还是我可能遗漏了一些重要的东西?谢谢!

4 可能是个问题,假设您想使用基于证书的安全性,但不确定是否可行,您可能需要使用其他机制,例如基本用户名和密码。否则看起来还可以。

Plug-in isolation, trusts, and statistics

Web access

Sandboxed plug-ins and custom workflow activities can access the network through the HTTP and HTTPS protocols. This capability provides support for accessing popular web resources like social sites, news feeds, web services, and more. The following web access restrictions apply to this sandbox capability.

  • Only the HTTP and HTTPS protocols are allowed.

  • Access to localhost (loopback) is not permitted.

  • IP addresses cannot be used. You must use a named web address that requires DNS name resolution.

  • Anonymous authentication is supported and recommended. There is no provision for prompting the logged on user for credentials or saving those credentials.