- Check if functions project can be deployed successfully
- Check if third party library
Az.Accounts
can be resolved correctly
- Deploy the function app using deployment center
- Make a GET http request to
/api/HttpTrigger
- Should get a 200 status code with
Hello Functions World!
body