347,765 questions

Sort by: Updated
2 answers

Why is the GetReservations method not running asynchronously?

I am having trouble getting the GetReservations method to run asynchronously in my ReservationListingViewModel class in C#. Can someone please help me understand what I'm doing wrong? And I am also having an issue with using _reservations as private…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,369 questions
asked 2024-05-20T16:13:30.51+00:00
Tom Meier 140 Reputation points
commented 2024-05-22T09:35:37.2266667+00:00
Jiale Xue - MSFT 35,716 Reputation points Microsoft Vendor
1 answer

How to disable the font scaling for the Display alert's in Maui - iOS

Hello, Currently I'm disabling the font scaling in iOS by following this. https://learn.microsoft.com/en-us/answers/questions/1661536/how-can-i-prevent-the-device-font-size-effect-of-a Now I want to achieve the same functionality for the display…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,969 questions
asked 2024-05-21T13:40:20.09+00:00
Vaibhav Methuku 60 Reputation points
commented 2024-05-22T09:35:19.21+00:00
Vaibhav Methuku 60 Reputation points
2 answers One of the answers was accepted by the question author.

I wanted to know about the pricing and cost details of soft delete

So Is there any Storage cost or any cost at all for Azure Blob Soft delete, I tried searching but not sure where to get this info.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,481 questions
asked 2024-05-21T21:37:19.33+00:00
Brian 0 Reputation points
accepted 2024-05-22T09:35:09.7433333+00:00
Brian 0 Reputation points
1 answer

How to remove row on client side by jQuery based on key auditor id and budget year?

I work on jQuery with asp.net . I face issue I can't remove row from grid view based on key AUD_RECID and P_BUDGET_YEAR . AUD_RECID with different P_BUDGET_YEAR so I need key will be both from AUD_RECID and P_BUDGET_YEAR SO I will have unique Value when…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,306 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
899 questions
asked 2024-05-21T23:41:45.2266667+00:00
Ahmed Salah 0 Reputation points
answered 2024-05-22T09:35:05.8033333+00:00
Lan Huang-MSFT 26,361 Reputation points Microsoft Vendor
0 answers

Sentinel - Sophos Endpoint Protection (using REST API) (Preview) - Fails due to trying to create a table with a hyphen!

When trying to configure and deploy the new Sophos API connector for Sentinel it fails. Looks like it's trying to create a new table called Custom-SophosEPAlerts_CL but tables cannot contain hyphens so needs changing to CustomSophosEPAlerts_CL…

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,000 questions
asked 2024-05-22T09:34:28.36+00:00
James Grant 0 Reputation points
1 answer

How can i export Azure policy controls output

I am trying to export the output of azure policy controls output into an excel file so that they can be tracked in the form of a report that i can present, if i copy and paste from the portal the formatting is all over the place. I was wondering if…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
804 questions
asked 2023-11-02T16:21:12.98+00:00
MrFlinstone 501 Reputation points
commented 2024-05-22T09:34:11.9466667+00:00
Rajesh Sao 0 Reputation points
0 answers

Windows API's CreateFile with CFile gives invalid path error if used drives created with SUBST

A drive is created for a folder using SUBST command. We have a Windows application which reads contents of the and performs some operations. Application does not give any error when read the file path is from actual drive. But when try to read from drive…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,446 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,559 questions
asked 2024-05-03T12:58:05.9266667+00:00
Dada Khalandhar Gooty 0 Reputation points
commented 2024-05-22T09:34:03.89+00:00
Dada Khalandhar Gooty 0 Reputation points
1 answer

Site server client won't connect

Hi, I have a small deployment running 2309. I've deployed the agent successfully everywhere except for the site server itself. The policyagent log says "Client is not registered yet. Ignore the policy assignments request."…

Microsoft Configuration Manager
asked 2024-05-21T17:20:01.0133333+00:00
Chris Hall 0 Reputation points
answered 2024-05-22T09:32:00.6233333+00:00
XinGuo-MSFT 14,856 Reputation points
0 answers

Send on Behalf on hybrid domain

Greetings to all! A debt: I have a hybrid domain. On the Azure side, I have a distribution list that contains 2 members. Both members are created in the "On-premises" domain, synchronized to Azure. The difference is that one of them has the…

Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,913 questions
asked 2024-05-22T09:29:39.3733333+00:00
Carlos Amaral 0 Reputation points
0 answers

Databricks integration to Azure Synapse Serveless SQL Pool

Hi, What is the way to connect to Databricks to Azure Synapse serverless SQL pool when I am trying to connect using serverless SQL endpoint getting an error as - Py4JJavaError: An error occurred while calling o388.load. :…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,460 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,962 questions
asked 2024-05-21T16:50:55.78+00:00
Vishnu Tupe 0 Reputation points
commented 2024-05-22T09:29:24.85+00:00
Vishnu Tupe 0 Reputation points
2 answers

REST interface, server

