Issue:

http://localhost:7071 already in use by another running Azure app.

Resolution:

Change your current Azure Function app to run under another port.

local.settings.json

  "Host": {
    
    "LocalHttpPort": 7072
  }
Last modified: December 21, 2022

Author

Comments

Write a Reply or Comment