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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -