54,032 questions

Sort by: Updated
0 answers

ADFS Authentication Issue in .Net 8

I have an existing ASP.NET MVC application that relies on ADFS authentication. I'm currently upgrading it to .NET 8. As part of the upgrade process, I prioritized implementing the authentication functionality first. However, I'm encountering an issue…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,402 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,199 questions
Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,198 questions
asked 2024-05-03T06:09:59.2233333+00:00
Vijayan, Neethu 0 Reputation points
commented 2024-05-08T07:59:13.3233333+00:00
JasonPan - MSFT 4,376 Reputation points Microsoft Vendor
0 answers

How to get spoken Language in audio file with Azure Speech sdk in C#?

Hi, I need to detect what's spoken language in an audio file. I have already read the documentation about language identification for speech service but in the SpeechRecognitionResult object result I don't have the recognized language code. Is there a…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,411 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,407 questions
asked 2024-05-07T10:06:08.93+00:00
Matteo Gianfermi 0 Reputation points
commented 2024-05-08T07:58:52.4466667+00:00
Matteo Gianfermi 0 Reputation points
0 answers

Azure Firewall inbound and Outbound Exceptions for APIM instance deployed in Internal VNet mode

Hi Community I'm planning to deploy an APIM instance in "Internal" VNet injection mode in a hub-spoke topology where APIM is deployed to spoke VNet and there's an Azure Firewall in the hub that police all the inbound and outbound traffic. UDRs…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,774 questions
Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
575 questions
Azure Firewall Manager
Azure Firewall Manager
An Azure service that provides central network security policy and route management for globally distributed, software-defined perimeters.
86 questions
asked 2024-05-08T07:55:30.75+00:00
Taranjeet Malik 441 Reputation points
0 answers

CultureNotFoundException Querying SQL database using EF

Hello, I have a Web App (ASP.NET MVC) with controllers making CRUD operations using EF 6. Any operation involving the EF context to read data generates the following exception The Web App is localized in it-IT, setting up ThreadCulture and…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,282 questions
asked 2024-05-06T10:18:01.0933333+00:00
Setteidea SRL 0 Reputation points
commented 2024-05-08T07:54:27.46+00:00
Lan Huang-MSFT 25,871 Reputation points Microsoft Vendor
0 answers

azure prononciation assessment async assessment

i'am using azure speech recognizer sdk , to do the prononciation assessment of an audio file. the problem when the speech is in french the results are always low , and no expressive const language = await detectSingleSpeechLanguage(text) …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,411 questions
asked 2024-05-07T17:04:34.3266667+00:00
Iheb Jandoubi 5 Reputation points
commented 2024-05-08T07:45:41.1433333+00:00
romungi-MSFT 42,286 Reputation points Microsoft Employee
0 answers

Automatically install app as a personal app

Hello, could someone help me with automatically installing an app as a personal app for users who add the bot to a channel in a team? For example, when Adobe Acrobat is added to a channel in a team, it is also automatically installed as a personal app…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
750 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,138 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,681 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,878 questions
asked 2024-05-08T06:51:38.31+00:00
Vijay Rampwin 0 Reputation points
edited the question 2024-05-08T07:45:33.8833333+00:00
Vijay Rampwin 0 Reputation points
0 answers

Azure firewall migration from third party firewall

I am planning to migrate from a third party firewall to Azure firewall. Without much downtime Currently, all UDR points to third party firewall appliance hosted in Azure I have setup a firewall and empty policy in Azure I am will be importing rules…

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
575 questions
asked 2024-05-06T22:05:01.7366667+00:00
prasantc 816 Reputation points
commented 2024-05-08T07:44:50.6333333+00:00
GitaraniSharma-MSFT 47,686 Reputation points Microsoft Employee
0 answers

DeniedBySystem returned when i was used PhoneLineTransportDevice::RequestAccessAsync

I try to requset PhoneLineTransportDevice access with below code. It works fine in my Win10 22H2, but failed when i try to run in my Win11 23H2. would you like to give some advice? 1, Why it was failed DeniedBySystem in win11 ? 2, How to solve it…

Universal Windows Platform (UWP)
asked 2024-05-07T08:44:33.0533333+00:00
栩 王 0 Reputation points
commented 2024-05-08T07:39:35.8666667+00:00
Junjie Zhu - MSFT 15,061 Reputation points Microsoft Vendor
0 answers

Show/hide the fields based on the condition in jQuery

how to show/hide the otp->textbox and update->button based the onblur SaveProfileName_Email values change. Initially, when the page is loaded the txtProfileEmail and txtProfileName should contains the default values ex:- txtProfileEmail :- a@b.com…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,282 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
877 questions
asked 2024-05-07T12:17:10.6533333+00:00
Ashok Kumar 161 Reputation points
commented 2024-05-08T07:38:29.4033333+00:00
QiYou-MSFT 4,306 Reputation points Microsoft Vendor
0 answers

Fetch the first element of a Collection attribute in the $select query in Graph API

