blog.atwork.at

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

Handle failed actions in Azure Logic Apps

Today´s a quick tip for users working with Azure Logic Apps. This article shows how you can continue to work in a flow if an action has failed. This sample accesses an Excel file from a Microsoft teams SharePoint site and searches for a key. If the key was not found, the flow shall continue and deliver a useful error code with a message. See how this works here.

PowerShell package 'Az.Accounts' failed to download

I recently ran into this problem: I had to install the Azure Az PowerShell module from the PowerShell Gallery on a new computer. Interestingly the installation with Install-Module -Name Az failed with the error message "WARNING: Source Location 'https://www.powershellgallery.com/api/v2/package/Az.Accounts/1.9.3' is not valid.". See my solution here.

Join us at the Global Microsoft 365 Developer Bootcamp - Austria

Global Microsoft 365 Developer Bootcamp is back! This year the event will take place virtually from more than 100 cities worldwide. Join us at our Microsoft 365 Developer Bootcamp - Austria on November, 13th, 2020!

Get Administrator roles and Privileged Identity Management roles of an Azure AD tenant

To ensure the security of your Microsoft 365 client, we recommend implementing an appropriate governance and security strategy. An effective measure is to determine the current administrators and their permissions. In this article, we want to identify administrators with permanent roles and administrators who can use roles with Privileged Identity Management (PIM). PIM provides just-in-time privileged access to Azure AD and Azure resources. See how to find all Administrators, including PIM, here.

Honored to be renewed as Microsoft MVPs 2020-2021

This July, the Microsoft MVP Award Program renewed the MVP award to our four MVP-colleagues at atwork. We are honored to receive this award for our community work! Martina Grom received heir 10th MVP award for Microsoft Azure and Microsoft 365, Toni Pohl his 8th MVP award for Microsoft Azure and Office Development, Sigi Jagott his 8th MVP award for Microsoft 365, and Dominik Höfling his 3rd MVP award for Microsoft 365.

Microsoft 365 Virtual Marathon and Microsoft 365 for crisis communication resources

Microsoft 356 helps you communicate from anywhere. Today, the Microsoft 365 Virtual Marathon online event starts and I show different services like the quick to use crisis communication SharePoint site the Microsoft Health Care Bot service and more. Check out the Microsoft 365 Virtual Marathon and see how to start with these two services here.

Listen to the podcast about Microsoft 365 Governance for Work From Home with Martina Grom

How are you managing working from home during the pandemic? Listen to Richard Campbell's podcast from runasradio.com and our Martina Grom. Richard talks to Martina about the challenges around maintaining security and productivity with entire workforces doing their jobs from home with Microsoft 365 and governance tools.

Watch our sessions of #GlobalAzure Virtual Austria 2020

As in the previous years, we were proud to be part of the Global Azure Virtual - formerly known as the Global Azure Bootcamp - event on April 24, 2020. Because of the Corona pandemic, the word-wide event went virtual and was distributed as Microsoft Teams Live events, organized by the Coding Club Linz. If you could not attend live, you now can watch some sessions that are already uploaded to Youtube. Find them here!

Automate SSL certificates updates with App Services and Azure Key Vault

Storing credentials, SSL certificates, connection strings and other secrets in Azure Key Vault is recommended for every software project in the (Azure) cloud. This is easy to do when using certificates, such as for a website hosted in Azure App Services. Learn how to configure a SSL certificate once and then have it automatically updated when you update it in the Key Vault, called automatic rotation. See a step-by-step description here.