55,712 questions

Sort by: Answers
0 answers

Queue.Enqueue and IndexOutOfRangeException

I have been chasing a strange occasional IndexOutOfRangeException for a while and pinned it on the following line: myQueue.Enqueue(myObject) where: protected Queue<MyObject> myQueue{ get; set; } I don't know how this is possible. The stack…

Universal Windows Platform (UWP)
asked 2024-06-12T09:24:45.5533333+00:00
Hong 1,186 Reputation points
edited a comment 2024-06-12T11:56:50.23+00:00
Viorel 113.7K Reputation points
0 answers

AI Studio integrating the Playground Web App with an Endpoint deployed from Prompt Flow

I've deployed a web app using the AI Studio Playground and separately deployed an endpoint using Prompt Flow. My question is: How can I integrate these two, specifically making the web app consume the endpoint from Prompt Flow? Are there any azure webapp…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
792 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,415 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,504 questions
asked 2024-06-11T20:03:45.46+00:00
Mithun 20 Reputation points
commented 2024-06-12T11:56:32.8433333+00:00
AshokPeddakotla-MSFT 29,571 Reputation points
0 answers

Error running Regression - Automobile Price Prediction (Basic) pipeline

The following is the error I got, Failed to execute command group with error An unexpected error occurred while executing command due to: Failed to pull Docker image mcr.microsoft.com/azureml/runtime/exe/execution-wrapper/installed:centralindia-stable…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,650 questions
asked 2024-06-11T04:18:49.2266667+00:00
Aswanth Ravikumar (AP) 10 Reputation points
commented 2024-06-12T11:55:07.5466667+00:00
P A 15 Reputation points
0 answers

How to block same value section on for each loop in XSLT 1

Hi Team, Currently we have a created xslt map with foreach to block looping using single value(PartNumbers) - <PartNumbers>099-923-G</PartNumbers>, in the below example same partnumber(Consideration value) repeating on both…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,513 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,923 questions
asked 2024-06-12T11:27:54.77+00:00
Mahesh Madhusanka 176 Reputation points
edited the question 2024-06-12T11:52:00.9933333+00:00
Mahesh Madhusanka 176 Reputation points
0 answers

Where can I find the MS900 link to book my exam?

Hello, I am trying to book my exam for MS900 but I can't find the exam/link. Could you help me?

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,062 questions
asked 2024-06-12T11:49:44.0766667+00:00
Mike Weymeersch 0 Reputation points
0 answers

Restricting Third-Party Calls on Teams: Best Practices and Prevention Strategies

How can I restrict third parties from calling users on Teams? Recently, we encountered an incident where an unknown third party started calling one of our users on Teams. What are the best practices to avoid or prevent such incidents from happening in…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,345 questions
asked 2024-06-12T11:48:41.2533333+00:00
Someiah C S 60 Reputation points
0 answers

how do i know if my device registration happening under fcm v1 or fcm legacy of azure notification hub

Is there any step by step guide to follow for new implementation using fcm v1? Lot of articles related to migration are creating confusion. how do i know if my device registration happening under fcm v1 or fcm legacy of azure notification hub if I…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
279 questions
asked 2024-06-12T11:48:33.2666667+00:00
Yogini 0 Reputation points
0 answers

Azure B2C / .NET - Handling a failed MFA verification flow