I am trying to fetch some extension properties which are not default for User schema , here is a request and response format of a graph API. I need to get the response in the desired format what should be the modified query Request…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,681 questions
asked 2024-05-08T07:38:20.12+00:00
BANERJEE Biswarup 0 Reputation points
0 answers

Recommended way to share a local user among domain users

Hello, We have an Active Directory that I deployed at our company, with a 1 to 1 association between employees and AD accounts. Everything was working great until we deployed a machine (Windows 10) with Docker Desktop, for some of our internal…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,912 questions
asked 2024-05-01T18:35:58.4133333+00:00
Boris Berger 0 Reputation points
commented 2024-05-08T07:37:46.69+00:00
Daisy Zhou 18,716 Reputation points Microsoft Vendor
0 answers

How to fix a problem - parameter LinuxFxVersion has an invalid value for web application during deployment

Hi, I'm trying to deploy application from git -> https://github.com/cadullms/simplegreet. It's Java-based project. Simplegreet git-project has a config file. It's simplegreet/template/webapp-sql.json. The config contains LinuxFxVersion property with…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,309 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,931 questions
asked 2024-05-07T18:20:50.86+00:00
Kostiantyn Medintsev 0 Reputation points
edited a comment 2024-05-08T07:36:07.7133333+00:00
VenkateshDodda-MSFT 18,466 Reputation points Microsoft Employee
0 answers

How to access/Update Group Policy Objects using C sharp

Hi, We are referring below link to access group policies programmatically   using c sharp. https://learn.microsoft.com/en-us/previous-versions/windows/desktop/wmi_v2/class-library/gpo-class-microsoft-grouppolicy This is sample code which we have written…

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,292 questions
asked 2024-05-08T07:35:50.82+00:00
0 answers

How do I install SSL/TLS cipher suite for Biztalk server2009

Hi, Recently my connections from Biztalk to an external financial system started failing with the message A message sent to adapter "WCF-Custom" on send port "SP_IMOS_AP_HEAD_TO_OCI_AP_HEAD" with URI…

Microsoft BizTalk Server
Microsoft BizTalk Server
A family of Microsoft server products that support large-scale implementation management of enterprise application integration processes.
349 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,730 questions
asked 2024-04-29T11:21:04.7233333+00:00
Avrell Menezes 0 Reputation points
commented 2024-05-08T07:35:17.9+00:00
Daisy Zhou 18,716 Reputation points Microsoft Vendor
0 answers

Create a process that runs as a different user from a windows service

Hi, From a Windows Service running under a virtual service account, is it possible to create a process that runs as a different user? I have tried Process.Start using a ProcessStartInfo structure with user credentials. The process runs but when I query…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,776 questions
asked 2024-04-26T22:56:14.7833333+00:00
WhatsaMattaU 0 Reputation points
commented 2024-05-08T07:34:39.9566667+00:00
Daisy Zhou 18,716 Reputation points Microsoft Vendor
0 answers

not able to find add control option to add grid control on form/entity

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
81 questions
asked 2024-05-08T07:30:56.6466667+00:00
Grover, Jyotirani A 0 Reputation points
0 answers

Reopening the app from background is crashing with an exception of "Window was already created" from base.onresume().

When I try to reopen an app from background it is crashing when I am using base.onresume() in mainactivity. It gave an exception "Window was already activated". I saw some work around of adding launchmode as singletop or singletask would work…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,911 questions
asked 2024-05-08T07:28:42.4233333+00:00
Keerthana Krishna 20 Reputation points
edited the question 2024-05-08T07:29:41.0166667+00:00
Keerthana Krishna 20 Reputation points
0 answers

ADF Snowflake V2 connector throws GenericAdoNetReadError during Copy activity

The problem We're using a Copy activity in ADF to move data from a storage account into a Snowflake database using the V2 Snowflake connector. But just after the data has been copied, the Copy activity fails and throws the following error: Operation on…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,624 questions
asked 2024-05-06T10:11:42.4733333+00:00
Raphael Fritz 0 Reputation points
commented 2024-05-08T07:28:32.57+00:00
Raphael Fritz 0 Reputation points
0 answers

Profit = SUM(Sales[Profit Amount]) Measure

In this tutorial: https://learn.microsoft.com/en-us/training/modules/dax-power-bi-add-measures/2-simple-measures, a few measures need to be created. However, the Profit = SUM(Sales[Profit Amount]) in particular is producing an error because the Sales…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
81 questions
asked 2024-05-08T07:28:30.23+00:00
Eric KALONJI 0 Reputation points
0 answers

I'm currently trying to create an online meeting using a specific link provided by Microsoft. However, during the process, it prompts me to 'Create an online meeting with user token.' Could you please guide me on how to obtain the user token required for

The link is - https://learn.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-1.0&tabs=http#permissions can you also provide me the permission sets and if it requires to grant admin access

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,681 questions
asked 2024-05-08T07:28:09.5333333+00:00
Surya Prakash 0 Reputation points