4

I have a function app with 2 slots (staging and prod), both of them will trigger the upload of a file in the same blob storage. My question is: if both of them will trigger the same blob storage (but act differently), the time I upload a file to that blob storage will trigger both of them or just the one that's set as primary? Thanks in advance!

Mort
  • 1,411
  • 5
  • 19
  • 51
Agustin
  • 51
  • 1

1 Answers1

0

Actually, it depends on your configuration and settings when creating your slot. For instance, if you clone the settings both will trigger, else the prod will only trigger

click to see screenshot

Jeremy Caney
  • 7,102
  • 69
  • 48
  • 77