I created a new Azure Functions project with C#. I don't see any option to add a 'connected service' so I can generate a proxy for the SOAP API that I want to call. How do I do this with Azure Functions?
It is possible to create a Class Library project and add the proxy (Expand the project in the Solution Explorer > Right-click Dependencies > Add Connected Service) to it. Then, add the Class Library reference to the Azure Function. In addition, it is also possible to add it directly to the Azure Function project.
The instructions above and the following screenshot were based on Visual Studio 2017 (version 15.7.2) Enterprise Edition.

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With