Update a Teams channel properties using Graph api, error :- Failed to execute Skype backend request
I have 2 requests to update a Teams channel using power automate:- the request on right will work well, where i am updating the channel name and its properties, while for the request on left, where i am only updating the channel properties i got this…
azure skype bot can't create conversation and send message to user
azure skype bot can't create conversation and send message to user. I post the https://skype.botframework.com/v3/conversations rest api, post data: { "isGroup": false, "bot": { "id":…
CollectionView API image
For some reason my colletionView doesn't want to show the images <CollectionView Grid.Row="2" Margin="20" HorizontalOptions="CenterAndExpand" ItemsSource="{x:Binding…
How to setup DI in custom code with Azure Logic App?
https://stackoverflow.com/questions/78919971/use-dependency-injection-in-azure-logic-app-custom-code only Logger is registered and ready to use. This does not work for custom code with logic app var host = new…
Customize antiforgery failure response
I want to customize the response received by the client when CSRF token validation fails. I was looking at ASP.NET Core's source code and found the middleware I think is supposed to handle CSRF token validation. By looking at it I found that it sets an…
❌All succeeded
I created a VMSS with spot VM. Due to the eviction policy of spot VM, some of instances will be deleted sometime, and new instances will be created by VMSS autoscaling. However, when some instances are creating, provison state of this VMSS is failed,…
Sharepoint API with delegation and OAUTH access token
Hi, I've created a program that allows me to push data to SharePoint, and it works well. The SharePoint API is created with Graph API, delegation, and using I'm using OAUTH - my program obtains a new token every 50 minutes (with some fall-back measures…
Windows 11 File Tags Autocomplete Not Working
When you try to tag a file, for example .JPG, we used to have a autocomplete or suggestion results available. This autocomplete disappeared in Oct 2024.
Install Windows 11 without secure boot on an unsupported old laptop
Are there big changes in Windows 11 24H2? I followed a couple of suggestions, including the registry hack and unable to install Windows 11 without secure boot on an old Dell laptop. In fact, I am a long time Mac user and want to give a try on Windows 11…
Windows 11 upgrade patch issue (23H2)
We are looking to upgrade our machines from Windows 10 to Windows 11 (23H2), using a patch management tool. a few laptops have been selected to test the upgrade but wasn't successful it generated an error message preventing us from pushing the upgrade.…
How to exchange access token from Microsoft account to Azure communication service token?
I have create an application, use communication service to join call with MSTeams member. And i have implement login feature, use Microsoft account. After get access token from MSAL, i use that access token to exchange to ACS (Azure communication…
locate PostgreSQL databases exact location
locate PostgreSQL databases exact location in Azure's North European regions For GDPR compliance status. Azure Database for PostgreSQL - Flexible Servers GDPR compliance status based on region Resource group aoih-prod Subscription…
Status column to automatically update based on the expiry date
I am trying to set-up a SharePoint List and would like the status column to automatically update based on the expiry date. I am looking to have 3 options; Active, Expired, Needs Attention. Expired (Red) = past the expiry date Needs attention (Yellow)= 2…
Archive email read in copilot with 365 agent
Hi everyone, I want to learn how to access archived emails using Outlook Copilot. Specifically, I want to retrieve information from archived reports when I need to review previous records. How is this possible?
Problems with certificate after SCCM recovery site
Hi all, After SCCM migration (backup site and recover it), Some clients have issues to get the new certificate. Both TRK and the MP certificate have changed on server. The client cannot validate the authentication information. Have someone some info…
WPF UserControl Page Binding Issue
Hello everybody, I have a really basic question actually about WPF binding in my code. The problem is that I have a WPF page which inherited from a base class which inherits from UserControl and the base class implements INotifyPropertyChanged…
Where can i download older sql server
I want to use sql server2017 or earlier. But i could not find the download link from Microsoft, is there any links?
Excel python anaconda - why is Microsoft's powerbiclient package not included?
Trying the Excel Addin "Anaconda Code" for python. https://support.microsoft.com/en-au/office/open-source-libraries-and-python-in-excel-c817c897-41db-40a1-b9f3-d5ffe6d1bf3e The Addin installed OK. But the first code I wanted to try uses…
Windows.Data.Pdf.PdfDocument Crash with file size greater than 2GB
Same issue as here (no replies there, it's an old thread) https://learn.microsoft.com/en-us/answers/questions/248422/windows-data-pdf-pdfdocument-crash My notes: Crash is not catchable which makes it really hard to find reason for issue or…
JSON for logging
Hello, I have the REST interface and would like to log the data, request, response. To make it clearer, correct JSON format. I notice this behavior. What would be a good solution for…