Http Client Protocol Issues (and other fun stuff I support)

If you use any of these solutions, Please let me know so I can track if any of this is useful to you! Thanks!

Moving Blog

I am moving my blogs to here: https://jsandersblog.azurewebsites.net/ so update any links!

Author: Jeff Sanders Date: 09/13/2018

Failed to update web app settings: The storage URI is invalid

Overview When updating your Azure Function App storage account keys, if you specify the wrong key…...

Author: Jeff Sanders Date: 06/05/2018

Create Service Principal in Linux for Azure Automation

Overview There are lots of ways to do things in Azure. I could not find a current end to end sample...

Author: Jeff Sanders Date: 05/29/2018

Azure Cloud Service: ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY error in Chrome

OverviewI ran into an interesting error that I had to debunk where a customer thought with HTTP/2 on...

Author: Jeff Sanders Date: 05/03/2018

Point Kudu to a Particular Web Worker Instance

Overview Kudu is the .SCM interface for Azure App Services. If you are running more than one...

Author: Jeff Sanders Date: 02/26/2018

Error: Could not find a part of the path 'E:\sitesroot\0\bin\roslyn\csc.exe'.

Overview After publishing the web app to Azure Cloud Services from Visual Studio 2017, it would not...

Author: Jeff Sanders Date: 02/22/2018

How To: Capture a System.Net trace from PowerShell

Overview PowerShell can and does use System.Net classes to communicate over the wire. This example...

Author: Jeff Sanders Date: 02/15/2018

How tell if your Mac Supports Support Intel® Virtualization Technology

I was trying to see if my MacBook Air support HAXM for Android emulation and could not find a good...

Author: Jeff Sanders Date: 02/13/2018

Using/Installing Fiddler on Mac OS

Overview I could not find a good walkthrough so here is one for you. Disclaimer: This is on the...

Author: Jeff Sanders Date: 02/08/2018

Azure Mobile Apps: Disable Swagger

Overview The Azure Mobile Apps quickstarts can support Swagger. What if you want to disable this?...

Author: Jeff Sanders Date: 01/31/2018

Azure App Service error: AADSTS50011: The reply address 'https://.azurewebsites.net/signin-oidc' does not match the reply addresses configured for the application:

Overview When you deploy an Azure Active Directory application that was working great locally you...

Author: Jeff Sanders Date: 01/30/2018

Easy tables - How can I manipulate and See My Data Efficiently

Overview The Easy tables feature of Node.js backend Azure Mobile Apps is a great way to do your...

Author: Jeff Sanders Date: 12/15/2017

Image files do not deploy when I add them to ASP.Net project

Overview You might notice that when you add files like images (.png .bmp) to your project that these...

Author: Jeff Sanders Date: 11/30/2017

Force HTTPS for Azure Web App

