How can I implement right and left swipe gestures to navigate back and forward in a .NET MAUI WebView? My current implementation isn't working, and the WebView's navigation stack seems to always return null. Can you help me troubleshoot and improve this
public WebAppView() { InitializeComponent(); BindingContext = this; _globalData = ServiceHelper.GetService<GlobalDataService>(); _Notification = ServiceHelper.GetService<NotificationService>(); //…
SharePoint Online Custom Form Breaks After Editing with SharePoint Designer
I am encountering an issue with SharePoint Online when editing a custom list/library form using SharePoint Designer. Here are the steps to reproduce the issue: Open an editform.aspx file in SharePoint Designer 2013 in Advanced Mode. Without making any…
Can we create and destroy winrt::IObservableVector on different threads?
Hello, I’m working on a multi-threaded WinRT/C++ application and need some clarification on how thread safety works when using winrt::IObservableVector across threads. Specifically, if I create a IObservableVector on one thread (Thread 1) and pass its…
CreateProfile Win32 function failing for Windows Server 2008 R2.
I am sharing a code snippet which is working completely fine for the Windows Server 2012, 2016, 2019 and 2022 but the same MSI Windows Installer Application is getting errored out only for the Windows Server 2008 R2 Machines with the error message for…
How to customize registration for different users in power pages?
Hello everyone, I want to develop a website with different types of users. I want each user to be able to register and log in to access specific features. For example, in an e-commerce platform, you can allow sellers to register and manage their stock,…
250 USD Charged on credit card WITHOUT any business conection to Microsoft Azure
Hello, my credit card was charged with 250USD but I have any contract or business connection to Microsoft Azure. I´m writing from my business account from my company, but this belongs me as privat person. There is a remark on my visa account that…
Azure Analysis Services backup to azure blob storage using User Managed Identity
Hi everyone, I have an azure analysis services that i want to make backups to azure blob storage. The problem is, i am not able to do that since the company policies does not allow to use access keys. Is there any way i can configure the backups…
Authentication Failed When Creating Prompt Flow
I want to create prompt flow in Azure AI Studio. However, I face the following issue: Authentication Failed Unable to access the dag.yaml file with original storage location at Users/MY_USERNAME/promptflow/MY_PROMPT_FLOW/flow.dag.yaml. Please check the…
Test function in Action Group sending metric alert when choosing "Log Alert V2"
I used the Test function in an action group to send an alert of type "Log Alert V2" with the common alert schema. I however seem to get an alert with signal type "Metric". I was expecting a "Log" signal type. Am I…
Microsoft 365 Education - Teams - How can students see their final oral grade for each course without the rest of the class being able to see it?
Hello everyone!! I' m trying to find a way to give students' final score through Teams. I can't find a way to do it privately!If anyone has any thought please let me know!
Site-to-Site VPN Connection Status Changes to Unknown
Hello, I set up a Site-to-Site VPN connection from an Azure VNET to an on-premise network to access a private SMS gateway, following this tutorial: Site-to-Site VPN Gateway Setup. Here’s the setup: The on-premise VPN device is supported. The local…
TURNRelayAccessHealthCheck is still valid health check for Azure AVD ?
Hello everyone i want to ask if TURNRelayAccessHealthCheck is still valid health check for Azure virtual desktop ?
Are you able to share the PowerShell Script/YAML File codes from a specific YouTube video?
Hello, I recently watched the YouTube video titled "Integrating Power BI Deployment Pipelines into Azure DevOps and Azure Pipelines | OD29" by Microsoft Developer. In the video, the presenter demonstrates two methods for automating Azure…
Sending logs to Azure Monitor from Python is not working anymore
Is there something happening with Azure Monitor? I know opencensus-ext-azure was deprecated last month. pip install azure-monitor-opentelemetry==1.6.2 from logging import INFO, getLogger from azure.monitor.opentelemetry import…
Does Azure Open AI as a limited Access Service fall under the Microsoft Data Processing Addendum?
I wanted to know, if Azure Open AI Services is excluded from the MS DPA because it is listed as a limited Access Service? Thanks
Activation
Hi! I need to activate windows 10 in a air-gapped network. I am deaf! I cant call the provided number and communicate with the automatic voice support. What do I do?
Azure Update Manager for Linux VM fails - error processing package base-files (--configure):
I'm using Azure Update Manager to update my Linux VM. I've not done anything manually. Spent months to automatically my Linux image but with not luck. Went to Azure Portal-> Azure Update Manager -> Select my VM -> and click install update. An…
How to change the default file handler for my PDF files?
Product: OneDrive, Sharepoint. Context: I have installed Lumin PDF and Adobe to edit my pdf files. When I double-click a pdf file, it is opened into Lumin PDF by default. I want to change my default file handler to Adobe, how can I do that? Thank you.
Cloning Azure VM
Dear I have a problem that is occurring when cloning a virtual machine. I perform the entire cloning process, then I understand that in order to avoid conflicts, you have to perform Sysprep, after doing so the VM agent does not start again. The agent…
Skip particular requests to be logged in Application Insights
Hello! I'm struggling with configuring Application's Insights Telemetry Client. I have Headless Sitecore application with Vue on client side and Nodejs express that used as proxy. Currently we have application insights in place but facing a lot of…