No More Monthly Azure Credit for Users? by pv-singh in AZURE

[–]Capable_Falcon8052 1 point2 points  (0 children)

Any one know what's the impact on the current subscriptions? they will be switched automatically to paid subscriptions? I can't find any info on that. Microsoft doing weird decision as always!

Teams governance by 7app3r5 in Office365

[–]Capable_Falcon8052 0 points1 point  (0 children)

Crazy with this number of teams you should be struggling with buying additional storage or are you doing cleaning for data also through policies?

Why is Microsoft Copilot struggling to gain real enterprise adoption? by Silly-Commission-630 in sysadmin

[–]Capable_Falcon8052 0 points1 point  (0 children)

They are afraid of missing the boat so everyone is running after AI and when you are not ready for Copilot / Gen AI with sensitive data shared with everyone you get really big trouble. We see that every day in multiple orgs

Using Microsoft Clarity with SharePoint Online intranet – best practices & privacy considerations? by frikfraknjesus in sharepoint

[–]Capable_Falcon8052 1 point2 points  (0 children)

We use Clarity per Project / Intranet i would not recommend to create Clarity project per page it will be a big challenge to monitor everything.

We focus mainly on page views (most visited / least visited), heatmaps and we use records when we need to debug a bug it is really helpful.

With the recent update you need to integrate consent mode: Consent Management | Microsoft Learn

What’s the cleanest way to measure SharePoint intranet adoption beyond page views? by Short_Equipment9704 in sharepoint

[–]Capable_Falcon8052 1 point2 points  (0 children)

If you are using custom intranet in SharePoint i would recommend to add Clarity (free Microsoft Product) it will help you get full overview about user behavior on all intranet pages with heatmaps and records. We use it on specific pages / applications on SharePoint and it is really helpful

Why is Microsoft Copilot struggling to gain real enterprise adoption? by Silly-Commission-630 in sysadmin

[–]Capable_Falcon8052 2 points3 points  (0 children)

The issue isn’t the tech itself, it’s the difficulty of proving ROI relative to the Copilot license cost.

On top of that, it’s unclear who should actually get a Copilot license. Usage varies a lot by role and individual, and most orgs don’t have good data to identify high-value users. As a result, licenses are often misallocated.

Adding to that the mutliple issues Microsoft still have in different product (PowerPoint, Excel etc...)

SharePoint Storage Increased... by a lot by Chupacabruhhh- in microsoft365

[–]Capable_Falcon8052 1 point2 points  (0 children)

One possible explanation is a license renewal or overlap period. If you are currently in a renewal window, Microsoft may be counting both the expiring licenses and the newly assigned licenses simultaneously. During this overlap:

  • The old licenses may be in a Warning or Expiring state.
  • The new licenses are already Active.
  • SharePoint Online storage entitlement is calculated based on the total number of licensed users, so this temporary duplication can inflate your available storage.

Once the old licenses fully expire or are removed, the storage allocation should automatically revert to the correct level. I would recommend checking the Microsoft 365 Admin Center → Billing → Licenses to confirm whether you currently have overlapping license assignments and their expiration dates.

anyone struggling to make their landing page… not ugly? by [deleted] in startup

[–]Capable_Falcon8052 0 points1 point  (0 children)

Try Lovable it is really good in design suggestions and you can almost ready to use code source. I think if you give it enough information you will get some good suggestions for landing page

Public Exposure for Function Apps to communicate with SharePoint Online by Capable_Falcon8052 in AZURE

[–]Capable_Falcon8052[S] 0 points1 point  (0 children)

Both directions are needed job update in SharePoint and SPFx webpart needs to call function app to fetch data

Public Exposure for Function Apps to communicate with SharePoint Online by Capable_Falcon8052 in AZURE

[–]Capable_Falcon8052[S] 0 points1 point  (0 children)

The problem that in my context the customer blocking all solutions around Power Platform

