Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Hi All,
This is another pull from my blog over at: www.indiedevspot.com
This article is one of those that is going to help remind me how to do this deployment, as it can be a bit tricky. If you are working with F# for web jobs, like I have started doing, there are a few steps.
This is easy. See picture.
These packages contain the framework for Azure Web Jobs.
So I discovered that I needed FSharp.Core in my solution. I got the craziest errors that seemed to have nothing to do with this, until I added a printf statement to see what my connection string was. Anyways, you need to manually add a reference to FSharp.Core v4.3.1 . You also need to copy this to the output directory of your solution, as setting the properties to copy currently does not actually copy this library as expected.
This should be straight forward. Using any other article out there in the world, you can deploy, but I will walk through here as well.
That’s it! If you want, you can navigate to this repository, which has a functional web job you can try out: https://github.com/drcrook1/Nerds4Hire Note that you will need to go through all of these steps with this same project.
Please sign in to use this experience.
Sign in