powershell - Azure - add custom domain from webjob with queuetrigger -


i have webjob triggered queue. pretty simple stuff.

then when job triggers want extract values , create custom domain against web app.

whats best way achieve this? can powershell webjobs triggered queue?

check article:

how use azure queue storage webjobs sdk

also can use azure function trigger job queue:

create function triggered azure queue storage

azure function support powershell:

  • create function app
  • create powershell function: azure function - powershell templates

  • now have powershell function triggered queue: azure function - queuetrigger powershell


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -