blog.atwork.at

news and know-how about microsoft, technology, cloud and more.

Can you use nested Logic Apps in Azure?

Workflows really help to standardize and to solve business processes. This can be done with Microsoft Flow in Office 365 or with Logic Apps in Azure (which is the same engine). Often, I see questions, if it is possible to call an Azure Logic App from another Logic App. Does his work? Well, see this quick sample.

This was Insider Dev Tour Vienna

Yesterday, on June 20th, the Insider Dev Tour (see insiderdevtour.com) took place in our home town Vienna. It’s a roadshow for software developers in the Microsoft universe delivering the latest news about Windows, Azure, Office, Graph, AI technology and more. I enjoyed being part of the event along with my fellow MVP colleagues and the Windows Development community.

Download Microsoft BUILD 2018 conference sessions

Microsoft BUILD conference 2018 took place two weeks ago in Seattle with over 350 sessions covering Azure, Visual Studios, Microsoft 365, and more. Although you can watch the sessions online at mybuild.microsoft.com/sessions, sometimes it’s helpful to have them downloaded. You can do so with the following PowerShell script.

Impressions of the Global Azure Bootcamp 2018 in Linz

On April 21st, this year’s Global Azure Bootcamp took place in 244 locations in 68 countries. We were happy to follow the invitation of coding-club-linz who – as in the last years - organized the community event perfectly in Linz in Austria. With 5 tracks and about 200 attendees the #GlobalAzure event in Linz was a full success – thx to the organizers, speakers, community members and all helping hands!

Looking for Microsoft SQL Server Configuration Manager?

In former versions of Microsoft SQL Server, the SQL Server Configuration Manager was an extra app for configuring the SQL Server services. Since this is gone since some versions, we often get the question where to find the configuration tool nowadays with the modern versions of SQL Server…

Use Visual Studio Code and the Code Runner extension

Visual Studio Code (currently, Version 1.22 is available) is a very cool developer tool providing a modern and fast code editor with a bunch of extensions. With extensions as Code-Runner, it’s easy to run a code file or active text directly from the VS Code text editor. Check out this quick description how to configure and use Code Runner.