Category: App Service

How to delete a Web App backup

Azure App Service Benjamin Perkins

Backing up your Web App and associated database is something you need to take very seriously. You never know when something might happen that requires a restoration of a backup. For example, the deployment of some bad code or the accidental removal of numerous files. Individuals or companies running IT services without backups, are taking […]

Read More →

Using the Azure WebJob API

Azure App Service Benjamin Perkins

I wrote an article here that discusses how to troubleshoot a WebJob, during the creation of that post I found decided to figure out this technique as well (calling the WebJob API). Originally, I was using the Azure SDK to trigger the WebJob from Visual Studio Server Explorer, as shown in Figure 1. Figure 1, […]

Read More →