I have a WPF application with the following client code to fetch a token from Azure B2C endpoint: public static async Task<AuthenticationResult> AcquireTokenAsync(this IPublicClientApplication publicClientApp) { try { var accounts =…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,513 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,025 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,043 questions
asked 2024-06-12T05:50:33.9466667+00:00
Giedrius Stasiulis 0 Reputation points
edited the question 2024-06-12T11:41:28.4733333+00:00
Giedrius Stasiulis 0 Reputation points
0 answers

DeviceWriteback Sync rules editor question

I want to use Device Writeback to sync back AzureAd devices back to on premise AD. When i set it up, it syncs back all devices, even devices that are currently in AD, thus creating duplicates. I need to filter the sync back to only include AzureAd…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,043 questions
asked 2024-06-10T23:46:15.4666667+00:00
James Meszaros 0 Reputation points
commented 2024-06-12T11:40:08.72+00:00
Akshay-MSFT 16,921 Reputation points Microsoft Employee
0 answers

Time in India for Microsoft ai fundamentals virtual training day

Sir, I got confirmation mail to join Microsoft ai fundamentals virtual training day on July 16 th from 10 am to 1 pm CEST tell me the time in India or it is the correct time in India i.e, 10 am to 1 pm or not

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,025 questions
Azure Time Series Insights
Azure Time Series Insights
An Azure internet of things (IoT) analytics platform to monitor, analyze, and visualize industrial IoT analytics data at scale.
78 questions
asked 2024-06-12T11:34:20.32+00:00
RAQUEEBUL ISLAM SHAIK 0 Reputation points
0 answers

Task Timeout Not Asign IsCompletedSuccessfully

In the url: https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task.delay?view=net-8.0 say "After the specified time delay, the task is completed in the RanToCompletion state". Once "Timeout = true", I checked that…

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,458 questions
asked 2024-06-12T05:28:41.4933333+00:00
zequion 171 Reputation points
edited a comment 2024-06-12T11:33:18.53+00:00
KOZ6.0 5,630 Reputation points
0 answers

Troubleshoot error 20046 in transactional replication

How to fix mssql_repl error number mssql_repl20046

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,039 questions
asked 2024-06-12T10:56:53.6833333+00:00
Chrille Hedman 0 Reputation points
commented 2024-06-12T11:32:53.6533333+00:00
Chrille Hedman 0 Reputation points
0 answers

Phalo Boost: Benefits, Price| Real Results & Reviews

Phalo Boost is a dietary enhancement intended to assist men with normal sexual medical conditions. These all-normal enhancement containers are intended to help men's well-being by and large, increment moxie, and back testosterone levels. Offering itself…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
150 questions
asked 2024-06-12T11:26:52.9033333+00:00
Veelo Booster smith 0 Reputation points
0 answers

Accounts count sets to 0 in MSAL, after the application auto update. (Windows)

Hello, I hope this message finds you well. I am reaching out to report an issue I am encountering with MSAL authentication in my MAUI application, specifically related to the automatic update process using the embedded appinstaller. Here is the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,043 questions
asked 2024-06-08T09:03:40.0266667+00:00
Vaibhav Methuku 80 Reputation points
commented 2024-06-12T11:25:13.1166667+00:00
Navya 5,090 Reputation points Microsoft Vendor
0 answers

Is it possible to route all vnet traffic back down a VPN tunnel when peered in hub and spoke

I have one Virtual Network Gateway in an hub network and two spoke vnets connected to it. Is it possible to route all vnet traffic down the VPN tunnel (override the gateway routes) to on-premises firewall or would it require an additional VPN to separate…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,227 questions
asked 2024-06-12T11:15:20.8933333+00:00
Simon Windeler 0 Reputation points
commented 2024-06-12T11:24:43.9+00:00
Miguel Gonçalves 251 Reputation points
0 answers

Trainable classifiers debugging/error logs

Hello, I am testing out trainable classifiers and need to know how to investigate training failures in detail? Some errors are vague such as "Failed due to training error" or "Invalidlocationserror" and clicking on review test results…

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
997 questions
asked 2024-06-12T11:24:23.7333333+00:00
Ahmed Sh 60 Reputation points
0 answers

How to setup API management schema for content-type image/png

I am streaming an imagery service through API Management and see the images are being compressed which is causing degradation of the image quality. Looking online it appears I should be able to correct this by setting up a policy. From what I gather I…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,845 questions
asked 2024-06-06T15:47:44.34+00:00
Billie McQueeney 0 Reputation points
commented 2024-06-12T11:21:57.27+00:00
JananiRamesh-MSFT 22,626 Reputation points
0 answers

Federation Trust Enablement issue in Exchange server 2013

Hello Team, Writing this query with hope that any one of you have any idea or some solution. We run the hybrid configuration wizard with Morden topology, and it went perfect, but after that we noticed that in the Exchange server 2013, we are not able…

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,426 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,950 questions
asked 2024-01-31T12:27:01.13+00:00
Khushi Joshi 21 Reputation points
commented 2024-06-12T11:21:25.68+00:00
Miguel Gonçalves 251 Reputation points
0 answers

Issues accessing D365 Business Central API under free trial

I have a D365 Business Central API URL under free trial: "https://api.businesscentral.dynamics.com/v2.0/{tenant_id}/{environment}/api/v2.0/companies({company_ID})/items" However, we are facing issues accessing it. Every time we try to access…

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
54 questions
asked 2024-06-12T06:02:57.23+00:00
Saurabh KUMAR 0 Reputation points
commented 2024-06-12T11:20:39.98+00:00
Kiran P 1,100 Reputation points Microsoft Vendor
0 answers

How to extract the value when the option is circled indicating that it is selected?

I am new in using Azure document intelligence studio and I am using General document model to extract key value pairs and paragraphs content. I have one requirement where if the field is circled, I should get this value as selected. Is there any way I…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,469 questions
asked 2024-05-27T09:24:03.6266667+00:00
Sowmya, Chakka S 0 Reputation points
commented 2024-06-12T11:19:34.3766667+00:00
dupammi 7,745 Reputation points Microsoft Vendor