blog.atwork.at

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

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.

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.

How to create or renew Service Principal Names in Azure Active Directory

When an automated task or an app needs to access data from Office 365, you need to create an app in the tenant’s Azure Active Directory (AAD). For having full control, e.g. for deleting objects in AAD, a so called Service Principal Name (SPN) can be used. That is similar to a Global Admin in Office 365, but just for apps and usually with a predefined expiration date. Which is good. Or?

Tips for PowerApps-Using SharePoint Customize forms with Bing Maps visualization

PowerApps are very powerful and simple to use.Through the integration in SharePoint Online lists, we now can create our custom forms within a SharePoint site and add additional features as calculations, modifications and even visualizations. See here, how to integrate a map for showing a location instantly directly in SharePoint without any coding!

Download the free Azure Serverless Computing Cookbook

Serverless Computing is popular. With Microsoft Azure, IT people can concentrate on their tasks and apps without taking care of managing any server infrastructure. One of the key Platform-as-a-Service (PaaS) components from Microsoft is the new, extensive Azure Functions service. Learn how to use Azure Functions with the cost-free Azure Serverless Computing Cookbook!