November 2018
Intermediate to advanced
424 pages
10h 55m
English
Ensure that you have the following namespaces in the class:
using System.Net;using System.Net.Http;using System.Threading.Tasks;using Microsoft.Azure.WebJobs;using Microsoft.Azure.WebJobs.Extensions.Http;using Microsoft.Azure.WebJobs.Host;using System.Data.SqlClient;using System.Data;using System;using Microsoft.Azure.Services.AppAuthentication;