blog.atwork.at

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

Join us at #TeamsNation next week!

Only one week left until the Teams Nation Community Conference 2022! The #TeamsNation online conference is 100% community and 100% free with 13 tracks, 140 sessions and 170 speakers! We are excited to be a part of it, along with hundreds of fellow community members. See the schedule and register today!

WienIT setzt auf die Microsoft Cloud

Datensicherheit ist ein wesentlicher Faktor für jedes Unternehmen und jede Organisation. So setzt auch unser Kunde WienIT auf die Microsoft Cloud. WienIT ist Wiens bedeutendster Infrastrukturdienstleister und Teil der Wiener Stadtwerke-Gruppe, die mit über 15.000 MitarbeiterInnen einer der vielfältigsten Arbeitgeber der Stadt Wien ist. atwork ist stolz darauf, WienIT mit Expertise im Bereich Cloud-Technologie und Security zu unterstützen. Lesen Sie die Referenz-Story bei Microsoft Österreich.

Delegate365 changelog 9.2.5-License management for Shared and Resource Mailboxes

With this update, Delegate365 allows viewing and changing licenses for shared mailboxes and resource mailboxes. Since each mailbox is a user mailbox and Delegate365 works with the OU scopes, the behavior of the new license management depends on the assigned OUs and objects. Details can be found here.

Force a content refresh of an Azure static website using Azure CDN

Static website hosting in Azure Storage is really cool and quick method for simple deployment scenarios. Azure CDN edge nodes provide the cache and distribution layer with custom domains, rules, and further configuration options for such a static website. But what to do if you update the static website and it doesn't deliver the new content? How can you force an update? See the solution here.

How to filter entries with Null value in Azure Table Storage Explorer

Azure storage accounts are a great and inexpensive way to store lots of data. I am using Azure Table storage to store large amounts of structured data for various tools. I needed to filter all rows that have a specific field that shows Null. While this sounds simple, it is a bit tricky. Here's how.