You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The App Service client uses ZumoClient -
which is a subclass of RestClient which handles server certificate validation. (ZumoClient exists as a reusable class to provide core App Services to other Azure services. For example Azure Functions will leverage a subset of App Services.)
The Table service uses ZumoRequest - which is a subclass of RestRequest with common App Service headers and authentication methods to handle the async REST API calls.