Overview Sometimes you need or want to force HTTPS for Azure App Services (Azure Web App, Azure...

Author: Jeff Sanders Date: 11/30/2017

Switching from dropbox to github–Expected a 'Git' repository but found a 'None' repository

Overview If you have dropbox selected for a deployment option and want to switch to github you may...

Author: Jeff Sanders Date: 11/27/2017

Install Visual Studio Code on Ubuntu 16.04 LTS

Overview I had trouble getting Visual Studio Code to install by simple clicking on the package from...

Author: Jeff Sanders Date: 10/13/2017

Easily Create a SAS to Download a File from Azure Storage–Using Azure Storage Explorer

Overview In this scenario, you want to provide your customer with a secured URL to download a file...

Author: Jeff Sanders Date: 10/12/2017

Azure Web Apps for Containers–Simple Walkthrough of Node.JS app deployment

Overview This is a super simple walkthrough to show how to use Git and push your app to Azure Web...

Author: Jeff Sanders Date: 09/12/2017

ASP.Net–Do not use Task .Result in main context

Overview You can guarantee you will deadlock if you have a call similar to this in your code, where...

Author: Jeff Sanders Date: 08/28/2017

Azure App Service Authentication - Using a Blob Storage for Token Cache

Chris had this note in his blog App Service Token Store “As an alternative, you can provision an...

Author: Jeff Sanders Date: 08/10/2017

Walkthrough–Add Azure Web App to Visual Studio Team Services

Overview In this walkthrough I will show you how to use Visual Studio Team Services with an existing...

Author: Jeff Sanders Date: 07/18/2017

Azure App Services authentication to a foreign Azure Active Directory

Overview You have some code you have created in your subscription and a customer wants to...

Author: Jeff Sanders Date: 06/09/2017

Checklist for creating your first .NET Azure WebJob

Overview I thought it would be beneficial to add a checklist of things you may have to do when...

Author: Jeff Sanders Date: 05/30/2017

Azure .NET Core Application Settings

Overview This article outlines how to work with Application Settings in ASP.NET Core with Azure Web...

Author: Jeff Sanders Date: 05/16/2017

How To: Azure WebJob calling a Web Page using Powershell

Overview Just a quicky post to get you started on how to use CRON expressions and Powershell to call...

Author: Jeff Sanders Date: 05/12/2017

How to run classic ASP on Azure Web Apps

Overview We mention you can use ASP on Azure Web Apps but documentation is a bit scarce. This...

Author: Jeff Sanders Date: 05/11/2017

Azure Function App Error: We are not able to retrieve the runtime master key

Overview When you access an Azure Function app from the portal it will attempt to retrieve the...

Author: Jeff Sanders Date: 05/09/2017

IIS Azure Web App - Force HTTPS AlwaysOn ping should return 200 for FastCGI sites

Overview PHP, Java and other FastCGI hosted environments should respond to an Always On ping to keep...

Author: Jeff Sanders Date: 04/28/2017

Page Loads slow and you notice certain files (js, html) seem to be extra slow downloading

Symptom You notice particular files (.js, .html and more) are downloading very slowly Cause Certain...

Author: Jeff Sanders Date: 04/14/2017

Azure Active Directory “Can’t access the account” Account Recovery–Where does the email contact come from?

Overview If you are not using the Self-Serve option of Azure Active Directory premium, an email is...

Author: Jeff Sanders Date: 04/04/2017

Problem adding Push Notification Hub to Azure App Service Slot

Overview You can add Push Notification Hubs to your Azure Web App, Azure Api App etc… (all Azure App...

Author: Jeff Sanders Date: 03/30/2017

Accessing Azure App Services using Azure AD Bearer token

Overview Here are some simplified instructions on how to setup and use Azure Active Directory...

Author: Jeff Sanders Date: 03/17/2017

Accessing Azure App Services using Azure AD Bearer token

Overview Here are some simplified instructions on how to setup and use Azure Active Directory...

Author: Jeff Sanders Date: 03/17/2017

Cannot read property 'listRegistrationsByTag' of undefined' (Azure App Services)

UPDATE: This should be resolved shortly (as in today 3/2/2017) Situation: You are creating a Mobile...

Author: Jeff Sanders Date: 02/23/2017

Azure Traffic Manager probe degraded due to 401 from Azure Web App

Symptom Your Azure Web App (or any Azure App Service) has authentication enabled but you want to use...

Author: Jeff Sanders Date: 02/06/2017

How to get a full memory dump in Azure App Services

There are a ton of blogs on getting full memory dumps but some get complicated. Note then when you...

Author: Jeff Sanders Date: 02/02/2017

How to use Fiddler to Debug Azure App Service issues (with authentication)

Sometimes it is difficult to isolate Azure App Service issues to determine is the problem is the...

Author: Jeff Sanders Date: 11/11/2016

How to use Fiddler to Debug Azure App Service issues (with authentication)

Sometimes it is difficult to isolate Azure App Service issues to determine is the problem is the...

Author: Jeff Sanders Date: 11/10/2016

Run an async task in a console app and return a result

I had someone ask how to run an async task in Main of a console app. Yes there are different ways to...

Author: Jeff Sanders Date: 10/07/2016

Automating EasyTables for Azure Mobile Apps

You could use the Azure CLI to create Azure Mobile Service tables for the node.js backend. You can...

Author: Jeff Sanders Date: 09/30/2016

Execute Transactions from Azure Mobile App API (node.js)

Using the Azure Mobile App API interface (like:...

Author: Jeff Sanders Date: 09/21/2016

How to deny HTTP methods (or verbs) in Azure Web Apps

If you want to deny HTTP methods or verbs in Azure Web Apps you can do this be changing your...

Author: Jeff Sanders Date: 09/20/2016

Easy tables, Easy APIs error message ‘Unsupported Service’

Overview When you try to access or create Easy tables or Easy APIs in Azure App Services or Azure...

Author: Jeff Sanders Date: 08/24/2016

Azure Mobile Service Creation fails "this name is already in use"

Just a quick blog on this… Problem You cannot create an Azure Mobile Service. You enter a unique...

Author: Jeff Sanders Date: 05/20/2016

Troubleshooting Retrieving Certificates in Azure App Services

You can upload and use Certificates securely in your Azure App Service (Azure Web App, Azure Mobile...

Author: Jeff Sanders Date: 05/03/2016

How to Add Custom Domains to Azure Web Apps Using Powershell

Just another quicky post: If you need to add a custom domain to an Azure Web App you can use...

Author: Jeff Sanders Date: 02/23/2016

Azure Mobile Apps–How to remove the notification hub and get the wizard back

I noticed that you cannot change the notification hub in the UI.  There is a simple workaround...

Author: Jeff Sanders Date: 02/19/2016

Manually Attach a Debugger to Azure Web Apps

For various reasons you may have difficulty attaching your debugger to an Azure Web App. This quick...

Author: Jeff Sanders Date: 02/09/2016

Create a Staging Slot for Migrated Azure Mobile Service

  When you Migrate your Existing Azure Mobile Service to an App Service you may want to take...

Author: Jeff Sanders Date: 01/29/2016

Next>