0

Ive upgraded my blobtrigger from v1 to v2 and created a new function in azure, the blobtrigger runs smoothly with the new function app set to v2 or v3, created a new project in vs2019 and is set to .netCore 3.1 etc. But in azure i still get the warning message "Cannot Upgrade with Existing Functions".

I even have created a blob trigger from template without any changes in code and published it to a new function app in azure, even then the message still shows.

Does the warning ever go away or is it there just for information? Cant find anything about this.

enter image description here

Tomas
  • 33
  • 4

1 Answers1

0

You are right, it's just a tip for you to refer, no action required. Same as this SO

DixitArora-MSFT
  • 1,768
  • 1
  • 5
  • 8
  • yes ive seen that post, thought that maybe other might have a different answer, I think its just stupid of microsoft to have that as a warning/information when the app is coded to work in v2 or v3... microsoft will not deprecate it for now but will probably do it in the future, setting this to answered... thanks. – Tomas Mar 23 '20 at 07:18