Hello, the request is ok. I have a request and would now like to create a test server (mock sever). To see if the interface works and I can develop with test data. All that is required is a defined response. What options do I have to achieve this? I…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,369 questions
asked 2024-05-17T17:14:13.93+00:00
Noah Aas 240 Reputation points
commented 2024-05-22T09:28:35.4933333+00:00
Jiale Xue - MSFT 35,716 Reputation points Microsoft Vendor
4 answers

Setup Rule

Hi All, I have two domains, let's say domain1.com and domain2.com (there is no trust between the two domains). Domain1.com is my domain where my Exchange hybrid environment is hosted. Domain2.com is an external domain to domain1.com. I have applications…

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,104 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,240 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,386 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,913 questions
asked 2024-05-20T20:20:09.4+00:00
Glenn Maxwell 10,186 Reputation points
commented 2024-05-22T09:26:18.1166667+00:00
Jake Zhang-MSFT 1,535 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Unable to redeploy an Azure Communication Service resource after renaming the deployment

I have successfully been able to deploy an Azure Communication Service resource via bicep to my subscription. After renaming deployment in bicep, the deployment fails with the following…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
708 questions
asked 2024-05-09T09:46:27.7566667+00:00
Martin Stewart 20 Reputation points
accepted 2024-05-22T09:25:21.09+00:00
Martin Stewart 20 Reputation points
2 answers

MDT Task Sequence does not work after upgrading to SCCM 2403

Hi, I have upgraded my SCCM 2207 to SCCM 2403 successfully. It seems everything does work. Today I wanted to use UDI Designer to install OS with TS, I am getting Error message with Error Code Task Sequence has failed with the error code 0x00000001 in the…

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
915 questions
Microsoft Configuration Manager
asked 2024-05-14T11:58:19.2233333+00:00
PerserPolis-1732 1,396 Reputation points
commented 2024-05-22T09:25:17.58+00:00
PerserPolis-1732 1,396 Reputation points
1 answer

How to send parallel rest-API request through Copy data activity in ADF with Pagination rule AbsoluteURL

The pipeline flow is to send request to rest-api and load the data to a json file in ADLS2. Due to huge data requests, there is a delay in the Copy task completion. To enhance the performance of the ADF pipeline, I wanted to send 4 requests in parallel…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,717 questions
asked 2024-05-21T14:51:34.0933333+00:00
K Megha 1 Reputation point
commented 2024-05-22T09:25:06.85+00:00
Smaran Thoomu 10,720 Reputation points Microsoft Vendor
1 answer

Email from an o365 mailbox goes to junk folder in outlook.com clients

I am having an issue with any new mailbox that is created in directly EXO or o365, any message it sends to any Hotmail or Outlook.com mailbox ends up in the junk folder. We do not have this issue with accounts that are created in our on-prem AD and the…

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,240 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,913 questions
asked 2024-05-13T02:58:27.76+00:00
Bob Pants 211 Reputation points
commented 2024-05-22T09:24:52.6566667+00:00
Noah Ma-MSFT 1,070 Reputation points Microsoft Vendor
2 answers

email bounce back

Dear Sir, My email bounced back with following response which happened in certain emails Your message couldn't be delivered. Despite repeated attempts to contact the recipient's email system it didn't respond. Contact the recipient by some other means…

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,939 questions
asked 2024-05-21T09:18:14.9566667+00:00
Joey Yu 0 Reputation points
edited an answer 2024-05-22T09:23:06.7+00:00
Faery Fu-MSFT 17,286 Reputation points Microsoft Vendor
1 answer

How to receive WM_SETTINGCHANGE message in WinUI3 when system theme changes

Hi, I want to capture system theme change event in my WinUI3 app. I'm trying like below code snippet, but not receiving WM_SETTINGCHANGE message there. void TWWinUI3App::OnLaunched(LaunchActivatedEventArgs const&) { // ... Window window =…

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
729 questions
asked 2024-05-22T06:54:06.97+00:00
Shyam Butani 70 Reputation points
commented 2024-05-22T09:23:01.7+00:00
Jeanine Zhang-MSFT 9,261 Reputation points Microsoft Vendor
2 answers

How to check root cause of "Agent message code 20084. The process could not connect to Distributor" on a Pull subscription(SQL MI) and Publisher/Distributor (ON Prem SQL Server)

How to check root cause of "Agent message code 20084. The process could not connect to Distributor" on a Pull subscription(SQL MI) and Publisher/Distributor (ON Prem SQL Server) The firewall and network settings looks fine. However we are…

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,876 questions
asked 2024-05-21T13:10:34.7166667+00:00
Nitya V 40 Reputation points
edited a comment 2024-05-22T09:22:40.4633333+00:00
LucyChenMSFT-4874 1,280 Reputation points
0 answers

Is it possible to submit a batch run with evaluation programmatically in Azure AI Studio?

https://learn.microsoft.com/en-us/azure/ai-studio/how-to/flow-bulk-test-evaluation#submit-a-batch-run-and-use-an-evaluation-method Can these steps be completed programmatically via SDK? Are there plans to support this?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,270 questions
asked 2024-05-21T12:31:41.63+00:00
Nikola 0 Reputation points Microsoft Employee
commented 2024-05-22T09:21:32.0133333+00:00
Nikola 0 Reputation points Microsoft Employee