Software⏱️ 2 min read📅 2026-05-31

How to Fix: Missing value for AzureWebJobsStorage in local.settings.json local development in Visual Studio 2017

Learn how to fix: Missing value for AzureWebJobsStorage in local.settings.json local development in Visual Studio 2017.

Quick Answer: Try checking your system settings or restarting.

In Azure Functions development, it's common to encounter issues with the Storage Emulator and local.settings.json file. The problem at hand is a missing value for AzureWebJobsStorage in local.settings.json during local development in Visual Studio 2017.

⚠️ Common Causes

  • Not using the correct Storage Emulator configuration
  • Using an outdated version of Visual Studio 2017

🛠️ Step-by-Step Verified Fixes

Method 1: Configuring Storage Emulator

  1. Step 1: Open the Azure Storage Explorer and select the storage account you want to use for your Azure Function.

Method 2: Updating Visual Studio

  1. Step 1: Update Visual Studio 2017 to the latest version available.

✨ Wrapping Up

By following these steps, you should be able to resolve the issue with missing AzureWebJobsStorage in local.settings.json and successfully deploy your Azure Function.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions