Set Azure Function timeout without republishing
SharePoint Europe
by Ella Murphy
3d ago
A while ago I needed to change an Azure Function timeout but I wanted to avoid, if possible, to republish it. After a little while searching I discovered this page which explain how to overwrite the values specified in the host.json file with the values specified from the Azure configuration. The article states that if you specify a configuration value in the following format: AzureFunctionsJobHost__path__to__setting The runtime will replace the existing value of the path.to.setting with the one specified. Note that the dot (.) in the setting name must be expressed as dou ..read more
Visit website
How to protect sensitive information in SharePoint Online using Purview Sensitivity Labels
SharePoint Europe
by Ella Murphy
3d ago
This post explains how we can use Microsoft Purview Sensitivity Labels to protect sensitive information stored in a SharePoint Online site. What are Sensitivity Labels? Microsoft Purview Sensitivity Labels are a data classification and protection system that helps organizations identify, classify, and protect sensitive information across Microsoft 365 and other services. They help you: Classify your data: Define different levels of sensitivity for your data, such as Confidential, Highly Confidential, and Public. Protect your data: Apply protection settings to different levels of sen ..read more
Visit website
Azure Bicep: The Smart Way to Handle Azure Resources ?
SharePoint Europe
by Ella Murphy
3w ago
Ever struggled with Azure Resource Manager (ARM) templates? These JSON files are essential for setting up your resources on Azure. Powerful? Absolutely. But let’s be honest, they can be a bit tough to read and manage. Azure Bicep to the rescue! Created by Microsoft, this domain-specific language (DSL) refines ARM templates to be more user-friendly. Here’s our agenda for today: A brief intro to Azure Bicep. Bicep vs. ARM templates: Spotting the differences. Advantages of Azure Bicep. A hands-on guide: Deploying an Azure resource with Bicep. Why Should You Care About Azure Bicep? Designed f ..read more
Visit website
Sensitivity Labels enabled in Teams Mobile Meetings
SharePoint Europe
by Ella Murphy
3w ago
Empowering users to collaborate while adhering to compliance standards is a pivotal aspect of modern communication. Microsoft Teams introduces a streamlined approach to ensure secure mobile meetings by integrating sensitivity labels into the Teams calendar. Label Selection in Meeting Creation: Users can seamlessly align with compliance standards during meetings on their mobile devices by selecting sensitivity labels within the Teams calendar. Admin-applied default labels are automatically visible to users. Clicking on the Sensitivity label field in the meeting creation form provides users with ..read more
Visit website
Web Role Inception
SharePoint Europe
by laura hession
1M ago
In the realm of low-code web development, Power Pages has emerged as a powerful tool for creating quite compelling and interactive websites that are easy to build and manage. Bringing the UX dreamers, the design specialists and the pro-devs under a single, fusion umbrella. I still remember that super cool demo in the Microsoft Power Platform Conference earlier this year where a T-Mobile branded website was created within a matter of seconds. I still remember that super cool demo in the Microsoft Power Platform Conference earlier in October. A T-Mobile branded website was created within a matt ..read more
Visit website
Exploring the Latest Microsoft Power Platform Updates: March 4, 2024
SharePoint Europe
by laura hession
1M ago
Hello friends, here’s your one-stop summary of the new features for the Microsoft Power Platform introduced in February 2024. Power Apps Copilot is getting a new job description as a grammar editor for canvas apps. Draft with Copilot is a new premium feature releasing in Preview for the US region very soon. It enables an app user to use Copilot to assist them in text input. This is (initially) only available in English, but Microsoft touts that it will be especially useful for app users not working with an app in their native language. You can see a sneak peek here. Model-driven apps are ..read more
Visit website
Using Dataverse low-code plug-ins with Power Pages
SharePoint Europe
by laura hession
1M ago
One of the features currently in preview that I am #superexcited about is Dataverse low-code plug-ins. What are Dataverse low-code plug-ins? They allow you to build server-side business logic specifically for Dataverse. Plug-ins are not new technology. In the early versions of Dynamics (version 3 and before), there was the concept of call-outs, which allowed you to build C# or VB.net code that could be configured to run on backend operations to update data. This evolved to plug-ins in Dynamics CRM v4.0 which currently exist today as a key pro-coder tool extend Microsoft Dataver ..read more
Visit website
Generate Teams meeting url with Power Automate flow
SharePoint Europe
by laura hession
1M ago
I’m done with Outlook yet I still need to create Teams meetings, can I somehow generate the meeting url, e.g. with Power Automate flow? Recently, I met a few people unhappy with Microsoft Outlook application wanting to switch to another tool. Sadly, they realised that the other email clients won’t allow them to create Teams meetings, still needed for their work. No direct integration, no plugin to install, nothing… But with all the Microsoft tools there must be some way to get a Teams meeting link! Note: this solution uses premium actions, therefore, it needs premium license. Run a flow f ..read more
Visit website
#PowerBI – update your measures without the formula bar
SharePoint Europe
by laura hession
1M ago
The introduction of the DAX query view (official blogpost) and the new INFO DAX functions (official blogpost) gives us some very possibilities to update our measures without using the formula bar. We can for instance create a query that shows all the measures that has an error message like this EVALUATE VAR _X =INFO.MEASURES() RETURN FILTER(_X, [ErrorMessage]<>"") This will extract all my measures in the open power bi file that contains an error message. In this case I have a measure that contains an error message telling me that I can’t use a True/False expression to ..read more
Visit website
Dynamically Updating Copilot Studio
SharePoint Europe
by laura hession
1M ago
This blog did not go to plan, I hate Teams Dataverse, it’s a bad idea and badly implemented, but lets start at the beginning… So I had this idea, wouldn’t it be cool if I could dynamically update the trigger phrases in my chatbot, it would go something like this: As everything is built in Dataverse my thought was I just need to update the topic row in the relevant table. I had the following challenges/learning opportunities: PVA Dataverse Tables Update Field/Key for Trigger phrases Find Topic Quick call out, in case you haven’t guessed this in Teams Dataverse, not full PVA, the licence cost ..read more
Visit website

Follow SharePoint Europe on FeedSpot

Continue with Google
Continue with Apple
OR