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:


Comments
Post a Comment