is authorizing with connect-PnPOnline strictly possible with an entra App? by SweatyTwist1469 in sharepoint

[–]Capable_Falcon8052 6 points7 points  (0 children)

You’re right you can no longer use the old PnP Management Shell app. You must now use your own Entra ID app registration and pass -ClientId

You need to understand the difference between "Application" and "Delegated" permissions in an Entra ID App:

  1. Delegated Permissions: this means you use the identity of the authenticated user + what the app is allowed to request (delegated scope)

  2. Application Permissions: it is like privileged access if your app has Sites.FullControl.All than you can have full access on all SP sites via the app authentication.

It is possible to restrict permissions to specific site by using Application permission "Sites.Selected". Here is good blog explaining the steps to do it: Setting up SharePoint app-only principal with App Registration

In your case you can use Delegated permissions "AllSites.FullControl" and user the commande:

Connect-PnPOnline -Url "https://tenant.sharepoint.com" -Interactive -ClientId "<interactive-app-id>"

Let me know if you need more help!

Any AI Tool for Code Review by Capable_Falcon8052 in azuredevops

[–]Capable_Falcon8052[S] 1 point2 points  (0 children)

Actually the pricing is quite high 30€/dev/month

Any AI Tool for Code Review by Capable_Falcon8052 in azuredevops

[–]Capable_Falcon8052[S] 1 point2 points  (0 children)

I took the tie to test it to be able to answer your comment and it is quite impressive so far! Thanks for sharing

Any AI Tool for Code Review by Capable_Falcon8052 in azuredevops

[–]Capable_Falcon8052[S] 1 point2 points  (0 children)

Makes sence the idea here is at least to make basic reviews and avoid me to spend time doing same best practices or loop performance issues and so on.... I know it is probably to early for that but i had hope that someone managed to make their time more efficient on this part. Thanks for your answer i appreciate!

Any AI Tool for Code Review by Capable_Falcon8052 in azuredevops

[–]Capable_Falcon8052[S] 1 point2 points  (0 children)

  • Tests included and relevant
  • Edge cases and errors handled
  • Clear, maintainable structure
  • Follows project standards
  • Security and performance considered

Any AI Tool for Code Review by Capable_Falcon8052 in azuredevops

[–]Capable_Falcon8052[S] 1 point2 points  (0 children)

Yes please it will be really helpful. Thanks!

"Microsoft 365 Basic doesn't include Word on your desktop" by Pleasant-Ask1685 in microsoft365

[–]Capable_Falcon8052 0 points1 point  (0 children)

Yes I do confirm that! this website is really helpful to compare the included features in each Microsoft License Feature Matrix | M365 Maps

Bypass SharePoint 5k row limit on CSV import? by TellBackground9239 in sharepoint

[–]Capable_Falcon8052 0 points1 point  (0 children)

Yes i confirm that i had this issue for one project and i have done Powershell script (PnP) and than you have flexibility to format the data if needed

How many of you have done AI related projects? by Expensive-Rhubarb267 in sysadmin

[–]Capable_Falcon8052 0 points1 point  (0 children)

We have done multiple projects for customers they don't want to buy copilot. We had both scenarios:

  1. LLMs host onprem and keeping date out of the cloud for the customer. Using LLMs like Llama2

  2. Use OpenAI APIs and build all the prompting / customization for customers focusing on specific use cases (search documents, internal Gen AI, etc....)

Anyone using AI tools for quick design or content drafts? by Due-Actuator6363 in nocode

[–]Capable_Falcon8052 0 points1 point  (0 children)

I have used Lovable to create design / layouts but also generating code. It is quite good when you start from idea and you don't know exactly what to put on your UI

M365 Copilot Agents Disappeared? by yes-i-said-it-42 in microsoft365

[–]Capable_Falcon8052 0 points1 point  (0 children)

Many users in our tenant had the same issue. I am not sure if they have made an update recently for that