What is the best place inside Office 365 to store MXF files which have sizes between 35-50 GB
We have many large MXF files which have sizes between 35-50 GB. currently we are storing those files inside SharePoint online document libraries:- but seems SharePoint online is not designed to handle such large files. so my question is what is the…
How to fix infinite buffering on aka.ms/activatexbox
when I try to activate Xbox for dev mode, I get surprised with a screen that is infinitely loading and says "no records to display" on the bottom. I can't click the + on the right to activate my xbox or anything on the page for the matter. I…
AADSTS500200: User account is a personal Microsoft account. Personal Microsoft accounts are not supported for this application unless explicitly invited to an organization.
Hi, I have this error message while trying to use the learn sandbox here: https://learn.microsoft.com/en-us/training/modules/describe-core-architectural-components-of-azure/4-exercise-explore-learn-sandbox AADSTS500200: User account…

Moving Files between sites stop progressing, but resume even after cancelling it
I wanted to move a folder which contain 4500 Files, of total size 60 GB. now i selected the folder and i define to Move it to another site. the process started , but hanged on 76% as follow:- it kept on the same progress for about 2 hours. and i have…
PowerShell Pipes Not Working In Visual Studio
We are needing to transition some of our PowerShell scripts to Powershell 7. As part of this, I am now working in Visual Studio Code instead of PowerShell ISE. My problem is that when running script in Visual Studio, pipes don't work. I have a script…
Can we sync the whole SharePoint online communication site to our windows machine? or we need to do this one library by a time
We have a SharePoint online site named "DemoSite2023" that contains multiple libraries, such as:- now the only option i found to sync those libraries using OneDrive, is to go to each library and click on the "Sync" icon:- and here…
How to connect to Azure File Share via PtoS VPN (443 Blocked by ISP) -
Hello all. I have an Azure fileshare that I use as a mapped drive for SQL and file backups from my Windows Server 2019 machine. It is a mapped drive and was working just great until I changed ISPs. My new ISP blocks port 445. No problem I figure, I'll…

In synapse pipeline which activity is better, stored procedure or sql pool stored procedure
I would like to understand the main difference between stored procedure vs sql pool stored procedure activities in Synapse pipelines. Which is better to execute stored procedure against sql dedicated pool?. Need insights from both performance and cost…
Outlook calendar filter
I'm trying to get a faster way to generate a list of all meetings organized or created by its owner from a Shared Outlook calendar. Using "organizer: person's name or email" in the search box shows message: "Search isn't currently…
Blazor Warm Start
I have a landing page and when the user clicks a button it does Blazor.start(); Q. Is there a way that I can do something like Blazor.preload(); where it will preload the *.wasm assemblies into the Wasm runtime while the user is reading the landing page…
can not run az storage blob filter
when I run az storage blbo filter, I got the following error: This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus You do not have the required permissions needed to perform this…

We are trying to access a partner portal that is tied to another tenant id.
Is it possible to migrate one tenant ID to another? Unfortunately, we don't know the admin for the tenant ID. Thanks, Alex
Full-text index on multiple columns with different LCIDs (languages) works properly in SQL Server?
I am trying to create a full-text index on a table with multiple columns, where each column contains text in a different language. I specified different LCIDs (Locale Identifiers) for each column in the CREATE FULLTEXT INDEX statement, and SQL Server did…
How do I connect my existing Visual Studio 2022 project to an existing github repository?
I set up a github repository to match the project I am working on in Visual Studio 2022. I did something wrong and only the project file exists. I followed a tutorial. But the tutorial was disappointing and the instruction was to drag the content of my…

Help with domain verification to unlock more startup credits
Hi, I am the CTO of safe-sight.ai. We have been granted $5000USD credits by Azure to build our Saas application and we are still at a pre-revenue stage. We tried to unlock further credits and the domain verification process has failed couple of times…
Multiple Login Prompts to AVD Session Host from 10Zig Thin Client
Hello, We are logging into an AVD Session host from a 10Zig Terminal (this is a terminal that is on the supported thin client list by Microsoft) We are able to login but get 4 prompts for credentials before doing so. SSO is enabled. We do not get these…

How to create cross tenant Output with Private Endpoint from Stream Analytics Job (Cluster) to an Event Hub (namespace)?
Hello Community! I'm currently trying to set up an Event Hub (on a namespace) output which exists in another Tenant, and Directory (and of course, Subscription) for a Stream Analytics Job within a Stream Analytics Cluster. I have verified that the…
Visual Studio 2022 missing environment variables?
I installed Visual Studio 2022 originally so I could run Zonos text to speech. That's working fine. I even was able to follow some coding tutorials and compile some C++ and C# apps. However, when I run a batch file that is to compile an app, it seems…
Connection Default_AzureOpenAI can't be found in this workspace.
I am trying to deploy gpt-4o model in Azure AI Foundry. After I created a new project and tried to deploy, I get the following error. Failed to get the connection NotFoundError: Connection Default_AzureOpenAI can't be found in this workspace. Please…
Toas notification failed to register
I made a NotificationHelper namespace NanoFlow.Helpers; public class NotificationHelper { public void LaunchToastNotification(string filename, string filepath) { ToastNotificationManagerCompat.OnActivated += toastArgs =>…