#Schedule

Remember to set Scheduled Task to future in Biztalk 2016 part 2 (and how to forget it)

Published at December 27, 2019 ·  3 min read

Remember to set Scheduled Task to future in Biztalk 2016 part 2 (and how to forget it) (Update 15.3.2021) According to Sandro Pereira’s blog post Scheduled Task Adapter is now updated and these triggering issues should be issues no more. Get the new adapter version here https://github.com/sandroasp/BizTalk-Scheduled-Task-Adapter/tree/master/BTS2020 Okay, this Scheduled Task Adapter issue didn’t leave my mind alone in the holidays. I made an issue to Scheduled Task Adapter’s GitHub repo and thought that maybe I should investigate this thing a bit further....


Remember to set Scheduled Task to future in Biztalk 2016

Published at December 12, 2019 ·  3 min read

Remember to set Scheduled Task to future in Biztalk 2016 (Update 15.3.2021) According to Sandro Pereira’s blog post Scheduled Task Adapter is now updated and these triggering issues should be issues no more. Get the new adapter version here https://github.com/sandroasp/BizTalk-Scheduled-Task-Adapter/tree/master/BTS2020 (Updated 19.12.2019) If you have worked with Biztalk you have probably bumbed into Scheduled Task Adapter. It’s a great tool to trigger scheduled things in Biztalk. I’ve used it extensively in e....


How to Schedule Posts With Azure

Published at January 12, 2019 ·  3 min read

Scheduling blog posts When starting this blog I chose to make static site with hugo and host it in netlify and use github as source control. As being static I wondered how to schedule blog posts like you can easily do in ie. Wordpress. I found this https://serverless.com/blog/static-site-post-scheduler/ blog post that tackled the problem with AWS. As mostly an Azure guy I thought, why not do it in Azure with Logic Apps...