blog.atwork.at

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

Tips for PowerApps-10 Validate form input with RegEx

Forms are simple. Forms are complex. Both are true depending on the functionality of the form. While you can create forms very quickly with Power Apps, it often takes a lot of time to make them as user-friendly as possible. In this article, we'll look at how we can validate and simplify input using Regular Expressions.

How to restore a flow from a backup to another environment

In the previous article, we showed and described two flows to backup and restore a flow. This works well when the flow's connections are still in the same environment. But what about restoring a flow in a different environment? This is a typical use case for "moving" flows from a source environment to a target environment, such as from the development environment to the productive or department environment. In this article we show how this works with the restore flow.

Azure Logic Apps Toolbox 8-Secure your secretswith Azure Key Vault and Managed Identity

Credentials and secrets should be stored in a secure environment and not directly in an Azure Logic App or script. Azure provides the Key Vault service, which allows to store such secrets in a secure and controllable way. See how this works here.

Copy a SharePoint list with PnP PowerShell

In the Microsoft 365 world, sometimes you want to copy a custom list in SharePoint Online to another SharePoint site in the same or in a different M365 tenant. While there are third-party tools for this, there is an easy-to-use method for such a scenario using PnP PowerShell. This article shows how it works with a step-by-step example.

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.